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
-Open CV -Object Trailing line using deque and logic
Ensure that the following packages have been installed and imported.
pip install numpy
pip install pandas
pip install imutils
pip install opencv-python
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: [email protected]
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.