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.
The guidelines for documentation issues go here What you need for documentation: Heading of the algorithm Introduction : definition,history How Algorithms Works? : algorithms steps, ideas behind the algorithm Advantages...
The FaceDetection folder in the repository dosen't have any information related to the topic.Please make this an issue and let me contribute to it so that I can make a...
The scale-invariant feature transform(SIFT) is a feature detection algorithm in computer vision to detect and describe local features in images. Can you please assign it to me? I am a...
Issue-91: Added Jupyter, image, and readme files for hole detection. Hole detection is done through OpenCV, grayscaling, Gaussian blur, blob detection. #91
I am a GSSOC 2021 participant and I want to image masking notebook. Please kindly assign me this issue.
## Aim In this script, I would like to implement the `Denoising Algorithm` which is used to removing the noise from the image. This technique is better than Gaussian blurring...
Various tracking APIs are available built-in with opencv such as MIL, KCF, Median Shift and so on. I would like to prepare a script that shows all these algorithms allowing...
Opencv provides corner detection techniques like Harris Corner Detection, Shi Tomasi Corner Detection and Good Features to track. For this script, I would like to showcase all the various methods...
I am thinking of making an Image processing WebAp in which a person can easily integrate his Image Processing Algorithm and thus make a Web app of the same. Example...