80 likes | 225 Vues
This project focuses on tracking multiple red balls in a video frame using Kalman filtering techniques. The objective is to accurately detect and track the center of the balls across various frames, which will involve software development using the OpenCV library. By leveraging the Kalman filter, the project aims to predict the future positions of the balls, aiding in their detection and enhancing tracking accuracy. This application can be beneficial in various fields requiring robust image processing and object tracking capabilities.
E N D
Final Year Project Julius Oyeleke8th oct 2009
Project Title Kalman Tracking For Image Processing Applications
Contents • Background • Project Description • Tasks • OpenCV
Background • objects must be detected and tracked over a number of frames of video in any image processing application. • Kalman Filtering is one of the most common techniques used for tracking of features
Background Tracking red balls Color Processing Find Centre of balls Associate centre of balls Kalman Filtering
Project Description • The aim of this project is to track one or more red balls over a frame of video • Find the centre of the balls and associate them in multiple frames. • Use Kalman filter to predict the path of the in future as an aid of detection.
Tasks • The video footage of the red ball will need to be recorded • This project will require pure software development
OpenCV • Open computer vision library written in C++ • Builds sophisticated vision application.