By Rohit Ambesh
In this project I have used Python and OpenCV library to detect single objects in video.
Introduction
Object detection has been attracting much interest due to the wide spectrum of applications that use it. Object detection technology has been driven by an increasing processing power available in software and hardware. In this work we present a developed application for single objects detection based on OpenCV libraries.
Library used
OpenCV
About
This python code is created and generated in Jupyter notebook. The proposed application deals with real time systems implementation and the results.
Simply run the program and it will fetch the video from videos file name car. Another window will be open and you have to select the object using mouse, while selecting frame the colour of frame will be blue, after selecting hit “enter” now video will start and frame colour will changes to red , you will observe that it will start tracking the object.
Submitted by Rohit Ambesh (rohitambesh)
Download packets of source code on Coders Packet
Comments