MRPT  2.0.3
Classes | Namespaces | Macros | Typedefs | Functions | Variables
CObservation3DRangeScan.cpp File Reference
#include "obs-precomp.h"
#include <mrpt/3rdparty/do_opencv_includes.h>
#include <mrpt/config/CConfigFileMemory.h>
#include <mrpt/core/bits_mem.h>
#include <mrpt/io/CFileGZInputStream.h>
#include <mrpt/io/CFileGZOutputStream.h>
#include <mrpt/math/CLevenbergMarquardt.h>
#include <mrpt/math/CMatrixF.h>
#include <mrpt/math/ops_containers.h>
#include <mrpt/obs/CObservation3DRangeScan.h>
#include <mrpt/opengl/CPointCloud.h>
#include <mrpt/poses/CPosePDF.h>
#include <mrpt/serialization/CArchive.h>
#include <mrpt/system/CTimeLogger.h>
#include <mrpt/system/filesystem.h>
#include <mrpt/system/string_utils.h>
#include <cstring>
#include <limits>
#include <mutex>
#include <unordered_map>
#include <mrpt/system/CGenericMemoryPool.h>

Go to the source code of this file.

Classes

struct  LUT_info
 
struct  std::hash< LUT_info >
 
struct  CObservation3DRangeScan_Points_MemPoolParams
 
struct  CObservation3DRangeScan_Points_MemPoolData
 
struct  CObservation3DRangeScan_Ranges_MemPoolParams
 
struct  CObservation3DRangeScan_Ranges_MemPoolData
 
struct  mrpt::obs::detail::TLevMarData
 

Namespaces

 mrpt
 This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
 
 mrpt::obs
 This namespace contains representation of robot actions and observations.
 
 mrpt::obs::detail
 

Macros

#define COBS3DRANGE_USE_MEMPOOL
 
#define CALIB_DECIMAT   15
 

Typedefs

using TMyPointsMemPool = mrpt::system::CGenericMemoryPool< CObservation3DRangeScan_Points_MemPoolParams, CObservation3DRangeScan_Points_MemPoolData >
 
using TMyRangesMemPool = mrpt::system::CGenericMemoryPool< CObservation3DRangeScan_Ranges_MemPoolParams, CObservation3DRangeScan_Ranges_MemPoolData >
 

Functions

bool operator== (const LUT_info &a, const LUT_info &o)
 
static void mempool_donate_xyz_buffers (CObservation3DRangeScan &obs)
 
void mempool_donate_range_matrix (CObservation3DRangeScan &obs)
 
static void mrpt::obs::detail::cam2vec (const TCamera &camPar, CVectorDouble &x)
 
static void mrpt::obs::detail::vec2cam (const CVectorDouble &x, TCamera &camPar)
 
static void mrpt::obs::detail::cost_func (const CVectorDouble &par, const TLevMarData &d, CVectorDouble &err)
 

Variables

static std::unordered_map< LUT_info, CObservation3DRangeScan::unproject_LUT_tLUTs
 
static std::mutex LUTs_mtx
 
static bool EXTERNALS_AS_TEXT_value = false
 

Macro Definition Documentation

◆ CALIB_DECIMAT

#define CALIB_DECIMAT   15

Definition at line 869 of file CObservation3DRangeScan.cpp.

◆ COBS3DRANGE_USE_MEMPOOL

#define COBS3DRANGE_USE_MEMPOOL

Definition at line 192 of file CObservation3DRangeScan.cpp.

Typedef Documentation

◆ TMyPointsMemPool

Definition at line 221 of file CObservation3DRangeScan.cpp.

◆ TMyRangesMemPool

Definition at line 240 of file CObservation3DRangeScan.cpp.

Function Documentation

◆ mempool_donate_range_matrix()

void mempool_donate_range_matrix ( CObservation3DRangeScan obs)

◆ mempool_donate_xyz_buffers()

static void mempool_donate_xyz_buffers ( CObservation3DRangeScan obs)
static

◆ operator==()

bool operator== ( const LUT_info a,
const LUT_info o 
)
inline

Variable Documentation

◆ EXTERNALS_AS_TEXT_value

bool EXTERNALS_AS_TEXT_value = false
static

◆ LUTs

std::unordered_map<LUT_info, CObservation3DRangeScan::unproject_LUT_t> LUTs
static

◆ LUTs_mtx

std::mutex LUTs_mtx
static



Page generated by Doxygen 1.8.17 for MRPT 2.0.3 at Fri May 15 15:49:54 UTC 2020