Main MRPT website > C++ reference for MRPT 1.9.9
registerAllClasses.cpp
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 #include "vision-precomp.h" // Precompiled headers
11 
12 #define MRPT_NO_WARN_BIG_HDR
13 #include <mrpt/vision.h>
15 
17 
18 using namespace mrpt::vision;
19 using namespace mrpt::img;
20 using namespace mrpt::obs;
21 using namespace mrpt::maps;
22 
23 MRPT_INITIALIZER(registerAllClasses_mrpt_vision)
24 {
25 #if !defined(DISABLE_MRPT_AUTO_CLASS_REGISTRATION)
27 
30 
32 #endif
33 }
MRPT_INITIALIZER
MRPT_INITIALIZER(registerAllClasses_mrpt_db)
Definition: vision/src/registerAllClasses.cpp:16
mrpt::rtti::registerClass
void registerClass(const mrpt::rtti::TRuntimeClassId *pNewClass)
Register a class into the MRPT internal list of "CObject" descendents.
Definition: internal_class_registry.cpp:155
initializer.h
mrpt::obs::CObservationVisualLandmarks
Declares a class derived from "CObservation" that stores a Landmarks Map as seen from a stereo camera...
Definition: CObservationVisualLandmarks.h:28
mrpt::vision
Classes for computer vision, detectors, features, etc.
Definition: CCamModel.h:20
vision-precomp.h
mrpt::obs
This namespace contains representation of robot actions and observations.
Definition: CParticleFilter.h:17
vision.h
mrpt::img
Definition: CCanvas.h:17
mrpt::maps::CLandmark
The class for storing "landmarks" (visual or laser-scan-extracted features,...)
Definition: CLandmark.h:35
CLASS_ID
#define CLASS_ID(T)
Access to runtime class ID for a defined class name.
Definition: CObject.h:85
mrpt::maps::CLandmarksMap
A class for storing a map of 3D probabilistic landmarks.
Definition: CLandmarksMap.h:75
mrpt::maps
Definition: CBeacon.h:24
CSerializable.h
mrpt::vision::CFeature
A generic 2D feature from an image, extracted with CFeatureExtraction Each feature may have one or mo...
Definition: CFeature.h:53



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