- Simulation and display of an Image, Negative of an Image (Binary & Gray Scale)
- Implementation of the Transformation of an Image.
- Implementation of Histogram, and Histogram Equalization.
- Implement the different filtering techniques for noise removal based on spatial and frequency domains using OpenCV.
- Implementation of various image segmentation techniques. (Edge-Based, Region-Based and Threshold-Based)
- Implementation of different Morphological Image Processing Techniques
Make sure you have the following installed before running the code:
- Python (3.x recommended)
- OpenCV (
cv2
module)
To install OpenCV, run the following command:
pip install opencv-python