Home
last modified time | relevance | path

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

12345

/external/opencv3/modules/calib3d/test/
Dtest_chesscorners_badarg.cpp125 errors += run_test_case( CV_StsUnsupportedFormat, "Not 8-bit image" ); in run()
128 errors += run_test_case( CV_StsUnsupportedFormat, "2 channel image" ); in run()
143 errors += run_test_case( CV_StsUnsupportedFormat, "2 channel image" ); in run()
/external/opencv/cvaux/src/
Dcvlevmartrif.cpp79 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvJacobianFunction_ProjTrifocal()
194 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvFunc_ProjTrifocal()
290 CV_ERROR( CV_StsUnsupportedFormat, "resultPoints4D must be a matrix" ); in icvOptimizeProjectionTrifocal()
326 CV_ERROR( CV_StsUnsupportedFormat, "Each of projMatrs must be a matrix" ); in icvOptimizeProjectionTrifocal()
331 CV_ERROR( CV_StsUnsupportedFormat, "Each of projPoints must be a matrix" ); in icvOptimizeProjectionTrifocal()
336 CV_ERROR( CV_StsUnsupportedFormat, "Each of resultProjMatrs must be a matrix" ); in icvOptimizeProjectionTrifocal()
Dcvlevmarprojbandle.cpp86 CV_ERROR( CV_StsUnsupportedFormat, "points4D must be a matrix 4xN" ); in icvComputeDerivateProj()
105 CV_ERROR( CV_StsUnsupportedFormat, "projMatr must be a matrix 3x4" ); in icvComputeDerivateProj()
115 CV_ERROR( CV_StsUnsupportedFormat, "Status must be a matrix 1xN" ); in icvComputeDerivateProj()
125 CV_ERROR( CV_StsUnsupportedFormat, "derivProj must be a matrix VisN x 12" ); in icvComputeDerivateProj()
245 CV_ERROR( CV_StsUnsupportedFormat, "points4D must be a matrix N x 4" ); in icvComputeDerivatePoints()
263 CV_ERROR( CV_StsUnsupportedFormat, "projMatr must be a matrix 3x4" ); in icvComputeDerivatePoints()
273 CV_ERROR( CV_StsUnsupportedFormat, "Status must be a matrix 1xN" ); in icvComputeDerivatePoints()
283 CV_ERROR( CV_StsUnsupportedFormat, "derivPoint must be a matrix 2 x 4VisNum" ); in icvComputeDerivatePoints()
334 CV_ERROR( CV_StsUnsupportedFormat, "derivPoint must be a matrix 2 x 4VisNum" ); in icvComputeDerivatePoints()
485 CV_ERROR( CV_StsUnsupportedFormat, "matrW must be a matrix 12NumIm x 4NumPnt" ); in icvComputeMatrixW()
[all …]
Dcvcorrimages.cpp86 CV_ERROR( CV_StsUnsupportedFormat, "Input parameter points must be a matrix" ); in icvCreateFeaturePoints()
106 CV_ERROR( CV_StsUnsupportedFormat, "Statuses must be a mask arrays" ); in icvCreateFeaturePoints()
116 CV_ERROR( CV_StsUnsupportedFormat, "Number of rows of status must be 1" ); in icvCreateFeaturePoints()
232 … CV_ERROR( CV_StsUnsupportedFormat, "Input parameters (points and status) must be a matrices" ); in icvFindCorrForGivenPoints()
238 CV_ERROR( CV_StsUnsupportedFormat, "Statuses must be a mask arrays" ); in icvFindCorrForGivenPoints()
462 CV_ERROR( CV_StsUnsupportedFormat, "oldPoints must be a pointer to a matrix" ); in icvGrowPointsAndStatus()
467 CV_ERROR( CV_StsUnsupportedFormat, "oldStatus must be a pointer to a mask array" ); in icvGrowPointsAndStatus()
576 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters points must be a matrices" ); in icvRemoveDoublePoins()
581 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters statuses must be a mask array" ); in icvRemoveDoublePoins()
Dcvtrifocal.cpp134 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvNormalizePoints()
199 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvComputeProjectMatrices6Points()
471 CV_ERROR( CV_StsUnsupportedFormat, "srcMatr and dstMatr must be a matrices" ); in icvSelectColsByNumbers()
520 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvProject4DPoints()
829 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvComputeProjectMatricesNPoints()
1348 CV_ERROR( CV_StsUnsupportedFormat, "points and resultT must be a matrices" ); in icvFindBaseTransform()
1435 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in GetGeneratorReduceFundSolution()
1531 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in GetGoodReduceFundamMatrFromTwo()
1621 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in GetProjMatrFromReducedFundamental()
1790 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvComputeProjectMatrix()
[all …]
/external/opencv/cv/src/
Dcvkdtree.cpp192 CV_ERROR(CV_StsUnsupportedFormat, "descriptors must be either CV_32FC1 or CV_64FC1"); in cvCreateFeatureTree()
223 CV_ERROR(CV_StsUnsupportedFormat, "results must be CV_32SC1"); in cvFindFeatures()
225 CV_ERROR(CV_StsUnsupportedFormat, "dist must be CV_64FC1"); in cvFindFeatures()
259 CV_ERROR(CV_StsUnsupportedFormat, "results must be CV_32SC1"); in cvFindFeaturesBoxed()
Dcvaccum.cpp438 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported type combination" );
455 CV_ERROR( CV_StsUnsupportedFormat, "" );
533 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvSquareAcc()
551 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvSquareAcc()
633 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvMultiplyAcc()
652 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvMultiplyAcc()
741 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvRunningAvg()
759 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvRunningAvg()
Dcvtemplmatch.cpp73 CV_ERROR( CV_StsUnsupportedFormat, in icvCrossCorr()
77 CV_ERROR( CV_StsUnsupportedFormat, in icvCrossCorr()
82 CV_ERROR( CV_StsUnsupportedFormat, in icvCrossCorr()
87 CV_ERROR( CV_StsUnsupportedFormat, in icvCrossCorr()
359 CV_ERROR( CV_StsUnsupportedFormat, in cvMatchTemplate()
366 CV_ERROR( CV_StsUnsupportedFormat, "output image should have 32f type" ); in cvMatchTemplate()
Dcvpgh.cpp347 CV_ERROR( CV_StsUnsupportedFormat, "Sparse histogram are not supported" ); in cvCalcPGH()
355 …CV_ERROR( CV_StsUnsupportedFormat, "The contour is not valid or the point type is not supported" ); in cvCalcPGH()
Dcvconvhull.cpp305 CV_ERROR( CV_StsUnsupportedFormat, in cvConvexHull2()
546 CV_ERROR( CV_StsUnsupportedFormat, in cvConvexityDefects()
558 CV_ERROR( CV_StsUnsupportedFormat, in cvConvexityDefects()
565 CV_ERROR( CV_StsUnsupportedFormat, in cvConvexityDefects()
748 CV_ERROR( CV_StsUnsupportedFormat, in cvCheckContourConvexity()
Dcvsamplers.cpp566 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvGetRectSubPix()
583 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvGetRectSubPix()
589 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvGetRectSubPix()
840 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvGetQuadrangleSubPix()
869 CV_ERROR( CV_StsUnsupportedFormat, in cvGetQuadrangleSubPix()
879 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvGetQuadrangleSubPix()
885 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvGetQuadrangleSubPix()
Dcvsumpixels.cpp349 CV_ERROR( CV_StsUnsupportedFormat, in cvIntegral()
359 CV_ERROR( CV_StsUnsupportedFormat, in cvIntegral()
397 CV_ERROR( CV_StsUnsupportedFormat, "This source image format is unsupported" ); in cvIntegral()
/external/opencv/cxcore/src/
Dcxcmp.cpp302 CV_ERROR( CV_StsUnsupportedFormat, "Destination image should be 8uC1 or 8sC1"); in cvInRange()
332 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvInRange()
382 CV_ERROR( CV_StsUnsupportedFormat, "Destination image should be 8uC1 or 8sC1"); in cvInRangeS()
411 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvInRangeS()
629 CV_ERROR( CV_StsUnsupportedFormat, "Input arrays must be single-channel"); in cvCmp()
632 CV_ERROR( CV_StsUnsupportedFormat, "Destination array should be 8uC1 or 8sC1"); in cvCmp()
657 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvCmp()
755 CV_ERROR( CV_StsUnsupportedFormat, "Destination array should be 8uC1 or 8sC1"); in cvCmpS()
758 CV_ERROR( CV_StsUnsupportedFormat, "Input array must be single-channel"); in cvCmpS()
821 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvCmpS()
[all …]
Dcxarithm.cpp327 CV_ERROR( CV_StsUnsupportedFormat, "" );
342 CV_ERROR( CV_StsUnsupportedFormat, "" );
470 CV_ERROR( CV_StsUnsupportedFormat, "" );
477 CV_ERROR( CV_StsUnsupportedFormat, "" );
596 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvSubRS()
705 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvSubRS()
799 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvAdd()
814 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvAdd()
942 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvAdd()
949 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvAdd()
[all …]
Dcxmatrix.cpp503 CV_ERROR( CV_StsUnsupportedFormat, "" ); in CV_DEF_INIT_PIXSIZE_TAB_2D()
530 CV_ERROR( CV_StsUnsupportedFormat, "" ); in CV_DEF_INIT_PIXSIZE_TAB_2D()
582 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvCompleteSymm()
808 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvDet()
826 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvDet()
841 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvDet()
859 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvDet()
971 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvInvert()
1267 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvSolve()
1569 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvCrossProduct()
[all …]
Dcxlut.cpp260 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvLUT()
304 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvLUT()
315 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvLUT()
Dcxutils.cpp75 CV_ERROR( CV_StsUnsupportedFormat, in cvKMeans2()
286 CV_ERROR( CV_StsUnsupportedFormat, in cvSolveCubic()
653 CV_ERROR(CV_StsUnsupportedFormat, "coeffs must be either CV_32FC1 or CV_64FC1"); in cvSolvePoly()
656 CV_ERROR(CV_StsUnsupportedFormat, "roots must be either CV_32FC2 or CV_64FC2"); in cvSolvePoly()
964 CV_ERROR( CV_StsUnsupportedFormat, "The function only supports 32sC1 and 32fC1 datatypes" ); in cvRange()
1071 CV_ERROR( CV_StsUnsupportedFormat, "The input matrix should be a one-channel matrix." ); in cvSort()
1075 CV_ERROR( CV_StsUnsupportedFormat, "The index matrix must be CV_32SC1." ); in cvSort()
1108 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported format of the input array" ); in cvSort()
Dcximage.cpp98 CV_ERROR( CV_StsUnsupportedFormat, "The object is neither an image, nor a matrix" ); in icvRetrieveImage()
249 CV_ERROR( CV_StsUnsupportedFormat, "The object is neither an image, nor a matrix" ); in icvRetrieveMatrix()
Dcxconvert.cpp515 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvSplit()
524 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvSplit()
620 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvMerge()
629 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvMerge()
889 CV_ERROR( CV_StsUnsupportedFormat, "The data type is not supported by the function" ); in cvMixChannels()
1083 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvConvertScaleAbs()
1565 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvConvertScale()
1580 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvConvertScale()
1664 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvConvertScale()
1675 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvConvertScale()
/external/opencv3/modules/calib3d/src/
Dtriangulate.cpp64 CV_Error( CV_StsUnsupportedFormat, "Input parameters must be matrices" ); in cvTriangulatePoints()
196 CV_Error( CV_StsUnsupportedFormat, "Input parameters must be matrices" ); in cvCorrectMatches()
200 … CV_Error( CV_StsUnsupportedFormat, "The fundamental matrix must be a single-channel matrix" ); in cvCorrectMatches()
212 …CV_Error( CV_StsUnsupportedFormat, "The first output matrix must have two channels; one for x and … in cvCorrectMatches()
219 …CV_Error( CV_StsUnsupportedFormat, "The second output matrix must have two channels; one for x and… in cvCorrectMatches()
/external/opencv3/modules/imgproc/src/
Dconvhull.cpp453 CV_Error( CV_StsUnsupportedFormat, in cvConvexHull2()
538 CV_Error( CV_StsUnsupportedFormat, in cvConvexityDefects()
549 CV_Error( CV_StsUnsupportedFormat, "Floating-point coordinates are not supported here" ); in cvConvexityDefects()
555 CV_Error( CV_StsUnsupportedFormat, in cvConvexityDefects()
724 CV_Error( CV_StsUnsupportedFormat, in cvCheckContourConvexity()
Dconnectedcomponents.cpp361 CV_Error(CV_StsUnsupportedFormat, "unsupported label/image type"); in connectedComponents_sub1()
377 CV_Error(CV_StsUnsupportedFormat, "the type of labels must be 16u or 32s"); in connectedComponents()
394 CV_Error(CV_StsUnsupportedFormat, "the type of labels must be 16u or 32s"); in connectedComponentsWithStats()
Dutils.cpp61 CV_Error( CV_StsUnsupportedFormat, in cvPointSeqFromMat()
/external/opencv3/apps/traincascade/
Dold_ml_inner_functions.cpp454 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported index array data type " in cvPreprocessIndexArray()
519 CV_ERROR( CV_StsUnsupportedFormat, "type mask must be 8uC1 or 8sC1 array" ); in cvPreprocessVarType()
585 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported response type" ); in cvPreprocessOrderedResponses()
675 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported response type" ); in cvPreprocessCategoricalResponses()
1102 CV_ERROR( CV_StsUnsupportedFormat, "Input sample must have 32fC1 type" ); in cvPreparePredictData()
1269 CV_ERROR( CV_StsUnsupportedFormat, "The function supports only single-channel arrays" ); in icvConvertDataToSparse()
1332 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported combination of input and output vectors" ); in icvConvertDataToSparse()
1489 CV_ERROR( CV_StsUnsupportedFormat, "The input or output matrix has unsupported format" );
1547 CV_ERROR( CV_StsUnsupportedFormat, "matrix of probabilities must have 32fC1 type" );
/external/opencv/cxcore/include/
Dcxerror.h98 #define CV_StsUnsupportedFormat -210 /* the data format/type is not supported by the function*/ macro

12345