Final Year Project. Project Title Kalman Tracking For Image Processing Applications.

8
Final Year Project

description

Contents  Background  Project Description  Tasks  OpenCV

Transcript of Final Year Project. Project Title Kalman Tracking For Image Processing Applications.

Page 1: Final Year Project. Project Title Kalman Tracking For Image Processing Applications.

Final Year Project

Page 2: Final Year Project. Project Title Kalman Tracking For Image Processing Applications.

Project Title

Kalman Tracking For Image Processing Applications

Page 3: Final Year Project. Project Title Kalman Tracking For Image Processing Applications.

Contents Background

Project Description

Tasks

OpenCV

Page 4: Final Year Project. Project Title Kalman Tracking For Image Processing Applications.

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

Page 5: Final Year Project. Project Title Kalman Tracking For Image Processing Applications.

BackgroundTracking red balls

Color Processing

Find Centre of balls

Associate centre of balls

Kalman Filtering

Page 6: Final Year Project. Project Title Kalman Tracking For Image Processing Applications.

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.

Page 7: Final Year Project. Project Title Kalman Tracking For Image Processing Applications.

Tasks

The video footage of the red ball will need to be recorded

This project will require pure software development

Page 8: Final Year Project. Project Title Kalman Tracking For Image Processing Applications.

OpenCV

Open computer vision library written in C++

Builds sophisticated vision application.