Functions | |
template<typename T > | |
void | load_from_file (cvflann::Matrix< T > &dataset, const std::string &filename, const std::string &name) |
void cvflann::mpi::load_from_file | ( | cvflann::Matrix< T > & | dataset, |
const std::string & | filename, | ||
const std::string & | name | ||
) |
Loads a the hyperslice corresponding to this processor from a hdf5 file.
flann_dataset | Dataset where the data is loaded |
filename | HDF5 file name |
name | Name of dataset inside file |