This repository contains a number of image processing algorithms which are used for different morphological operations.
.
├── HW # Algorithm
│ ├── input # Input & Test Images
│ ├── output # All test outputs and expirements
│ ├── report # full algorithm report and interpretations
│ ├── src # source code and algorithm implementation
│ └── ...
... may include
LICENSE
,README.md
Algorithm | Report | Source Code | Jupyter Notebook |
---|---|---|---|
Opening & Closing | report.pdf |
main.py |
|
Watershed Transform | report.pdf |
main.py |
|
Mutual Information | report.pdf |
main.py |
explore.ipynb A cool notebook made by Aadil Kumar |
Image Classifier | presentation.pdf |
main.py |
Classifiers.ipynb |