flann/flann.hpp File Reference
Classes
Namespaces
Macros
Functions
template<typename Distance >
template<typename ELEM_TYPE , typename DIST_TYPE >
Macro Definition Documentation
#define FLANN_DISTANCE_CHECK
Value: printf("[WARNING] You are using cv::flann::Index (or cv::flann::GenericIndex) and have also changed "\
"the distance using cvflann::set_distance_type. This is no longer working as expected "\
"(cv::flann::Index always uses L2). You should create the index templated on the distance, "\
"for example for L1 distance use: GenericIndex< L1<float> > \n"); \
}
flann_distance_t flann_distance_type()
Definition: defines.h:129