Home
last modified time | relevance | path

Searched refs:FLANNException (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
Dsaving.h113 throw FLANNException("Invalid index file, cannot read");
117 throw FLANNException("Invalid index file, wrong signature");
151 throw FLANNException("Cannot read from file");
160 throw FLANNException("Cannot read from file");
165 throw FLANNException("Cannot read from file");
176 throw FLANNException("Cannot read from file");
181 throw FLANNException("Cannot read from file");
Dgeneral.h39 class FLANNException : public cv::Exception
42 FLANNException(const char* message) : cv::Exception(0, message, "", __FILE__, __LINE__) { } in FLANNException() function
44FLANNException(const cv::String& message) : cv::Exception(0, message, "", __FILE__, __LINE__) { } in FLANNException() function
Dall_indices.h83 throw FLANNException("Unknown index type"); in create()
112 throw FLANNException("Unknown index type");
138 throw FLANNException("Unknown index type");
Dflann_base.hpp83 throw FLANNException("Datatype of saved index is different than of the one to be created."); in load_saved_index()
86 throw FLANNException("The index saved belongs to a different dataset"); in load_saved_index()
140 throw FLANNException("Cannot open file"); in save()
Dhdf5.h47 throw FLANNException("Unsupported type for IO operations"); in get_hdf5_type()
73 #define CHECK_ERROR(x,y) if ((x)<0) throw FLANNException((y));
Dparams.h78 …throw FLANNException(cv::String("Missing parameter '")+name+cv::String("' in the parameters given"… in get_param()
Dkmeans_index.h372 throw FLANNException("Unknown algorithm for choosing initial centers."); in dataset_()
435 throw FLANNException("Branching factor must be at least 2"); in buildIndex()
534 throw FLANNException("Number of clusters must be at least 1"); in getClusterCenters()
Dhierarchical_clustering_index.h384 throw FLANNException("Unknown algorithm for choosing initial centers."); in dataset()
467 throw FLANNException("Branching factor must be at least 2"); in buildIndex()
Dindex_testing.h95 throw FLANNException("Ground truth is not computed for as many neighbors as requested"); in search_with_ground_truth()