Home
last modified time | relevance | path

Searched refs:CV_StsBadSize (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A Dold_ml_inner_functions.cpp218 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" ); in cvPreprocessIndexArray()
325 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" ); in cvPreprocessVarType()
346 CV_ERROR( CV_StsBadSize, "var index array is too large" ); in cvPreprocessVarType()
386 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" ); in cvPreprocessOrderedResponses()
410 CV_ERROR( CV_StsBadSize, "sample index array is too large" ); in cvPreprocessOrderedResponses()
476 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" ); in cvPreprocessCategoricalResponses()
494 CV_ERROR( CV_StsBadSize, "sample index array is too large" ); in cvPreprocessCategoricalResponses()
916 CV_ERROR( CV_StsBadSize, "Input sample must be 1-dimensional vector" ); in cvPreparePredictData()
942 CV_ERROR( CV_StsBadSize, in cvPreparePredictData()
1321 CV_ERROR( CV_StsBadSize, "sample_idx must be 1-dimensional matrix" );
[all …]
H A Dboost.cpp92 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" ); in cvPreprocessIndexArray()
H A Dold_ml_tree.cpp1481 CV_ERROR( CV_StsBadSize, in read_params()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/test/
H A Dtest_cameracalibration_badarg.cpp176 errors += run_test_case( CV_StsBadSize, "Bad imgpts[0]", caller ); in run()
181 errors += run_test_case( CV_StsBadSize, "Bad objpts[1]", caller ); in run()
255 errors += run_test_case( CV_StsBadSize, "Bad src size", caller ); in run()
/dports/astro/siril/siril/src/opencv/findHomography/
H A Dfundam.cpp700 …siril_CV_Error( CV_StsBadSize, "The point matrix does not have a proper layout (2xn, 3xn, nx2 or n… in cvComputeCorrespondEpilines()
715 siril_CV_Error( CV_StsBadSize, "fundamental matrix must be 3x3" ); in cvComputeCorrespondEpilines()
739 … siril_CV_Error( CV_StsBadSize, "The lines matrix does not have a proper layout (3xn or nx3)" ); in cvComputeCorrespondEpilines()
860 … siril_CV_Error( CV_StsBadSize, "Either the number of channels or columns or rows must be =1" ); in cvConvertPointsHomogeneous()
868 … siril_CV_Error( CV_StsBadSize, "Either the number of channels or columns or rows must be =1" ); in cvConvertPointsHomogeneous()
880 siril_CV_Error( CV_StsBadSize, in cvConvertPointsHomogeneous()
889 siril_CV_Error( CV_StsBadSize, in cvConvertPointsHomogeneous()
H A Dcalibration.cpp526 siril_CV_Error( CV_StsBadSize, "Jacobian must be 3x9 or 9x3" ); in cvRodrigues2()
535 siril_CV_Error( CV_StsBadSize, "Input matrix must be 1x3, 3x1 or 3x3" ); in cvRodrigues2()
538 …siril_CV_Error( CV_StsBadSize, "Output matrix must be 3x3, single-channel floating point matrix" ); in cvRodrigues2()
620 siril_CV_Error( CV_StsBadSize, "Output matrix must be 1x3 or 3x1" ); in cvRodrigues2()
1393 … siril_CV_Error( CV_StsBadSize, "object points and image points must be a single-row matrices" ); in cvInitIntrinsicParams2D()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dconvhull.cpp510 CV_Error( CV_StsBadSize, "The hull matrix size might be not enough to fit the hull" ); in cvConvexHull2()
529 CV_Error( CV_StsBadSize, in cvConvexHull2()
631 CV_Error( CV_StsBadSize, "Convex hull is larger than the point sequence" ); in cvConvexityDefects()
H A Dcontours.cpp65 CV_Error( CV_StsBadSize, "" ); in cvStartReadChainPoints()
207 CV_Error( CV_StsBadSize, "" ); in cvStartFindContours_Impl()
1450 CV_Error( CV_StsBadSize, "Contour header size must be >= sizeof(CvContour)" ); in icvFindContoursInInterval()
H A Dshapedescr.cpp360 CV_Error( CV_StsBadSize, "There should be at least 5 points to fit the ellipse" ); in fitEllipseNoDirect()
523 CV_Error( CV_StsBadSize, "There should be at least 5 points to fit the ellipse" ); in fitEllipseAMS()
708 CV_Error( CV_StsBadSize, "There should be at least 5 points to fit the ellipse" ); in fitEllipseDirect()
H A Dapprox.cpp772 CV_Error( CV_StsBadSize, "New header size must be non-less than sizeof(CvContour)" ); in cvApproxPoly()
H A Dsubdivision2d.cpp420 CV_Error( CV_StsBadSize, "" ); in insert()
H A Ddistransform.cpp741 CV_Error( CV_StsBadSize, "Mask size should be 3 or 5 or 0 (precise)" ); in distanceTransform()
H A Demd.cpp230 CV_Error( CV_StsBadSize, in cvCalcEMD2()
H A Dhistogram.cpp3090 CV_Error( CV_StsBadSize, "The patch width and height must be positive" ); in cvCalcArrBackProjectPatch()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Ddatastructs.cpp292 CV_Error( CV_StsBadSize, "" ); in cvRestoreMemStoragePos()
381 CV_Error( CV_StsBadSize, "" ); in cvCreateSeq()
395 CV_Error( CV_StsBadSize, in cvCreateSeq()
592 CV_Error( CV_StsBadSize, "" ); in cvMakeSeqHeaderForArray()
607 CV_Error( CV_StsBadSize, in cvMakeSeqHeaderForArray()
1173 CV_Error( CV_StsBadSize, "" ); in cvSeqPop()
1235 CV_Error( CV_StsBadSize, "" ); in cvSeqPopFront()
1463 CV_Error( CV_StsBadSize, "number of removed elements is negative" ); in cvSeqPushMulti()
1532 CV_Error( CV_StsBadSize, "number of removed elements is negative" ); in cvSeqPopMulti()
2492 CV_Error( CV_StsBadSize, "" ); in cvCreateSet()
[all …]
H A Darray.cpp121 CV_Error( CV_StsBadSize, "Non-positive width or height" ); in cvCreateMatHeader()
155 CV_Error( CV_StsBadSize, "Non-positive cols or rows" ); in cvInitMatHeader()
255 CV_Error( CV_StsBadSize, "one of dimension sizes is non-positive" ); in cvInitMatNDHeader()
550 CV_Error( CV_StsBadSize, "one of dimension 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()
H A Dmatrix_c.cpp276 CV_Error( CV_StsBadSize, "The output array size is incorrect" ); in cvReduce()
H A Dsystem.cpp1272 case CV_StsBadSize : return "Incorrect size of input array"; in cvErrorStr()
1335 case CV_BADSIZE_ERR: return CV_StsBadSize; in cvErrorFromIppStatus()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dcalibration.cpp282 CV_Error( CV_StsBadSize, "Jacobian must be 3x9 or 9x3" ); in cvRodrigues2()
290 CV_Error( CV_StsBadSize, "Input matrix must be 1x3, 3x1 or 3x3" ); in cvRodrigues2()
293 … CV_Error( CV_StsBadSize, "Output matrix must be 3x3, single-channel floating point matrix" ); in cvRodrigues2()
371 CV_Error( CV_StsBadSize, "Output matrix must be 1x3 or 3x1" ); in cvRodrigues2()
493 …CV_Error(CV_StsBadSize, "Input matrix must be 1x3 or 3x1 for a rotation vector, or 3x3 for a rotat… in cvRodrigues2()
1289 CV_Error( CV_StsBadSize, "object points and image points must be a single-row matrices" ); in cvInitIntrinsicParams2D()
3347 … CV_Error(CV_StsBadSize, "objectPoints should not contain empty vector of vectors of points"); in collectCalibrationData()
3354 … CV_Error(CV_StsBadSize, "imagePoints1 should not contain empty vector of vectors of points"); in collectCalibrationData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/opencv/src/
H A Demd.cpp288 CV_Error( CV_StsBadSize, in cvCalcEMD2()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h177 CV_StsBadSize= -201, /**< the input/output structure size is incorrect */ enumerator