「Image Processing: OpenCV + Python」

Various samples of image processing done using Python and OpenCV, throughout my university assignments.

Image Thresholding Image Manipulation

Laplacian Filter Unsharp Masking Image Segmentation

About


These are the various samples of image processing I've done using Python and OpenCV for my university assignments.

✨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.

Loading