supereight
Loading...
Searching...
No Matches
Public Member Functions | List of all members
se::Tracker< MapT, SensorT > Class Template Reference

#include <tracker.hpp>

Public Member Functions

 Tracker (MapT &map, const SensorT &sensor, const TrackerConfig config=TrackerConfig())
 
bool track (const Image< float > &depth_img, Eigen::Isometry3f &T_WS)
 Track the current pose using ICP.
 
bool track (const Image< float > &depth_img, Eigen::Isometry3f &T_WS, Image< Eigen::Vector3f > &surface_point_cloud_W, Image< Eigen::Vector3f > &surface_normals_W)
 Track the current pose using ICP.
 
void renderTrackingResult (RGBA *tracking_img_data)
 

Constructor & Destructor Documentation

◆ Tracker()

template<typename MapT , typename SensorT >
se::Tracker< MapT, SensorT >::Tracker ( MapT map,
const SensorT sensor,
const TrackerConfig  config = TrackerConfig() 
)
inline

Member Function Documentation

◆ track() [1/2]

template<typename MapT , typename SensorT >
bool se::Tracker< MapT, SensorT >::track ( const Image< float > &  depth_img,
Eigen::Isometry3f &  T_WS 
)

Track the current pose using ICP.

Parameters
[in]depth_image_The depth image fitting the sensor model
[in,out]T_WS[in] The previous best pose estimate, [out] The new best pose estimate
Returns
The tracking success.

◆ track() [2/2]

template<typename MapT , typename SensorT >
bool se::Tracker< MapT, SensorT >::track ( const Image< float > &  depth_img,
Eigen::Isometry3f &  T_WS,
Image< Eigen::Vector3f > &  surface_point_cloud_W,
Image< Eigen::Vector3f > &  surface_normals_W 
)

Track the current pose using ICP.

Parameters
[in]depth_image_The depth image fitting the sensor model
[in,out]T_WS[in] The previous best pose estimate T_WS_ref, [out] The new best pose estimate T_WS
[in]surface_point_cloud_WSurface point cloud in world frame
[in]surface_normals_WSurface normals in world frame
Returns
The tracking success.

◆ renderTrackingResult()

template<typename MapT , typename SensorT >
void se::Tracker< MapT, SensorT >::renderTrackingResult ( RGBA tracking_img_data)

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