Image processing using real math 💪🏻
Rotating an image using rotation matrix thus writing a generic code for rotation of multiples of 90 degrees
Applying kernels to achieve blurs like gaussian, motion and box. Also sharpening images
Using 3x3 kernels for :
- Vertical edge detection
- Horizontal edge detection
- Sobel edge detection
- Canny edge detection
Using erosion and dialation to process images.
Detecting a blue ball out of an image full of balls using OpenCV
Obtaining ROI by numpy indexing to manipulate images