/external/opencv/cxcore/include/ |
cxerror.h | 54 #define CV_StsError -2 /* unknown /unspecified error */
|
/external/opencv/cxcore/src/ |
cxerror.cpp | 278 case CV_StsError : return "Unspecified error"; 441 case CV_NOTDEFINED_ERR: return CV_StsError; 455 default: return CV_StsError;
|
cxpersistence.cpp | 176 CV_ERROR( CV_StsError, "The file storage is opened for reading" ); \ 517 CV_ERROR( CV_StsError, "The node is neither a map nor an empty collection" ); 602 CV_ERROR( CV_StsError, "The node is neither a map nor an empty collection" ); 673 CV_ERROR( CV_StsError, "The node is map. Use cvGetFileNodeFromMap()." ); 675 CV_ERROR( CV_StsError, "The node is an empty object (None)." ); [all...] |
cxarray.cpp | 965 CV_ERROR( CV_StsError, "Data is already allocated" ); 980 CV_ERROR( CV_StsError, "Data is already allocated" ); 1011 CV_ERROR( CV_StsError, "Data is already allocated" ); [all...] |
/external/opencv/cv/src/ |
cvhaar.cpp | 200 CV_ERROR( CV_StsError, "hid_cascade has been already created" ); 221 CV_ERROR( CV_StsError, errorstr ); [all...] |
cvhistogram.cpp | [all...] |
mycvHaarDetectObjects.cpp | 182 CV_ERROR( CV_StsError, "hid_cascade has been already created" ); 203 CV_ERROR( CV_StsError, errorstr ); [all...] |
cvconvhull.cpp | 217 CV_ERROR( CV_StsError, "Internal error" );
|
cvfilter.cpp | [all...] |
/external/opencv/otherlibs/highgui/ |
loadsave.cpp | 521 CV_ERROR( CV_StsError, "could not find a filter for the specified extension" ); 544 CV_ERROR( CV_StsError, "could not save the image" );
|
/external/opencv/ml/src/ |
mlknearest.cpp | 320 CV_ERROR( CV_StsError, "The search tree must be constructed first using train method" );
|
mlann_mlp.cpp | 276 CV_ERROR( CV_StsError, "The network has not been initialized" ); 709 CV_ERROR( CV_StsError, [all...] |
ml_inner_functions.cpp | 71 CV_ERROR( CV_StsError, "Could not open the file storage. Check the path and permissions" ); [all...] |
mlboost.cpp | [all...] |
mltree.cpp | 557 CV_ERROR( CV_StsError, "No training data has been set" ); [all...] |