Functions | |
template<typename NDTMapRepresentationT > | |
NDTMapRepresentationT | load_from_hdf5 (const std::filesystem::path &path_to_hdf5_file) |
NDTMapRepresentationT beluga::io::load_from_hdf5 | ( | const std::filesystem::path & | path_to_hdf5_file | ) |
Loads a 2D or 3D NDT map representation from a hdf5 file, with the following datasets:
"covariances": (NUM_CELLS, 2 / 3, 2 / 3) Contains the covariance for each cell.
NDTMapRepresentation | A specialized SparseValueGrid (see sensor/data/sparse_value_grid.hpp), where mapped_type == NDTCell2d / NDTCell3d, that will represent the NDT map as a mapping from 2D / 3D cells to NDTCells. |
Definition at line 253 of file ndt_sensor_model.hpp.