0% found this document useful (0 votes)
45 views15 pages

Real Time Color: Based Object Detection and Tracking

This document proposes a technique for real-time color-based object detection and tracking in video using OpenCV in Python. The methodology involves converting video to frames, segmenting objects by color, and tracking identified objects across frames using color and motion features. The system aims to automatically track multiple moving objects without user input. Potential applications include video surveillance, object recognition, and animation.

Uploaded by

Rahul Repala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views15 pages

Real Time Color: Based Object Detection and Tracking

This document proposes a technique for real-time color-based object detection and tracking in video using OpenCV in Python. The methodology involves converting video to frames, segmenting objects by color, and tracking identified objects across frames using color and motion features. The system aims to automatically track multiple moving objects without user input. Potential applications include video surveillance, object recognition, and animation.

Uploaded by

Rahul Repala
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 15

REAL TIME COLOR BASED OBJECT

DETECTION AND TRACKING


INTRODUCTION
◻ This introduces a technique for automating the
methodology of detecting and tracking objects
utilizing color feature and motion.
◻ Object detection: Detect a particular a object by its
color in a video or image.
◻ Object Tracking: To track an object or multiple
objects over a video or a sequence of images.
OBJECT DETECTION AND
TRACKING
◻ In a video sequence an object is said to be in
motion, if it is changing its location with respect to
its background.
◻ The motion tracking is actually the process of
keeping tracks of that moving object in video
sequence i.e. position of moving object at certain
time etc.
OBJECTIVE

◻  In this an algorithm is developed to track the real-


time moving objects in different frames of a video
using color feature and motion.

◻ This approach is based on the application of a


colour based object detection and, Detection
technique, a method for HSV(Hue, Saturation,
and Value) and the key points matching technique.
PROPOSED SYSTEM AND METHODOLOGY

◻ In this proposed system the video is converted into


frames and then it is get divided into sub bands and
then background is get subtracted, then the object is
get identified and then it is tracked in the framed
from the video.

◻ Video Tracking is the methodology of finding a


moving object over the long distance using a
camera. The main aim of video tracking is to relate
target objects in consecutive video frames.
BLOCK DIAGRAM
SOFTWARE REQUIREMENTS

◻ Python
◻ Opencv
◻ Numpy
APPLICATIONS

◻ Video surveillance.
◻ Object Recognition.

◻ Animation.

EXISTING SYSTEM :
◻ Threshold based segmentation

◻ Gaussian mixture model

◻ Color histogram and gradient based segmentation


WORKING MODEL
WORKING MODEL
WORKING MODEL
DRAWBACKS

◻ It is time consuming process.


◻ It is not provides better results due to varying light
conditions, shadows and other occlusions.
CONCLUSION

◻ This algorithm has been developed for real-time


object detection and tracking using color feature
and motion.
◻ We can track multiple objects ,we add intelligence
to our program to track moving objects
automatically without being specified by the users.
FUTURE ENHANCEMENTS
◻ As of now we can conclude that colour detection and
tracking is one of the key steps towards the future. Colour
detection and tracking has many roles in various fields
which also include in medical science.
◻ A lot of researches have already been conducted and
many are still going in the field of object tracking and
detection.
◻ Furthermore there is a lot of work is still left to be done so
that the scope of object tracking and its uses could be
broadened.
THANK YOU!!!

You might also like