Home
last modified time | relevance | path

Searched refs:CV_StsUnsupportedFormat (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dtriangulate.cpp64 CV_Error( CV_StsUnsupportedFormat, "Input parameters must be matrices" ); in icvTriangulatePoints()
150 CV_Error( CV_StsUnsupportedFormat, "Input parameters must be matrices" ); in icvCorrectMatches()
154 … CV_Error( CV_StsUnsupportedFormat, "The fundamental matrix must be a single-channel matrix" ); in icvCorrectMatches()
166 …CV_Error( CV_StsUnsupportedFormat, "The first output matrix must have two channels; one for x and … in icvCorrectMatches()
173 …CV_Error( CV_StsUnsupportedFormat, "The second output matrix must have two channels; one for x and… in icvCorrectMatches()
H A Dcalibration.cpp267 CV_Error( CV_StsUnsupportedFormat, "The matrices must have 32f or 64f data type" ); in cvRodrigues2()
1286 CV_Error( CV_StsUnsupportedFormat, "Both object points and image points must be 2D" ); in cvInitIntrinsicParams2D()
1405 CV_Error( CV_StsUnsupportedFormat, in cvCalibrateCamera2Internal()
1892 CV_Error( CV_StsUnsupportedFormat, in cvCalibrateCamera4()
1944 CV_Error(CV_StsUnsupportedFormat, "Input parameters must be a matrices!"); in cvCalibrationMatrixValues()
3292 CV_Error(CV_StsUnsupportedFormat, "Input parameters must be a matrices!"); in cvDecomposeProjectionMatrix()
3350 …CV_Error(CV_StsUnsupportedFormat, "objectPoints should contain vector of vectors of points of type… in collectCalibrationData()
3357 …CV_Error(CV_StsUnsupportedFormat, "imagePoints1 should contain vector of vectors of points of type… in collectCalibrationData()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dconvhull.cpp514 CV_Error( CV_StsUnsupportedFormat, in cvConvexHull2()
595 CV_Error( CV_StsUnsupportedFormat, in cvConvexityDefects()
606 CV_Error( CV_StsUnsupportedFormat, "Floating-point coordinates are not supported here" ); in cvConvexityDefects()
612 CV_Error( CV_StsUnsupportedFormat, in cvConvexityDefects()
782 CV_Error( CV_StsUnsupportedFormat, in cvCheckContourConvexity()
H A Dutils.cpp61 CV_Error( CV_StsUnsupportedFormat, in cvPointSeqFromMat()
H A Dfloodfill.cpp540 CV_Error( CV_StsUnsupportedFormat, "" ); in floodFill()
586 CV_Error( CV_StsUnsupportedFormat, "" ); in floodFill()
621 CV_Error(CV_StsUnsupportedFormat, ""); in floodFill()
H A Demd.cpp187 CV_Error( CV_StsUnsupportedFormat, "The signatures must be 32fC1" ); in cvCalcEMD2()
198 CV_Error( CV_StsUnsupportedFormat, "The flow matrix must be 32fC1" ); in cvCalcEMD2()
222 CV_Error( CV_StsUnsupportedFormat, "The cost matrix must be 32fC1" ); in cvCalcEMD2()
H A Dapprox.cpp707 CV_Error( CV_StsUnsupportedFormat, "" ); in approxPolyDP()
807 CV_Error( CV_StsUnsupportedFormat, "" ); in cvApproxPoly()
H A Dbilateral_filter.dispatch.cpp425 CV_Error( CV_StsUnsupportedFormat, in bilateralFilter()
H A Dhistogram.cpp1007 CV_Error(CV_StsUnsupportedFormat, ""); in calcHist()
1184 CV_Error(CV_StsUnsupportedFormat, ""); in calcHist()
1639 CV_Error(CV_StsUnsupportedFormat, ""); in calcBackProject()
1812 CV_Error(CV_StsUnsupportedFormat, ""); in calcBackProject()
3107 CV_Error( CV_StsUnsupportedFormat, "Resultant image must have 32fC1 type" ); in cvCalcArrBackProjectPatch()
3193 CV_Error( CV_StsUnsupportedFormat, "All histograms must have 32fC1 type" ); in cvCalcProbDensity()
H A Dsamplers.cpp420 CV_Error( CV_StsUnsupportedFormat, "Unsupported combination of input and output formats"); in getRectSubPix()
H A Dsegmentation.cpp368 CV_Error( CV_StsUnsupportedFormat, "Only 8-bit, 3-channel images are supported" ); in pyrMeanShiftFiltering()
H A Ddemosaicing.cpp1709 … CV_Error(CV_StsUnsupportedFormat, "Bayer->Gray demosaicing only supports 8u and 16u types"); in demosaicing()
1736 … CV_Error(CV_StsUnsupportedFormat, "Bayer->RGB demosaicing only supports 8u and 16u types"); in demosaicing()
1759 …CV_Error(CV_StsUnsupportedFormat, "Bayer->RGB Edge-Aware demosaicing only currently supports 8u an… in demosaicing()
H A Dmoments.cpp602 CV_Error( CV_StsUnsupportedFormat, "" ); in moments()
/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A Dold_ml_inner_functions.cpp263 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported index array data type " in cvPreprocessIndexArray()
328 CV_ERROR( CV_StsUnsupportedFormat, "type mask must be 8uC1 or 8sC1 array" ); in cvPreprocessVarType()
394 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported response type" ); in cvPreprocessOrderedResponses()
484 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported response type" ); in cvPreprocessCategoricalResponses()
911 CV_ERROR( CV_StsUnsupportedFormat, "Input sample must have 32fC1 type" ); in cvPreparePredictData()
1078 CV_ERROR( CV_StsUnsupportedFormat, "The function supports only single-channel arrays" ); in icvConvertDataToSparse()
1141 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported combination of input and output vectors" ); in icvConvertDataToSparse()
1298 CV_ERROR( CV_StsUnsupportedFormat, "The input or output matrix has unsupported format" );
1356 CV_ERROR( CV_StsUnsupportedFormat, "matrix of probabilities must have 32fC1 type" );
/dports/astro/siril/siril/src/opencv/findHomography/
H A Dfundam.cpp684 siril_CV_Error( CV_StsUnsupportedFormat, "The format of point matrix is unsupported" ); in cvComputeCorrespondEpilines()
712 … siril_CV_Error( CV_StsUnsupportedFormat, "fundamental matrix must have 32fC1 or 64fC1 type" ); in cvComputeCorrespondEpilines()
723 … siril_CV_Error( CV_StsUnsupportedFormat, "The format of the matrix of lines is unsupported" ); in cvComputeCorrespondEpilines()
903 siril_CV_Error( CV_StsUnsupportedFormat, in cvConvertPointsHomogeneous()
H A Dcalibration.cpp511 siril_CV_Error( CV_StsUnsupportedFormat, "The matrices must have 32f or 64f data type" ); in cvRodrigues2()
1390 siril_CV_Error( CV_StsUnsupportedFormat, "Both object points and image points must be 2D" ); in cvInitIntrinsicParams2D()
1484 siril_CV_Error( CV_StsUnsupportedFormat, in cvCalibrateCamera2()
1794 siril_CV_Error(CV_StsUnsupportedFormat, "Input parameters must be a matrices!"); in cvCalibrationMatrixValues()
3123 siril_CV_Error(CV_StsUnsupportedFormat, "Input parameters must be a matrices!"); in cvDecomposeProjectionMatrix()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/opencv/src/
H A Demd.cpp245 CV_Error( CV_StsUnsupportedFormat, "The signatures must be 32fC1" ); in cvCalcEMD2()
256 CV_Error( CV_StsUnsupportedFormat, "The flow matrix must be 32fC1" ); in cvCalcEMD2()
280 CV_Error( CV_StsUnsupportedFormat, "The cost matrix must be 32fC1" ); in cvCalcEMD2()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_openni2.cpp1009 CV_Error( CV_StsUnsupportedFormat, "Unsupported format of grabbed image." ); in getBGRImageFromMetaData()
1032 CV_Error(CV_StsUnsupportedFormat, "Unsupported format of grabbed image."); in getGrayImageFromMetaData()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/test/
H A Dtest_cameracalibration_badarg.cpp251 errors += run_test_case( CV_StsUnsupportedFormat, "Bad src formart", caller ); in run()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Drun_length_morphology.cpp123 CV_Error( CV_StsUnsupportedFormat, "unsupported image type" ); in _threshold()
210 CV_Error(CV_StsUnsupportedFormat, "unsupported image type"); in paint()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatrix_sparse.cpp761 CV_Error( CV_StsUnsupportedFormat, "Only 32f and 64f are supported" ); in norm()
824 CV_Error( CV_StsUnsupportedFormat, "Only 32f and 64f are supported" ); in minMaxLoc()
H A Dbatch_distance.cpp380 CV_Error_(CV_StsUnsupportedFormat, in batchDistance()
H A Dmatrix_c.cpp336 CV_Error( CV_StsUnsupportedFormat, "The function only supports 32sC1 and 32fC1 datatypes" ); in cvRange()
H A Darray.cpp125 CV_Error( CV_StsUnsupportedFormat, "Invalid matrix type" ); in cvCreateMatHeader()
243 CV_Error( CV_StsUnsupportedFormat, "invalid array data type" ); in cvInitMatNDHeader()
539 CV_Error( CV_StsUnsupportedFormat, "invalid array data type" ); in cvCreateSparseMat()
1814 CV_Error( CV_StsUnsupportedFormat, "" ); in cvPtr2D()
/dports/graphics/opencv/opencv-4.5.3/modules/photo/src/
H A Dinpaint.cpp755 CV_Error( CV_StsUnsupportedFormat, in icvInpaint()
759 CV_Error( CV_StsUnsupportedFormat, "The mask must be 8-bit 1-channel image" ); in icvInpaint()

12