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.
Implementaion of the same using opencv. Hey @geekquad ,I didn't find this technique in the folders.I want to work on this issue under GSSoC'21. Will you please assign this to...
I would like to work on script that shows the implementation of finding and drawing convex hull on images in opencv. I am a participant of GSSOC'21
Implementation of the following Image Processing Techniques: - [x] [Template Matching](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/TemplateMatching) - [x] [FLANN Matcher](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/FlannFeatureMatcher) - [x] [Sift Algorithm](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/SiftAlgorithm) - [x] [Meanshift Algorithm](https://github.com/geekquad/Image-Processing-OpenCV/tree/master/Meanshift)
1. Histogram Equalization. 2. CLAHE
Laplacian Operator is also a derivative operator. It is a second order derivative mask. In this mask we have two further classifications one is Positive Laplacian Operator and other is...
## I want to add Ipython script to show image cropping method, where a image cropped in various way to show how cropping happens. @geekquad sir and @unnati914 ma'am please...