supereight
Public Member Functions | List of all members
se::MapIntegrator< MapT > Class Template Reference

#include <map_integrator.hpp>

Public Member Functions

 MapIntegrator (MapT &map)
 
template<typename SensorT >
void integrateDepth (const SensorT &sensor, const se::Image< float > &depth_img, const Eigen::Matrix4f &T_WS, const unsigned int frame)
 Integrate depth image into the maps field representation. More...
 

Constructor & Destructor Documentation

◆ MapIntegrator()

template<typename MapT >
se::MapIntegrator< MapT >::MapIntegrator ( MapT &  map)

Member Function Documentation

◆ integrateDepth()

template<typename MapT >
template<typename SensorT >
void se::MapIntegrator< MapT >::integrateDepth ( const SensorT &  sensor,
const se::Image< float > &  depth_img,
const Eigen::Matrix4f &  T_WS,
const unsigned int  frame 
)

Integrate depth image into the maps field representation.

Template Parameters
SensorT
Parameters
[in]depth_imgThe sensor depth image
[in]sensorThe sensor use for the projection
[in]T_WSThe transformation from sensor to world frame
[in]frameThe frame number to be integrated

The documentation for this class was generated from the following file: