It contains:
- Basic I/O over Images
- Basic I/O over video
It contains:
- Laplacian and Embossed effect over an image
- Gaussian and High Pass Filter over an image
- Line and Circle detection on an image
It contains:
- Watershed and GrabCUT algorithm over an image
It contains Face, Eyes and Smile detection on an image, carried out using Haar Cascade functionality (CascadeClassifier) provided by OpenCV3.
It contains:
- Feature extraction using Harris Corner detection, SIFT and SURF methods of OpenCV3.
- Feature matching using Brute Force Matcher and KNN-Matcher of OpenCV3.