17 template<
typename MapT,
typename SensorT>
21 const SensorT& sensor,
23 const Eigen::Matrix4f& T_WS,
26 template<
typename UpdateListT>
33 template<se::Colour ColB, se::Semantics SemB,
int BlockSize,
typename SensorT>
39 template<se::Colour ColB, se::Semantics SemB, int BlockSize, typename SensorT>
40 class
Updater<Map<Data<se::Field::TSDF, ColB, SemB>, se::Res::Multi, BlockSize>, SensorT>;
45 template<se::Colour ColB, se::Semantics SemB, int BlockSize, typename SensorT>
46 class
Updater<Map<Data<se::Field::Occupancy, ColB, SemB>, se::Res::Multi, BlockSize>, SensorT>;
52 #include "multires_ofusion_updater.hpp" 53 #include "multires_tsdf_updater.hpp" 54 #include "singleres_tsdf_updater.hpp" 56 #endif // SE_UPDATER_HPP Updater(MapT &map, const SensorT &sensor, const se::Image< float > &depth_img, const Eigen::Matrix4f &T_WS, const int frame)
Definition: updater.hpp:18
void operator()(UpdateListT &updating_list)
Helper wrapper to allocate and de-allocate octants in the octree.
Definition: colour_utils.hpp:17