SRBA: Sparser Relative Bundle Adjustment
|
00001 /* +---------------------------------------------------------------------------+ 00002 | Mobile Robot Programming Toolkit (MRPT) | 00003 | http://www.mrpt.org/ | 00004 | | 00005 | Copyright (c) 2005-2015, Individual contributors, see AUTHORS file | 00006 | See: http://www.mrpt.org/Authors - All rights reserved. | 00007 | Released under BSD License. See details in http://www.mrpt.org/License | 00008 +---------------------------------------------------------------------------+ */ 00009 00010 #pragma once 00011 00012 #include <mrpt/utils/TColor.h> 00013 00014 namespace srba { 00015 00020 struct landmark_rendering_as_point 00021 { 00022 struct TOpenGLRepresentationOptionsExtra 00023 { 00024 }; 00025 }; 00026 00028 struct landmark_rendering_as_pose_constraints 00029 { 00030 struct TOpenGLRepresentationOptionsExtra 00031 { 00032 }; 00033 }; 00034 00036 struct landmark_rendering_none 00037 { 00038 struct TOpenGLRepresentationOptionsExtra 00039 { 00040 }; 00041 }; 00042 00045 } // end NS 00046