/external/opencv/cv/src/ |
D | cvcornersubpix.cpp | 81 CV_ERROR( CV_StsBadSize, "" ); in cvFindCornerSubPix() 87 CV_ERROR( CV_StsBadSize, "" ); in cvFindCornerSubPix() 92 CV_ERROR( CV_StsBadSize, "" ); in cvFindCornerSubPix()
|
D | cvfundam.cpp | 1060 …CV_ERROR( CV_StsBadSize, "The point matrix does not have a proper layout (2xn, 3xn, nx2 or nx3)" ); in cvComputeCorrespondEpilines() 1075 CV_ERROR( CV_StsBadSize, "fundamental matrix must be 3x3" ); in cvComputeCorrespondEpilines() 1093 … CV_ERROR( CV_StsBadSize, "The lines matrix does not have a proper layout (3xn or nx3)" ); in cvComputeCorrespondEpilines() 1222 … CV_ERROR( CV_StsBadSize, "Either the number of channels or columns or rows must be =1" ); in cvConvertPointsHomogeneous() 1230 … CV_ERROR( CV_StsBadSize, "Either the number of channels or columns or rows must be =1" ); in cvConvertPointsHomogeneous() 1242 CV_ERROR( CV_StsBadSize, in cvConvertPointsHomogeneous() 1251 CV_ERROR( CV_StsBadSize, in cvConvertPointsHomogeneous()
|
D | cvconvhull.cpp | 301 CV_ERROR( CV_StsBadSize, "The hull matrix size might be not enough to fit the hull" ); in cvConvexHull2() 320 CV_ERROR( CV_StsBadSize, in cvConvexHull2() 584 CV_ERROR( CV_StsBadSize, "Convex hull is larger than the point sequence" ); in cvConvexityDefects()
|
D | cvpgh.cpp | 352 CV_ERROR( CV_StsBadSize, "The histogram must be two-dimensional" ); in cvCalcPGH()
|
D | cvmatchcontours.cpp | 282 CV_ERROR( CV_StsBadSize, "" ); in cvMatchContourTrees()
|
D | cvutils.cpp | 498 CV_ERROR( CV_StsBadSize, "Source array is too big or destination array is too small" ); in cvCopyMakeBorder()
|
D | cvcalibration.cpp | 526 CV_ERROR( CV_StsBadSize, "Jacobian must be 3x9 or 9x3" ); in cvRodrigues2() 535 CV_ERROR( CV_StsBadSize, "Input matrix must be 1x3, 3x1 or 3x3" ); in cvRodrigues2() 538 … CV_ERROR( CV_StsBadSize, "Output matrix must be 3x3, single-channel floating point matrix" ); in cvRodrigues2() 620 CV_ERROR( CV_StsBadSize, "Output matrix must be 1x3 or 3x1" ); in cvRodrigues2() 1367 CV_ERROR( CV_StsBadSize, "object points and image points must be a single-row matrices" ); in cvInitIntrinsicParams2D()
|
/external/opencv3/apps/traincascade/ |
D | old_ml_inner_functions.cpp | 409 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" ); in cvPreprocessIndexArray() 516 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" ); in cvPreprocessVarType() 537 CV_ERROR( CV_StsBadSize, "var index array is too large" ); in cvPreprocessVarType() 577 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" ); in cvPreprocessOrderedResponses() 601 CV_ERROR( CV_StsBadSize, "sample index array is too large" ); in cvPreprocessOrderedResponses() 667 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" ); in cvPreprocessCategoricalResponses() 685 CV_ERROR( CV_StsBadSize, "sample index array is too large" ); in cvPreprocessCategoricalResponses() 1107 CV_ERROR( CV_StsBadSize, "Input sample must be 1-dimensional vector" ); in cvPreparePredictData() 1133 CV_ERROR( CV_StsBadSize, in cvPreparePredictData() 1382 CV_ERROR( CV_StsBadSize, "Array of output labels should be 1d vector" ); in cvWritebackLabels() [all …]
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 476 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" ); in cvPreprocessIndexArray() 586 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" ); in cvPreprocessVarType() 607 CV_ERROR( CV_StsBadSize, "var index array is too large" ); in cvPreprocessVarType() 647 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" ); in cvPreprocessOrderedResponses() 671 CV_ERROR( CV_StsBadSize, "sample index array is too large" ); in cvPreprocessOrderedResponses() 737 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" ); in cvPreprocessCategoricalResponses() 755 CV_ERROR( CV_StsBadSize, "sample index array is too large" ); in cvPreprocessCategoricalResponses() 1177 CV_ERROR( CV_StsBadSize, "Input sample must be 1-dimensional vector" ); in cvPreparePredictData() 1203 CV_ERROR( CV_StsBadSize, in cvPreparePredictData() 1456 CV_ERROR( CV_StsBadSize, "Array of output labels should be 1d vector" ); in cvWritebackLabels() [all …]
|
D | mlcnn.cpp | 662 CV_ERROR( CV_StsBadSize, "Type of initial weights matrix must be CV_32FC1" ); 664 CV_ERROR( CV_StsBadSize, "Invalid size of initial weights matrix" ); 676 CV_ERROR( CV_StsBadSize, "Type of connection matrix must be CV_32FC1" ); 678 CV_ERROR( CV_StsBadSize, "Invalid size of connection matrix" ); 737 CV_ERROR( CV_StsBadSize, "Type of initial weights matrix must be CV_32FC1" ); 739 CV_ERROR( CV_StsBadSize, "Invalid size of initial weights matrix" ); 787 CV_ERROR( CV_StsBadSize, "Type of initial weights matrix must be CV_32FC1" ); 789 CV_ERROR( CV_StsBadSize, "Invalid size of initial weights matrix" );
|
D | mlestimate.cpp | 463 CV_ERROR (CV_StsBadSize, "sampleIdx array must be 1-dimensional");
|
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration_badarg.cpp | 407 errors += run_test_case( CV_StsBadSize, "Bad jacobian format", bad_caller ); in run() 413 errors += run_test_case( CV_StsBadSize, "Bad src format", bad_caller ); in run() 421 errors += run_test_case( CV_StsBadSize, "Bad dst format", bad_caller ); in run() 425 errors += run_test_case( CV_StsBadSize, "Bad dst format", bad_caller ); in run() 429 errors += run_test_case( CV_StsBadSize, "Bad dst format", bad_caller ); in run() 441 errors += run_test_case( CV_StsBadSize, "Bad dst format", bad_caller ); in run()
|
/external/opencv/cxcore/src/ |
D | cxmatrix.cpp | 510 CV_ERROR( CV_StsBadSize, in CV_DEF_INIT_PIXSIZE_TAB_2D() 788 CV_ERROR( CV_StsBadSize, "The matrix must be square" ); in cvDet() 940 CV_ERROR( CV_StsBadSize, "CV_SVD_SYM method is used for non-square matrix" ); in cvInvert() 965 CV_ERROR( CV_StsBadSize, "The matrix must be square" ); in cvInvert() 1242 CV_ERROR( CV_StsBadSize, "CV_SVD_SYM method is used for non-square matrix" ); in cvSolve() 1261 CV_ERROR( CV_StsBadSize, "The matrix must be square" ); in cvSolve() 1625 CV_ERROR( CV_StsBadSize, in cvCalcPCA() 1637 CV_ERROR( CV_StsBadSize, in cvCalcPCA() 1647 CV_ERROR( CV_StsBadSize, in cvCalcPCA() 1652 CV_ERROR( CV_StsBadSize, in cvCalcPCA() [all …]
|
D | cxerror.cpp | 284 case CV_StsBadSize : return "Incorrect size of input array"; in cvErrorStr() 434 case CV_BADSIZE_ERR: return CV_StsBadSize; in cvErrorFromIppStatus()
|
D | cxdatastructs.cpp | 350 CV_ERROR( CV_StsBadSize, "" ); in cvRestoreMemStoragePos() 456 CV_ERROR( CV_StsBadSize, "" ); in cvCreateSeq() 470 CV_ERROR( CV_StsBadSize, in cvCreateSeq() 695 CV_ERROR( CV_StsBadSize, "" ); in cvMakeSeqHeaderForArray() 710 CV_ERROR( CV_StsBadSize, in cvMakeSeqHeaderForArray() 1363 CV_ERROR( CV_StsBadSize, "" ); in cvSeqPop() 1437 CV_ERROR( CV_StsBadSize, "" ); in cvSeqPopFront() 1686 CV_ERROR( CV_StsBadSize, "number of removed elements is negative" ); in cvSeqPushMulti() 1761 CV_ERROR( CV_StsBadSize, "number of removed elements is negative" ); in cvSeqPopMulti() 2772 CV_ERROR( CV_StsBadSize, "" ); in cvCreateSet() [all …]
|
D | cxarray.cpp | 136 CV_ERROR( CV_StsBadSize, "Non-positive width or height" ); in cvCreateMatHeader() 182 CV_ERROR( CV_StsBadSize, "Non-positive cols or rows" ); in cvInitMatHeader() 306 CV_ERROR( CV_StsBadSize, "one of dimesion sizes is non-positive" ); in cvInitMatNDHeader() 665 CV_ERROR( CV_StsBadSize, "one of dimesion sizes is non-positive" ); in cvCreateSparseMat() 1481 CV_ERROR( CV_StsBadSize, "" ); in cvGetSubRect() 1485 CV_ERROR( CV_StsBadSize, "" ); in cvGetSubRect() 3001 CV_ERROR( CV_StsBadSize, "The header should be CvMatND" ); in cvReshapeMatND() 3058 CV_ERROR( CV_StsBadSize, in cvReshapeMatND() 3064 CV_ERROR( CV_StsBadSize, in cvReshapeMatND()
|
D | cxmatmul.cpp | 1651 CV_ERROR( CV_StsBadSize, "if eigher the source or destination is a sequence, " in cvTransform() 1661 CV_ERROR( CV_StsBadSize, "if eigher the source or destination is a sequence, " in cvTransform() 1692 CV_ERROR( CV_StsBadSize, in cvTransform() 2069 CV_ERROR( CV_StsBadSize, in cvPerspectiveTransform() 2498 CV_ERROR( CV_StsBadSize, "Covariation matrix must be square" ); in cvCalcCovarMatrix() 2543 CV_ERROR( CV_StsBadSize, in cvCalcCovarMatrix() 2801 CV_ERROR( CV_StsBadSize, "Input matrices must be 1-d vectors" ); in cvMahalanobis() 3157 CV_ERROR( CV_StsBadSize, "The destination matrix must be square" ); in cvMulTransposed()
|
D | cxjacobieigens.cpp | 398 CV_ERROR( CV_StsBadSize, "eigenvalues vector has inappropriate size" ); in cvEigenVV()
|
D | cxutils.cpp | 292 CV_ERROR( CV_StsBadSize, in cvSolveCubic() 297 CV_ERROR( CV_StsBadSize, in cvSolveCubic()
|
/external/opencv/cxcore/include/ |
D | cxerror.h | 89 #define CV_StsBadSize -201 /* the input/output structure size is incorrect */ macro
|
/external/opencv3/modules/imgproc/src/ |
D | convhull.cpp | 449 CV_Error( CV_StsBadSize, "The hull matrix size might be not enough to fit the hull" ); in cvConvexHull2() 468 CV_Error( CV_StsBadSize, in cvConvexHull2() 574 CV_Error( CV_StsBadSize, "Convex hull is larger than the point sequence" ); in cvConvexityDefects()
|
D | contours.cpp | 62 CV_Error( CV_StsBadSize, "" ); in cvStartReadChainPoints() 208 CV_Error( CV_StsBadSize, "" ); in cvStartFindContours() 1342 CV_Error( CV_StsBadSize, "Contour header size must be >= sizeof(CvContour)" ); in icvFindContoursInInterval()
|
/external/opencv3/modules/core/src/ |
D | datastructs.cpp | 290 CV_Error( CV_StsBadSize, "" ); in cvRestoreMemStoragePos() 378 CV_Error( CV_StsBadSize, "" ); in cvCreateSeq() 392 CV_Error( CV_StsBadSize, in cvCreateSeq() 589 CV_Error( CV_StsBadSize, "" ); in cvMakeSeqHeaderForArray() 604 CV_Error( CV_StsBadSize, in cvMakeSeqHeaderForArray() 1170 CV_Error( CV_StsBadSize, "" ); in cvSeqPop() 1232 CV_Error( CV_StsBadSize, "" ); in cvSeqPopFront() 1460 CV_Error( CV_StsBadSize, "number of removed elements is negative" ); in cvSeqPushMulti() 1529 CV_Error( CV_StsBadSize, "number of removed elements is negative" ); in cvSeqPopMulti() 2486 CV_Error( CV_StsBadSize, "" ); in cvCreateSet() [all …]
|
D | array.cpp | 119 CV_Error( CV_StsBadSize, "Non-positive width or height" ); in cvCreateMatHeader() 152 CV_Error( CV_StsBadSize, "Non-positive cols or rows" ); in cvInitMatHeader() 252 CV_Error( CV_StsBadSize, "one of dimesion sizes is non-positive" ); in cvInitMatNDHeader() 556 CV_Error( CV_StsBadSize, "one of dimesion sizes is non-positive" ); in cvCreateSparseMat() 1268 CV_Error( CV_StsBadSize, "" ); in cvGetSubRect() 1272 CV_Error( CV_StsBadSize, "" ); in cvGetSubRect() 2617 CV_Error( CV_StsBadSize, "The output header should be CvMatND" ); in cvReshapeMatND() 2674 CV_Error( CV_StsBadSize, in cvReshapeMatND() 2680 CV_Error( CV_StsBadSize, in cvReshapeMatND()
|
D | system.cpp | 746 case CV_StsBadSize : return "Incorrect size of input array"; in cvErrorStr() 809 case CV_BADSIZE_ERR: return CV_StsBadSize; in cvErrorFromIppStatus()
|