Exercises and learning in computer vision. Following along PyImageSearch Gurus course.
Install OpenCV on Apple M1 using this tutorial
Install all the packages in requirements.txt pip install -r requirements.txt
after install OpenCV
- Basic OpenCV imread and API
- Basic Image Kernels
- Morphological operations
- Smoothening and Blurring operations
- Thresholding (basic, Otsu's or Global, Adaptive)
- Gradients (including Sobel and Scharr kernels)
- Contours
- Histograms
TBD