logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

track-video-features - Demonstration of image feature detection and tracking

Authors

track-video-features is part of the Mobile Robot Programming Toolkit (MRPT), and was originally written
       by the MAPIR laboratory (University of Malaga).

       This manual page was written by Jose Luis Blanco <joseluisblancoc@gmail.com>.

Bugs

       Please report bugs at https://github.com/MRPT/mrpt/issues

Description

track-video-features is a command-line/GUI application which takes a video stream (from a live camera, a
       video file, or a robotics rawlog dataset) and perform feature detection and tracking.

       The application is conceived as a programming example for some mrpt-vision classes, so for further
       details, check out the program source code.

Name

       track-video-features - Demonstration of image feature detection and tracking

See Also

       The application wiki page at https://www.mrpt.org/Applications

Synopsis

       track-video-features                        # Asks the user for video input track-video-features
       path_to_video.avi  # Use video file track-video-features  dataset.rawlog     # Use images from rawlog
       track-video-features [...] --save-video     # Also save an output video

See Also