supereight
Loading...
Searching...
No Matches
Functions
se::updater Namespace Reference

Functions

template<typename DataT , typename ConfigT >
bool update_voxel (DataT &data, const float range_diff, const float tau, const float three_sigma, const ConfigT config)
 Update a field with a new measurement, a weighting of 1 is considered for the new measurement.
 
template<typename DataT , typename ConfigT >
bool free_voxel (DataT &voxel_data, const ConfigT config)
 Reduce the node data by the minimum log-odd occupancy update per iteration.
 
template<typename NodeT , typename BlockT >
NodeT::DataType propagate_to_parent_node (OctantBase *octant_ptr, const timestamp_t timestamp)
 Propagate a summary of the eight nodes children to its parent.
 
template<typename BlockT >
void propagate_block_to_coarsest_scale (OctantBase *octant_ptr)
 Summariese the values from the current integration scale recursively up to the block's max scale.
 

Function Documentation

◆ update_voxel()

bool se::updater::update_voxel ( DataT data,
const float  range_diff,
const float  tau,
const float  three_sigma,
const ConfigT  config 
)

Update a field with a new measurement, a weighting of 1 is considered for the new measurement.

Parameters
[in]range_diffThe range difference between the voxel sample point and the depth value of the reprojection.
[in]tauThe estimated wall thickness.
[in]three_sigmaThe 3x sigma uncertainty.
[in,out]voxel_dataThe reference to the voxel data of the voxel to be updated.
Returns
True/false if the node has been observed the first time

◆ free_voxel()

bool se::updater::free_voxel ( DataT voxel_data,
const ConfigT  config 
)

Reduce the node data by the minimum log-odd occupancy update per iteration.

This function can be used to faster update a octant if it's know that it is in free space. The aim is to increase computation time by avoiding to compute the sample value from scratch.

Parameters
[in,out]node_dataThe reference to the node data.

◆ propagate_to_parent_node()

template<typename NodeT , typename BlockT >
NodeT::DataType se::updater::propagate_to_parent_node ( OctantBase octant_ptr,
const timestamp_t  timestamp 
)

Propagate a summary of the eight nodes children to its parent.

Parameters
[in]nodeNode to be summariesed
[in]voxel_depthMaximum depth of the octree
[in]timestampThe timestamp of the current image
Returns
data Summary of the node

◆ propagate_block_to_coarsest_scale()

template<typename BlockT >
void se::updater::propagate_block_to_coarsest_scale ( OctantBase octant_ptr)

Summariese the values from the current integration scale recursively up to the block's max scale.

Parameters
[in]blockThe block to be updated.
[in]initial_scaleScale from which propagate up voxel values