Home
last modified time | relevance | path

Searched refs:CV_BadDepth (Results 1 – 22 of 22) sorted by relevance

/external/opencv/cvaux/src/
Dcveigenobjects.cpp1196 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 …]
Dcvlines.cpp386 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()
Dcvcreatehandmask.cpp127 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCreateHandMask()
Dcvtexture.cpp112 CV_ERROR( CV_BadDepth, "Depth must be equal IPL_DEPTH_8U"); in cvCreateGLCM()
Dcv3dtracker.cpp121 CV_ERROR(CV_BadDepth, "Channel depth of source image must be 8"); in cv3dTrackerCalibrateCameras()
/external/opencv/cv/src/
Dcvcalccontrasthistogram.cpp347 CV_ERROR( CV_BadDepth, "bad mask depth" );
361 CV_ERROR( CV_BadDepth, "bad image depth" );
378 CV_ERROR( CV_BadDepth, "bad image depth" );
Dcvaccum.cpp415 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()
Dcvfeatureselect.cpp131 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in CV_IMPLEMENT_QSORT()
Dcvmotempl.cpp134 CV_ERROR( CV_BadDepth, "" ); in cvUpdateMotionHistory()
437 CV_ERROR( CV_BadDepth, "Both MHI and the destination mask" ); in cvSegmentMotion()
Dcvcolor.cpp2330 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()
Dcvthresh.cpp484 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvThreshold()
Dcvsnakes.cpp428 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvSnakeImage()
Dcvpyrsegmentation.cpp1848 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvPyrSegmentation()
/external/opencv/cxcore/src/
Dcxerror.cpp290 case CV_BadDepth : return "Input image depth is not supported by function"; in cvErrorStr()
445 case CV_BADDEPTH_ERR: return CV_BadDepth; in cvErrorFromIppStatus()
Dcxarray.cpp1755 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/
Dcxerror.h70 #define CV_BadDepth -17 /**/ macro
/external/opencv3/modules/calib3d/src/
Dcheckchessboard.cpp115 cvError(CV_BadDepth, "cvCheckChessboard", "supports depth=8 images only", in cvCheckChessboard()
/external/opencv3/modules/core/src/
Dsystem.cpp752 case CV_BadDepth : return "Input image depth is not supported by function"; in cvErrorStr()
820 case CV_BADDEPTH_ERR: return CV_BadDepth; in cvErrorFromIppStatus()
Darray.cpp1514 CV_Error( CV_BadDepth, "" ); in cvScalarToRawData()
1577 CV_Error( CV_BadDepth, "" ); in cvRawDataToScalar()
2411 CV_Error( CV_BadDepth, "" ); in cvGetMat()
2936 CV_Error( CV_BadDepth, "Unsupported format" ); in cvInitImageHeader()
/external/opencv/otherlibs/highgui/
Dutils.cpp593 CV_ERROR( CV_BadDepth, "Destination image must be 8u" ); in cvConvertImage()
/external/opencv3/modules/imgcodecs/src/
Dutils.cpp614 CV_ERROR( CV_BadDepth, "Destination image must be 8u" ); in cvConvertImage()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h137 CV_BadDepth= -17, /**/ enumerator