Skip to content

SonakshiChauhan/Object_Tracker_Open_CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Object_Tracker_Open_CV

04.05.2023_14.25.58_REC.mp4

Overview: ->Step #1: Detect the presence of a colored object using computer vision techniques. ->Step #2: Track the object as it moves around in the video frames, drawing its previous positions as it moves. The outcome is a sshown in the video above.

Completed By Sonakshi Chauhan

Data: Either a video having object movements or your webcam for real-time detection

Deliverables: Object Detection and movement Tracking

Topics Covered:

-Open CV -Object Trailing line using deque and logic

Installation and Usage

Ensure that the following packages have been installed and imported.

pip install numpy
pip install pandas
pip install imutils
pip install opencv-python

Notebook Structure

The structure of this notebook is as follows:

-Import: -Argument Parsing -Upper And Lower Boundary defination -Frame Deteions, preprocessing -Mask creation -Contour Detection -Contrail Logic

#Conclusion -> We built a Real-time Object Tracker.

Contact: sonakshichauhan1402@gmail.com

Project Continuity This is project is complete

Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Releases

No releases published

Packages

No packages published

Languages