This is a collection of basic OpenCv projects I made. All the codes are written by me. Contributions or help is most welcome.
OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real-time computer vision. Originally developed by Intel's research center in Nizhny Novgorod (Russia), it was later supported by Willow Garage and is now maintained by Itseez.The library is cross-platform and free for use under the open-source BSD license.
bash install-opencv.sh
-
Generate random abstract art
-
Detects and displays only red coloured objects from the video feed.
-
Hand Gesture Recognition(Counting fingers)
A naive implementation of contour defects to find the number of fingers raised within an ROI in the video feed.
-
A document scanner which isolates a document in an image and gives it a scanned effect