26 * The Ocean RMV Tracker Library implements a tracker based on the Random Model Variation tracking technology.
27 * Instead of using correspondences between 2D/2D or 2D/3D feature points this tracker is based on random modification of a model (the camera pose) and does not use any appearance information of a feature point (but the location).
28 * The library is platform independent.
29 * @}
30 */
31
32/**
33 * @namespace Ocean::Tracking::RMV Namespace of the RMV Tracker library.<p>
34 * The Namespace Ocean::Tracking::RMV is used in the entire Ocean RMV Tracker Library.
35 */
36
37// Defines OCEAN_TRACKING_RMV_EXPORT for dll export and import.