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.
hello @geekquad Sir I have a project which is based on computer vision. Basically this project is about conversion of a rgb format image to black and white pencilsketch. If...
Hi @geekquad, I would like to work on creating a minimal implementation of Homography.
Building Montages using OpenCV. Kindly, assign me this.
Inpainting is the process of removing damage, such as noises, strokes, or text, on images using the cv2.inpaint() function. @geekquad sir, I would like to implement the same.
Colorizing black and white images with OpenCV
Need proper README for the following: - [x] [Canny Edge Detection](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/EdgeDetection/CannyEdgeDetection) - [x] [Prewitt Edge Detection](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/EdgeDetection/PrewittEdgeDetection) - [x] [Sobel Edge Detection](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/EdgeDetection/SobelEdgeDetection)
Added Face Recognition script using OpenCv. Fixes: #15
I want to use the Bicubic interpolation technique to resize image @geekquad sir and @unnati914 ma'am please assign me this issue.
Epipolar geometry of images in multiview using openCV.