Home
last modified time | relevance | path

Searched refs:CV_StsOutOfRange (Results 1 – 25 of 37) sorted by relevance

12

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Darray.cpp249 CV_Error( CV_StsOutOfRange, in cvInitMatNDHeader()
258 CV_Error( CV_StsOutOfRange, "The array is too big" ); in cvInitMatNDHeader()
288 CV_Error( CV_StsOutOfRange, in cvCreateMatNDHeader()
542 CV_Error( CV_StsOutOfRange, "bad number of dimensions" ); in cvCreateSparseMat()
1175 CV_Error( CV_StsOutOfRange, "bad dimension index" ); in cvGetDimSize()
1191 CV_Error( CV_StsOutOfRange, "bad dimension index" ); in cvGetDimSize()
1199 CV_Error( CV_StsOutOfRange, "bad dimension index" ); in cvGetDimSize()
1314 CV_Error( CV_StsOutOfRange, "" ); in cvGetRows()
1367 CV_Error( CV_StsOutOfRange, "" ); in cvGetCols()
1422 CV_Error( CV_StsOutOfRange, "" ); in cvGetDiag()
[all …]
H A Ddatastructs.cpp332 CV_Error( CV_StsOutOfRange, "Too large memory block is requested" ); in cvMemStorageAlloc()
419 CV_Error( CV_StsOutOfRange, "" ); in cvSetSeqBlockSize()
434 CV_Error( CV_StsOutOfRange, "Storage block size is too small " in cvSetSeqBlockSize()
1057 CV_Error( CV_StsOutOfRange, "" ); in cvSetSeqReaderPos()
1064 CV_Error( CV_StsOutOfRange, "" ); in cvSetSeqReaderPos()
1269 CV_Error( CV_StsOutOfRange, "" ); in cvSeqInsert()
1388 CV_Error( CV_StsOutOfRange, "Invalid index" ); in cvSeqRemove()
1629 CV_Error( CV_StsOutOfRange, "Bad sequence slice" ); in cvSeqSlice()
1696 CV_Error( CV_StsOutOfRange, "start slice index is out of range" ); in cvSeqRemoveSlice()
1793 CV_Error( CV_StsOutOfRange, "" ); in cvSeqInsertSlice()
[all …]
H A Dumatrix.cpp513 … CV_Error( CV_StsOutOfRange, "The total matrix size does not fit to \"size_t\" type" ); in setSize()
930 CV_Error( CV_StsOutOfRange, "Bad new number of rows" ); in reshape()
1011 …CV_Error(CV_StsOutOfRange, "Copy dimension (which has zero size) is not present in source matrix"); in reshape()
H A Dmatrix.cpp274 … CV_Error( CV_StsOutOfRange, "The total matrix size does not fit to \"size_t\" type" ); in setSize()
1180 CV_Error( CV_StsOutOfRange, "Bad new number of rows" ); in reshape()
1237 …CV_Error(CV_StsOutOfRange, "Copy dimension (which has zero size) is not present in source matrix"); in reshape()
H A Dmatrix_c.cpp272 CV_Error( CV_StsOutOfRange, "The reduced dimensionality index is out of range" ); in cvReduce()
/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Dprecomp.hpp135 CV_Error( CV_StsOutOfRange, "max_categories should be >= 2" ); in setMaxCategories()
141 CV_Error( CV_StsOutOfRange, "max_depth should be >= 0" ); in setMaxDepth()
151 CV_Error( CV_StsOutOfRange, in setCVFolds()
166 CV_Error( CV_StsOutOfRange, "params.regression_accuracy should be >= 0" ); in setRegressionAccuracy()
H A Dsvm.cpp1311 CV_Error( CV_StsOutOfRange, "gamma parameter of the kernel must be positive" ); in checkParams()
1319 CV_Error( CV_StsOutOfRange, "The kernel parameter <degree> must be positive" ); in checkParams()
1339 CV_Error( CV_StsOutOfRange, "The parameter C must be positive" ); in checkParams()
1344 CV_Error( CV_StsOutOfRange, "The parameter nu must be between 0 and 1" ); in checkParams()
1349 CV_Error( CV_StsOutOfRange, "The parameter p must be positive" ); in checkParams()
H A Dann_mlp.cpp226 CV_Error( CV_StsOutOfRange, "Unknown activation function" ); in setActivationFunction()
325 CV_Error( CV_StsOutOfRange, in setLayerSizes()
793 CV_Error( CV_StsOutOfRange, in calc_output_scale()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dapprox.cpp394 CV_Error( CV_StsOutOfRange, "" ); in cvApproxChains()
413 CV_Error( CV_StsOutOfRange, "" ); in cvApproxChains()
684 CV_Error(CV_StsOutOfRange, "Epsilon not valid."); in approxPolyDP()
749 CV_Error( CV_StsOutOfRange, "header_size is negative. " in cvApproxPoly()
775 CV_Error( CV_StsOutOfRange, "Unknown approximation method" ); in cvApproxPoly()
785 CV_Error( CV_StsOutOfRange, "Accuracy must be non-negative" ); in cvApproxPoly()
H A Dsubdivision2d.cpp288 CV_Error( CV_StsOutOfRange, "" ); in locate()
423 CV_Error( CV_StsOutOfRange, "" ); in insert()
H A Dmoments.cpp735 CV_Error( CV_StsOutOfRange, "" ); in cvGetSpatialMoment()
748 CV_Error( CV_StsOutOfRange, "" ); in cvGetCentralMoment()
H A Dsegmentation.cpp351 CV_Error( CV_StsOutOfRange, "The number of pyramid levels is too large or negative" ); in pyrMeanShiftFiltering()
H A Dcontours.cpp204 CV_Error( CV_StsOutOfRange, "" ); in cvStartFindContours_Impl()
1758 CV_Error( CV_StsOutOfRange, in cvFindContours_Impl()
H A Dhistogram.cpp2933 CV_Error(CV_StsOutOfRange, "Bin ranges should go in ascenting order"); in cvSetHistBinRanges()
3086 CV_Error( CV_StsOutOfRange, in cvCalcArrBackProjectPatch()
3094 CV_Error( CV_StsOutOfRange, "Invalid number of dimensions"); in cvCalcArrBackProjectPatch()
3151 CV_Error( CV_StsOutOfRange, "Too small number of histograms" ); in cvCalcBayesianProb()
3180 CV_Error( CV_StsOutOfRange, "scale must be positive" ); in cvCalcProbDensity()
H A Dtemplmatch.cpp148 CV_Error( CV_StsOutOfRange, "the input arrays are too big" ); in create()
605 CV_Error( CV_StsOutOfRange, "the input arrays are too big" ); in crossCorr()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/test/
H A Dtest_cameracalibration_badarg.cpp168 errors += run_test_case( CV_StsOutOfRange, "Bad image width", caller ); in run()
172 errors += run_test_case( CV_StsOutOfRange, "Bad image height", caller ); in run()
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/src/
H A Dwindow_winrt.cpp126 CV_ERROR(CV_StsOutOfRange, "Bad trackbar max value"); in cvCreateTrackbar2()
/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A Dold_ml_tree.cpp96 CV_ERROR( CV_StsOutOfRange, "params.max_categories should be >= 2" ); in set_params()
100 CV_ERROR( CV_StsOutOfRange, "params.max_depth should be >= 0" ); in set_params()
106 CV_ERROR( CV_StsOutOfRange, in set_params()
114 CV_ERROR( CV_StsOutOfRange, "params.regression_accuracy should be >= 0" ); in set_params()
363 CV_ERROR( CV_StsOutOfRange, in set_data()
655 CV_ERROR( CV_StsOutOfRange, "Every class weight should be positive" ); in set_data()
1416 CV_ERROR( CV_StsOutOfRange, "some of var_idx elements are out of range" ); in read_params()
1475 CV_ERROR( CV_StsOutOfRange, "some of cat_count elements are out of range" ); in read_params()
3938 CV_ERROR( CV_StsOutOfRange, "Split variable index is out of range" ); in read_split()
3962 CV_ERROR( CV_StsOutOfRange, "some of in/not_in elements are out of range" ); in read_split()
[all …]
H A Dold_ml_inner_functions.cpp241 CV_ERROR( CV_StsOutOfRange, "No components/input_variables is selected!" ); in cvPreprocessIndexArray()
247 CV_ERROR( CV_StsOutOfRange, in cvPreprocessIndexArray()
285 CV_ERROR( CV_StsOutOfRange, "the index array elements are out of range" ); in cvPreprocessIndexArray()
1421 CV_ERROR( CV_StsOutOfRange, "Some of sample_idx elements are out of range" );
H A Dboost.cpp115 CV_ERROR( CV_StsOutOfRange, "No components/input_variables is selected!" ); in cvPreprocessIndexArray()
121 CV_ERROR( CV_StsOutOfRange, in cvPreprocessIndexArray()
159 CV_ERROR( CV_StsOutOfRange, "the index array elements are out of range" ); in cvPreprocessIndexArray()
550 CV_Error( CV_StsOutOfRange, "_numPrecalcVal and _numPrecalcIdx must be positive or 0" ); in setData()
/dports/astro/siril/siril/src/opencv/findHomography/
H A Dfundam.cpp706 siril_CV_Error( CV_StsOutOfRange, "The dimensionality of points must be 2 or 3" ); in cvComputeCorrespondEpilines()
745 … siril_CV_Error( CV_StsOutOfRange, "The lines matrix does not have a proper layout (3xn or nx3)" ); in cvComputeCorrespondEpilines()
907 siril_CV_Error( CV_StsOutOfRange, in cvConvertPointsHomogeneous()
H A Dmodelest.cpp94 siril_CV_Error( CV_StsOutOfRange, "the number of model points should be positive" ); in cvRANSACUpdateNumIters()
H A Dcalibration.cpp1480 siril_CV_Error( CV_StsOutOfRange, "image width and height must be positive" ); in cvCalibrateCamera2()
1533 siril_CV_Error( CV_StsOutOfRange, buf ); in cvCalibrateCamera2()
1566 siril_CV_Error( CV_StsOutOfRange, "Focal length (fx and fy) must be positive" ); in cvCalibrateCamera2()
1569 siril_CV_Error( CV_StsOutOfRange, "Principal point must be within the image" ); in cvCalibrateCamera2()
1571 siril_CV_Error( CV_StsOutOfRange, "Non-zero skew is not supported by the function" ); in cvCalibrateCamera2()
1574 siril_CV_Error( CV_StsOutOfRange, in cvCalibrateCamera2()
1584 siril_CV_Error( CV_StsOutOfRange, in cvCalibrateCamera2()
1604 siril_CV_Error( CV_StsOutOfRange, in cvCalibrateCamera2()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dtriangulate.cpp69 CV_Error( CV_StsOutOfRange, "Number of points must be more than zero" ); in icvTriangulatePoints()
H A Dcalibration.cpp1401 CV_Error( CV_StsOutOfRange, "image width and height must be positive" ); in cvCalibrateCamera2Internal()
1483 CV_Error_( CV_StsOutOfRange, ("The number of points in the view #%d is < 4", i)); in cvCalibrateCamera2Internal()
1547 CV_Error( CV_StsOutOfRange, "Focal length (fx and fy) must be positive" ); in cvCalibrateCamera2Internal()
1550 CV_Error( CV_StsOutOfRange, "Principal point must be within the image" ); in cvCalibrateCamera2Internal()
1552 CV_Error( CV_StsOutOfRange, "Non-zero skew is not supported by the function" ); in cvCalibrateCamera2Internal()
1555 CV_Error( CV_StsOutOfRange, in cvCalibrateCamera2Internal()
1565 CV_Error( CV_StsOutOfRange, in cvCalibrateCamera2Internal()
1585 CV_Error( CV_StsOutOfRange, in cvCalibrateCamera2Internal()

12