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.
please assign this issue to me. I want to create a Text OCR for the English handwritten objects using ML and OpenCV and make a detailed documentation for the same
I will be improving illumination in nighttime images using only the OpenCV library. Kindly assign this to me.
Hello,I am a GSSOC'21 participant and i would like to contribute code for text detection in images using Opencv and pytesseract . Please assign it to me.
I am Savneet, Gssoc'21 Participant. I want to write code to crop, trim, rotate and manipulate images with Python. My python code would be clear and understandable with the necessary...
By using grabcut algorithm in OpenCV, this script will demonstrate how to use this opencv technique of bg subraction. I am GSSOC 21 participant kindly assign me the same. @geekquad...
I am a GSSOC 21 participant. Kindly assign me this.
I am a participant of GSSoC'21. I wanted to give a suggestion to add code for video processing using OpenCV. We are currently writing code for various algorithms and functions...
I would like to contribute to this project by adding a mini-project which detects facial features and applies funny masks like cartoon eyes or sunglasses or moustache in real-time based...
Change Color Space BGRHSV using opencv.
## Erosion and Dilation -Erosion is useful for removing small white noises and Dilation .In cases like noise removal, erosion is followed by dilation. Because, erosion removes white noises, but...