/open-cv-mini-projects

This repository contains basic projects done with open-cv library in python

Primary LanguageJupyter Notebook

open-cv-mini-projects

This repository contains basic projects done with open-cv library in python. It contains object tracking and face detection. Object tracking has three codes. In one there is black background and the trail does not disappear. Second one there is no such background it produces trail on each frame. Third one the trail disappers after every 30 frames. Face detection is done with haar Cascade Classifier which are also provided. People detection is also done with full body classifier.