Various samples of image processing done using Python and OpenCV, throughout my university assignments.
Image Thresholding
Image Manipulation
Laplacian Filter
Unsharp Masking
Image Segmentation
✨Image Thresholding by extracting the signature from different images with uneven lighting conditions.
✨Image Manipulation by darkening, brightening, and blacken the region of interest of an image.
✨Laplacian Filter to detect the edges of an image.
✨Unsharp Masking by performing blurring, subtraction, and addition, to sharpen an image.
✨Image Segmentation by using adaptive thresholding methods to reduce noise and highlight features.