Pixel-Processing
Pixel-Processing copied to clipboard
📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
Log transformation maps a narrow range of low-intensity input values to a wide range of output values. Kindly, assign me this issue.
Image enhancement in the spatial domain. Kindly, assign me this issue.
Implement Morphological Transformations for images like 1.Erosion 2.Dilation 3.Opening 4.Closing
Image gradient using scharr in OpenCV. Kindly assign me this.
Issue-91: Added Jupyter, image and readme files for hole detection. Hole detection is done through OpenCV, grayscaling, Gaussian blur, blob detection.
Python programs to capture a user's face and generate dataset. Then, detect and recognize user's face by using opencv. Readme and sample output has been included in this PR.
This PR resolves #11. I have added all the files needed into run the program
This solves issue #5 Files added : - Robert_EdgeDetection.py - Robert_EdgeDetection_img.jpg - Robert_EdgeDetection_output.jpg Files modified : - README.md Original Image -  Output Image - 