Searched defs:FLANNException (Results 1 – 1 of 1) sorted by relevance
42 FLANNException(const char* message) : cv::Exception(0, message, "", __FILE__, __LINE__) { } in FLANNException() function44 … FLANNException(const cv::String& message) : cv::Exception(0, message, "", __FILE__, __LINE__) { } in FLANNException() function