1 / 12

Final Year Project

Final Year Project. Kalman Tracking for Image Processing Applications Progress Presentation Julius Oyeleke 06360289. Project Brief. To track one or more red balls over a frame of video

edison
Télécharger la présentation

Final Year Project

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Final Year Project Kalman Tracking for Image Processing Applications Progress Presentation Julius Oyeleke 06360289

  2. Project Brief • To track one or more red balls over a frame of video • Find the centre of each ball and associate them in multiple frames. • Use Kalman filtering to • track the red ball in the image. • predict the path of the ball in future as an aid of detection. • OpenCV (computer vision library) is being used in this project

  3. Why OpenCV • Real time computer vision. • Provides powerful function to assist in object identification, motion tracking etc. • Virtually assist in any image processing application. • C-based program computer vision repository.

  4. Milestones • Pass • commission the OpenCV system to load frames of video into memory. • convert the RGB frames to the HSV format. • threshold the HSV to identify the region of interest. • recombine the HSV image to return to RGB space. • Average • Find the centre point of the ball. • Good • Associate the detected centers.

  5. Very Good • Implementation of Kalman Filter • Exceptional • Display of video, with overlays highlighting the position of the balls in each frames.

  6. Flowchart

  7. Progress! • Currently, I am at my Pass milestone • I’ve commissioned the OpenCV system to load frames of video into memory.(Completed) • Conversion from • RGB HSV • RGB HSV RGB (Completed) • RGB HSV Threshold RGB output to screen (Completed)

  8. Example red ball on blue background

  9. A more complex example Identifying the area of interest

  10. Things to do • Feb 5th – Feb 12th • Continuing with work on Finding the centre point of each ball • Feb 19th –Feb 26th • Complete the centre point association. • Feb 26th – Mar 5th • Introduction of the Kalman Filter.

  11. Any Questions

  12. References • http://opencv.willowgarage.com/wiki/ • http://opencv.jp/opencv-1.0.0_org/docs/ref/opencvref_highgui.htm • Image • http://farm4.static.flickr.com

More Related