#include <mrpt/utils/CImage.h>#include <mrpt/utils/CLoadableOptions.h>#include <mrpt/utils/TMatchingPair.h>#include <mrpt/vision/link_pragmas.h>

Go to the source code of this file.
Classes | |
| struct | mrpt::vision::TFeatureObservation |
| One feature observation entry, used within sequences with TSequenceFeatureObservations. More... | |
| struct | mrpt::vision::TRelativeFeaturePos |
| One relative feature observation entry, used with some relative bundle-adjustment functions. More... | |
| struct | mrpt::vision::TSequenceFeatureObservations |
| A complete sequence of observations of features from different camera frames (poses). More... | |
| struct | mrpt::vision::TStereoSystemParams |
| Parameters associated to a stereo system. More... | |
| struct | mrpt::vision::TROI |
| A structure for storing a 3D ROI. More... | |
| struct | mrpt::vision::TImageROI |
| A structure for defining a ROI within an image. More... | |
| struct | mrpt::vision::TMatchingOptions |
| A structure containing options for the matching. More... | |
| struct | mrpt::vision::TMultiResMatchingOutput |
| Struct containing the output after matching multi-resolution SIFT-like descriptors. More... | |
| struct | mrpt::vision::TMultiResDescMatchOptions |
| Struct containing the options when matching multi-resolution SIFT-like descriptors. More... | |
| struct | mrpt::vision::TMultiResDescOptions |
| Struct containing the options when computing the multi-resolution SIFT-like descriptors. More... | |
Namespaces | |
| namespace | mrpt |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| namespace | mrpt::vision |
| Classes for computer vision, detectors, features, etc. | |
Typedefs | |
| typedef uint64_t | mrpt::vision::TFeatureID |
| Definition of a feature ID. | |
| typedef uint64_t | mrpt::vision::TLandmarkID |
| Unique IDs for landmarks. | |
| typedef uint64_t | mrpt::vision::TCameraPoseID |
| Unique IDs for camera frames (poses) | |
| typedef mrpt::aligned_containers < TCameraPoseID, CPose3D > ::map_t | mrpt::vision::TFramePosesMap |
| A list of camera frames (6D poses) indexed by unique IDs. | |
| typedef mrpt::aligned_containers < CPose3D >::vector_t | mrpt::vision::TFramePosesVec |
| A list of camera frames (6D poses), which assumes indexes are unique, consecutive IDs. | |
| typedef std::map< TLandmarkID, TPoint3D > | mrpt::vision::TLandmarkLocationsMap |
| A list of landmarks (3D points) indexed by unique IDs. | |
| typedef std::vector< TPoint3D > | mrpt::vision::TLandmarkLocationsVec |
| A list of landmarks (3D points), which assumes indexes are unique, consecutive IDs. | |
| typedef TFeatureTrackStatus | mrpt::vision::TKLTFeatureStatus |
| For backward compatibility. | |
| typedef std::map < mrpt::vision::TFeatureID, TRelativeFeaturePos > | mrpt::vision::TRelativeFeaturePosMap |
| An index of feature IDs and their relative locations. | |
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |