OpenCV
3.4.4
Open Source Computer Vision
|
Namespaces | |
cvflann | |
Macros | |
#define | CHECK_ERROR(x, y) if ((x)<0) throw FLANNException((y)); |
Functions | |
template<typename T > | |
void | cvflann::load_from_file (cvflann::Matrix< T > &dataset, const String &filename, const String &name) |
template<typename T > | |
void | cvflann::save_to_file (const cvflann::Matrix< T > &dataset, const String &filename, const String &name) |
#define CHECK_ERROR | ( | x, | |
y | |||
) | if ((x)<0) throw FLANNException((y)); |