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
13
15 track-video-features is a command-line/GUI application which takes a
16 video stream (from a live camera, a video file, or a robotics rawlog
17 dataset) and perform feature detection and tracking.
18
19 The application is conceived as a programming example for some mrpt-
20 vision classes, so for further details, check out the program source
21 code.
22
24 Please report bugs at http://www.mrpt.org/project/issues/MRPT
25
27 The application wiki page at http://www.mrpt.org/Applications
28
30 track-video-features is part of the Mobile Robot Programming Toolkit
31 (MRPT), and was originally written by the MAPIR laboratory (University
32 of Malaga).
33
34 This manual page was written by Jose Luis Blanco
35 <joseluisblancoc@gmail.com>.
36
38 This program is free software; you can redistribute it and/or modify it
39 under the terms of the GNU General Public License as published by the
40 Free Software Foundation; either version 3, or (at your option) any
41 later version.
42
43 On Debian GNU/Linux systems, the complete text of the GNU General
44 Public License can be found in `/usr/share/common-licenses/GPL'.
45
46
47
48perl v5.12.2 2010-07-31 TRACK-VIDEO-FEATURES(1)