/external/opencv/cxcore/include/ |
cxerror.h | 107 cvError((status),(func),(context),__FILE__,__LINE__) 143 cvError( (Code), cvFuncName, Msg, __FILE__, __LINE__ ); \
|
cxcore.h | 664 Otherwise cvError is called */ [all...] |
/external/opencv/cv/include/ |
cvcompat.h | 188 cvError( CV_StsNullPtr, "cvRandSetRange", "Null pointer to RNG state", "cvcompat.h", 0 ); 194 cvError( CV_StsOutOfRange, "cvRandSetRange", "index is not in -1..3", "cvcompat.h", 0 ); 219 cvError( CV_StsNullPtr, "cvRandInit", "Null pointer to RNG state", "cvcompat.h", 0 ); 225 cvError( CV_StsBadFlag, "cvRandInit", "Unknown distribution type", "cvcompat.h", 0 ); 240 cvError( CV_StsNullPtr, "cvRand", "Null pointer to RNG state", "cvcompat.h", 0 ); 833 cvError( CV_StsNullPtr, "cvStartScanGraph", "Null scanner pointer", "cvcompat.h", 0 ); 844 cvError( CV_StsNullPtr, "cvEndScanGraph", "Null scanner pointer", "cvcompat.h", 0 ); [all...] |
/external/opencv/cxcore/src/ |
cxerror.cpp | 333 CV_IMPL void cvError( int code, const char* func_name,
|
cxpersistence.cpp | 242 cvError( CV_StsParseError, func_name, buf, source_file, source_line ); [all...] |
/external/opencv/ml/src/ |
mlsvm.cpp | 163 cvError( CV_StsBadArg, "CvSVM::get_default_grid", "Invalid type of parameter " [all...] |