1TRACK-VIDEO-FEATURES(M1o)bile Robot Programming Toolkit - MTRRPATCK-VIDEO-FEATURES(1)
2
3
4
6 track-video-features - Demonstration of image feature detection and
7 tracking
8
10 track-video-features # Asks the user for video
11 input track-video-features path_to_video.avi # Use video file track-
12 video-features dataset.rawlog # Use images from rawlog track-
13 video-features [...] --save-video # Also save an output video
14
16 track-video-features is a command-line/GUI application which takes a
17 video stream (from a live camera, a video file, or a robotics rawlog
18 dataset) and perform feature detection and tracking.
19
20 The application is conceived as a programming example for some mrpt-
21 vision classes, so for further details, check out the program source
22 code.
23
25 Please report bugs at https://github.com/MRPT/mrpt/issues
26
28 The application wiki page at http://www.mrpt.org/Applications
29
31 track-video-features is part of the Mobile Robot Programming Toolkit
32 (MRPT), and was originally written by the MAPIR laboratory (University
33 of Malaga).
34
35 This manual page was written by Jose Luis Blanco
36 <joseluisblancoc@gmail.com>.
37
39 This program is free software; you can redistribute it and/or modify it
40 under the terms of the BSD License.
41
42 On Debian GNU/Linux systems, the complete text of the BSD License can
43 be found in `/usr/share/common-licenses/BSD'.
44
45
46
47perl v5.36.1 2023-06-12 TRACK-VIDEO-FEATURES(1)