Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 821 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 821 Bytes

VideoTracker

A software designed to extract a target trajectory from a video, based on selected pixels RGB color.

The MP4 video is splitted as image files (PNG format). The user can move forward-backward through the images to choose an image where he sees the target : he can then select a rectangular zone of target pixels to indicate the target color. The software then scans all the images, finds out the set of pixels that have the right color (+/- epsilon), and computes the center gravity or the min/max... of the pixels in the set, giving a pair (X,Y) for each image. The curves X(t), Y(t) and Y(X) are drawn in different tabs.

Images tab

Images tab

Trajectory tab

Trajectory tab

Function tab

Function tab