Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 508 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 508 Bytes

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.