Main MRPT website > C++ reference for MRPT 1.9.9
lib_mrpt_vision.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2018, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +---------------------------------------------------------------------------+
9  */
10 
11 /** \defgroup mrpt_vision_grp [mrpt-vision]
12 
13 <small> <a href="index.html#libs">Back to list of all libraries</a> | <a
14 href="modules.html" >See all modules</a> </small> <br>
15 
16 <h2>Library <code>mrpt-vision</code></h2>
17 <hr>
18 
19 This library includes some extensions to OpenCV functionality, plus some
20 original classes:
21 
22 - The namespace mrpt::vision::pinhole contains several projection and Jacobian
23 auxiliary functions for projective cameras.
24 
25 - Sparse Bundle Adjustment algorithms. Implemented versions are:
26  - mrpt::vision::bundle_adj_full : Levenberg-Marquart full optimization of
27 camera frames (6D) + feature points (3D).
28 
29 - A versatile feature tracker. See mrpt::vision::CGenericFeatureTracker and the
30 implementation mrpt::vision::CFeatureTracker_KL
31 
32 - mrpt::vision::CFeature: A generic representation of a visual feature, with or
33 without patch, with or without a set of descriptors.
34 
35 - mrpt::vision::CFeatureExtraction: A hub for a number of detection algorithms
36 and different descriptors.
37 
38 - mrpt::vision::TSIFTDescriptorsKDTreeIndex,
39 mrpt::vision::find_descriptor_pairings() and others: KD-tree-based SIFT/SURF
40 feature matching.
41 
42 - mrpt::vision::CVideoFileWriter: A class to write video files.
43 
44 - mrpt::vision::CUndistortMap: A cache of the map for undistorting image, very
45 efficient for sequences of images all with the same distortion parameters.
46 
47 - This library defines a new type of observation
48 (mrpt::obs::CObservationVisualLandmarks) and a new type of map
49 (mrpt::maps::CLandmarksMap).
50 
51 - Notice that sets of parameters for monocular and stereo cameras are defined in
52 \ref grp_mrpt_img for convenience, in the classes:
53  - mrpt::img::TCamera
54  - mrpt::img::TStereoCamera
55 
56 - mrpt::vision::CDifodo: A class which implements a Visual Odometry algorithm
57 based on depth images and the "range flow constraint equation".
58 
59 See all the classes in mrpt::vision
60 
61 
62 */



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST