Searched refs:FLANNException (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | saving.h | 113 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");
|
D | general.h | 39 class FLANNException : public cv::Exception 42 FLANNException(const char* message) : cv::Exception(0, message, "", __FILE__, __LINE__) { } in FLANNException() function 44 … FLANNException(const cv::String& message) : cv::Exception(0, message, "", __FILE__, __LINE__) { } in FLANNException() function
|
D | all_indices.h | 83 throw FLANNException("Unknown index type"); in create() 112 throw FLANNException("Unknown index type"); 138 throw FLANNException("Unknown index type");
|
D | flann_base.hpp | 83 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()
|
D | hdf5.h | 47 throw FLANNException("Unsupported type for IO operations"); in get_hdf5_type() 73 #define CHECK_ERROR(x,y) if ((x)<0) throw FLANNException((y));
|
D | params.h | 78 …throw FLANNException(cv::String("Missing parameter '")+name+cv::String("' in the parameters given"… in get_param()
|
D | kmeans_index.h | 372 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()
|
D | hierarchical_clustering_index.h | 384 throw FLANNException("Unknown algorithm for choosing initial centers."); in dataset() 467 throw FLANNException("Branching factor must be at least 2"); in buildIndex()
|
D | index_testing.h | 95 throw FLANNException("Ground truth is not computed for as many neighbors as requested"); in search_with_ground_truth()
|