Pixel-Processing icon indicating copy to clipboard operation
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.

Results 102 Pixel-Processing issues
Sort by recently updated
recently updated
newest added

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

Template

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

gssoc21
Level3

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

gssoc21
Level3

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.

gssoc21
Level2

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

gssoc21
Level3

Python Program to perform invisibility cloak

gssoc21
Level3

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

gssoc21
Level3

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

gssoc21
Level3

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

enhancement
gssoc21
Discussion