MRPT
2.0.1
lib_mrpt_vision.h
Go to the documentation of this file.
1
/* +---------------------------------------------------------------------------+
2
| Mobile Robot Programming Toolkit (MRPT) |
3
| https://www.mrpt.org/ |
4
| |
5
| Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6
| See: https://www.mrpt.org/Authors - All rights reserved. |
7
| Released under BSD License. See details in https://www.mrpt.org/License |
8
+---------------------------------------------------------------------------+
9
*/
10
11
/** \defgroup mrpt_vision_grp [mrpt-vision]
12
13
Computer vision algorithms
14
15
<small> <a href="index.html#libs">Back to list of all libraries</a> | <a
16
href="modules.html" >See all modules</a> </small> <br>
17
18
[TOC]
19
20
# Library `mrpt-vision`
21
<small> [New in MRPT 2.0.0] </small>
22
23
This library is part of MRPT but has no dependencies, so it can be installed
24
in Debian-based systems with:
25
26
sudo apt install libmrpt-vision-dev
27
28
See: \ref mrpt_from_cmake
29
30
This library includes some extensions to OpenCV functionality, plus some
31
original classes:
32
33
- The namespace mrpt::vision::pinhole contains several projection and Jacobian
34
auxiliary functions for projective cameras.
35
36
- Sparse Bundle Adjustment algorithms. See \ref mrpt_vision_lgpl_grp
37
38
- A versatile feature tracker. See mrpt::vision::CGenericFeatureTracker and the
39
implementation mrpt::vision::CFeatureTracker_KL
40
41
- mrpt::vision::CFeature: A generic representation of a visual feature, with or
42
without patch, with or without a set of descriptors.
43
44
- mrpt::vision::CFeatureExtraction: A hub for a number of detection algorithms
45
and different descriptors.
46
47
- mrpt::vision::TSIFTDescriptorsKDTreeIndex,
48
mrpt::vision::find_descriptor_pairings() and others: KD-tree-based SIFT/SURF
49
feature matching.
50
51
- mrpt::vision::CVideoFileWriter: A class to write video files.
52
53
- mrpt::vision::CUndistortMap: A cache of the map for undistorting image, very
54
efficient for sequences of images all with the same distortion parameters.
55
56
- This library defines a new type of observation
57
(mrpt::obs::CObservationVisualLandmarks) and a new type of map
58
(mrpt::maps::CLandmarksMap).
59
60
- Notice that sets of parameters for monocular and stereo cameras are defined in
61
\ref grp_mrpt_img for convenience, in the classes:
62
- mrpt::img::TCamera
63
- mrpt::img::TStereoCamera
64
65
- mrpt::vision::CDifodo: A class which implements a Visual Odometry algorithm
66
based on depth images and the "range flow constraint equation".
67
68
See all the classes in mrpt::vision
69
70
71
*/
Page generated by
Doxygen 1.8.14
for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020