Searched refs:CHECK_ERROR (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | hdf5.h | 73 #define CHECK_ERROR(x,y) if ((x)<0) throw FLANNException((y)); macro 91 CHECK_ERROR(file_id,"Error creating hdf5 file."); in save_to_file() 114 CHECK_ERROR(dataset_id,"Error creating or opening dataset in file."); in save_to_file() 117 CHECK_ERROR(status, "Error writing to dataset"); in save_to_file() 132 CHECK_ERROR(file_id,"Error opening hdf5 file."); in load_from_file() 140 CHECK_ERROR(dataset_id,"Error opening dataset in file."); in load_from_file() 150 CHECK_ERROR(status, "Error reading dataset"); in load_from_file() 183 CHECK_ERROR(file_id,"Error opening hdf5 file."); in load_from_file() 191 CHECK_ERROR(dataset_id,"Error opening dataset in file."); in load_from_file() 219 CHECK_ERROR(status, "Error reading dataset"); in load_from_file()
|