Searched refs:CV_BadDepth (Results 1 – 17 of 17) sorted by relevance
/external/opencv/cvaux/src/ |
D | cveigenobjects.cpp | 1196 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcCovarMatrixEx() 1217 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcCovarMatrixEx() 1331 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcEigenObjects() 1362 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcEigenObjects() 1381 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcEigenObjects() 1419 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcEigenObjects() 1465 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcEigenObjects() 1549 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcDecompCoeff() 1555 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcDecompCoeff() 1561 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcDecompCoeff() [all …]
|
D | cvlines.cpp | 386 CV_ERROR( CV_BadDepth, "Channel depth of source image must be 8." ); in cvDeleteMoire() 424 CV_ERROR( CV_BadDepth, "Channel depth of image must be 8." ); in cvPreWarpImage() 468 CV_ERROR( CV_BadDepth, "Channel depth of image must be 8." ); in cvPostWarpImage()
|
D | cvcreatehandmask.cpp | 127 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCreateHandMask()
|
D | cvtexture.cpp | 112 CV_ERROR( CV_BadDepth, "Depth must be equal IPL_DEPTH_8U"); in cvCreateGLCM()
|
D | cv3dtracker.cpp | 121 CV_ERROR(CV_BadDepth, "Channel depth of source image must be 8"); in cv3dTrackerCalibrateCameras()
|
/external/opencv/cv/src/ |
D | cvcalccontrasthistogram.cpp | 347 CV_ERROR( CV_BadDepth, "bad mask depth" ); 361 CV_ERROR( CV_BadDepth, "bad image depth" ); 378 CV_ERROR( CV_BadDepth, "bad image depth" );
|
D | cvaccum.cpp | 415 CV_ERROR( CV_BadDepth, "" ); 422 CV_ERROR( CV_BadDepth, "Bad accumulator type" ); 517 CV_ERROR( CV_BadDepth, "" ); in cvSquareAcc() 616 CV_ERROR( CV_BadDepth, "" ); in cvMultiplyAcc() 725 CV_ERROR( CV_BadDepth, "" ); in cvRunningAvg()
|
D | cvfeatureselect.cpp | 131 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in CV_IMPLEMENT_QSORT()
|
D | cvmotempl.cpp | 134 CV_ERROR( CV_BadDepth, "" ); in cvUpdateMotionHistory() 437 CV_ERROR( CV_BadDepth, "Both MHI and the destination mask" ); in cvSegmentMotion()
|
D | cvcolor.cpp | 2330 CV_ERROR( CV_BadDepth, in cvCvtColor() 2355 CV_ERROR( CV_BadDepth, in cvCvtColor() 2390 CV_ERROR( CV_BadDepth, in cvCvtColor() 2419 CV_ERROR( CV_BadDepth, in cvCvtColor() 2514 CV_ERROR( CV_BadDepth, in cvCvtColor()
|
D | cvthresh.cpp | 484 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvThreshold()
|
D | cvsnakes.cpp | 428 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvSnakeImage()
|
D | cvpyrsegmentation.cpp | 1848 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvPyrSegmentation()
|
/external/opencv/cxcore/src/ |
D | cxerror.cpp | 290 case CV_BadDepth : return "Input image depth is not supported by function"; in cvErrorStr() 445 case CV_BADDEPTH_ERR: return CV_BadDepth; in cvErrorFromIppStatus()
|
D | cxarray.cpp | 1755 CV_ERROR_FROM_CODE( CV_BadDepth ); in cvScalarToRawData() 1824 CV_ERROR_FROM_CODE( CV_BadDepth ); in cvRawDataToScalar() 2800 CV_ERROR_FROM_CODE( CV_BadDepth ); in cvGetMat() 3371 CV_ERROR( CV_BadDepth, "Unsupported format" ); in cvInitImageHeader()
|
/external/opencv/cxcore/include/ |
D | cxerror.h | 70 #define CV_BadDepth -17 /**/ macro
|
/external/opencv/otherlibs/highgui/ |
D | utils.cpp | 593 CV_ERROR( CV_BadDepth, "Destination image must be 8u" ); in cvConvertImage()
|