Home
last modified time | relevance | path

Searched refs:CV_ERROR (Results 1 – 25 of 120) sorted by relevance

12345

/external/opencv/cxcore/src/
Dcxarray.cpp76 CV_ERROR( CV_StsBadArg, "Either all the pointers should be null or " in cvSetIPLAllocators()
136 CV_ERROR( CV_StsBadSize, "Non-positive width or height" ); in cvCreateMatHeader()
140 CV_ERROR( CV_StsUnsupportedFormat, "Invalid matrix type" ); in cvCreateMatHeader()
182 CV_ERROR( CV_StsBadSize, "Non-positive cols or rows" ); in cvInitMatHeader()
256 CV_ERROR( CV_StsBadArg, "Bad CvMat header" ); in cvCloneMat()
291 CV_ERROR( CV_StsNullPtr, "NULL matrix header pointer" ); in cvInitMatNDHeader()
294 CV_ERROR( CV_StsUnsupportedFormat, "invalid array data type" ); in cvInitMatNDHeader()
297 CV_ERROR( CV_StsNullPtr, "NULL <sizes> pointer" ); in cvInitMatNDHeader()
300 CV_ERROR( CV_StsOutOfRange, in cvInitMatNDHeader()
306 CV_ERROR( CV_StsBadSize, "one of dimesion sizes is non-positive" ); in cvInitMatNDHeader()
[all …]
Dcxdatastructs.cpp90 CV_ERROR( CV_StsNullPtr, "" ); in icvInitMemStorage()
138 CV_ERROR( CV_StsNullPtr, "" ); in cvCreateChildMemStorage()
166 CV_ERROR( CV_StsNullPtr, "" ); in icvDestroyMemStorage()
216 CV_ERROR( CV_StsNullPtr, "" ); in cvReleaseMemStorage()
240 CV_ERROR( CV_StsNullPtr, "" ); in cvClearMemStorage()
266 CV_ERROR( CV_StsNullPtr, "" ); in icvGoNextMemBlock()
330 CV_ERROR( CV_StsNullPtr, "" ); in cvSaveMemStoragePos()
348 CV_ERROR( CV_StsNullPtr, "" ); in cvRestoreMemStoragePos()
350 CV_ERROR( CV_StsBadSize, "" ); in cvRestoreMemStoragePos()
394 CV_ERROR( CV_StsNullPtr, "NULL storage pointer" ); in cvMemStorageAlloc()
[all …]
Dcxpersistence.cpp168 CV_ERROR( (fs) ? CV_StsBadArg : CV_StsNullPtr, \
176 CV_ERROR( CV_StsError, "The file storage is opened for reading" ); \
208 CV_ERROR( CV_StsBadSize, "Too small map header_size" ); in cvCreateMap()
379 CV_ERROR( CV_StsNullPtr, "NULL double pointer to file storage" ); in cvReleaseFileStorage()
494 CV_ERROR( CV_StsNullPtr, "Null key element" ); in cvGetFileNode()
517 CV_ERROR( CV_StsError, "The node is neither a map nor an empty collection" ); in cvGetFileNode()
575 CV_ERROR( CV_StsNullPtr, "Null element name" ); in cvGetFileNodeByName()
602 CV_ERROR( CV_StsError, "The node is neither a map nor an empty collection" ); in cvGetFileNodeByName()
1339 CV_ERROR( CV_StsBadArg, "An attempt to add element without a key to a map, " in icvYMLWrite()
1352 CV_ERROR( CV_StsBadArg, "The key is an empty" ); in icvYMLWrite()
[all …]
Dcxmatrix.cpp67 CV_ERROR( CV_BadCOI, "coi is not supported" ); in cvSetIdentity()
467 CV_ERROR( CV_BadCOI, "coi is not supported" ); in CV_DEF_INIT_PIXSIZE_TAB_2D()
486 CV_ERROR( CV_BadCOI, "coi is not supported" ); in CV_DEF_INIT_PIXSIZE_TAB_2D()
490 CV_ERROR( CV_StsUnmatchedFormats, "" ); in CV_DEF_INIT_PIXSIZE_TAB_2D()
493 CV_ERROR( CV_StsUnmatchedSizes, "" ); in CV_DEF_INIT_PIXSIZE_TAB_2D()
503 CV_ERROR( CV_StsUnsupportedFormat, "" ); in CV_DEF_INIT_PIXSIZE_TAB_2D()
510 CV_ERROR( CV_StsBadSize, in CV_DEF_INIT_PIXSIZE_TAB_2D()
514 CV_ERROR( CV_StsBadFlag, "In case of inplace column/row transposition " 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()
[all …]
Dcxcmp.cpp273 CV_ERROR( CV_BadCOI, "" ); in cvInRange()
280 CV_ERROR( CV_BadCOI, "" ); in cvInRange()
287 CV_ERROR( CV_BadCOI, "" ); in cvInRange()
294 CV_ERROR( CV_BadCOI, "" ); in cvInRange()
302 CV_ERROR( CV_StsUnsupportedFormat, "Destination image should be 8uC1 or 8sC1"); in cvInRange()
327 CV_ERROR( CV_StsOutOfRange, "The number of channels must be 1, 2, 3 or 4" ); in cvInRange()
332 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvInRange()
371 CV_ERROR( CV_BadCOI, "" ); in cvInRangeS()
378 CV_ERROR( CV_BadCOI, "" ); in cvInRangeS()
382 CV_ERROR( CV_StsUnsupportedFormat, "Destination image should be 8uC1 or 8sC1"); in cvInRangeS()
[all …]
Dcxarithm.cpp308 CV_ERROR( CV_StsBadMask,
327 CV_ERROR( CV_StsUnsupportedFormat, "" );
342 CV_ERROR( CV_StsUnsupportedFormat, "" );
363 CV_ERROR( CV_BadCOI, "" );
431 CV_ERROR( CV_StsBadMask, "" );
434 CV_ERROR( CV_StsUnmatchedSizes, "" );
470 CV_ERROR( CV_StsUnsupportedFormat, "" );
477 CV_ERROR( CV_StsUnsupportedFormat, "" );
561 CV_ERROR( CV_BadCOI, "" ); in cvSubRS()
573 CV_ERROR( CV_BadCOI, "" ); in cvSubRS()
[all …]
Dcximage.cpp98 CV_ERROR( CV_StsUnsupportedFormat, "The object is neither an image, nor a matrix" ); in icvRetrieveImage()
119 CV_ERROR( CV_StsNotImplemented, in load()
134 CV_ERROR( CV_StsNotImplemented, in load()
196 CV_ERROR( CV_StsNotImplemented, in save()
249 CV_ERROR( CV_StsUnsupportedFormat, "The object is neither an image, nor a matrix" ); in icvRetrieveMatrix()
271 CV_ERROR( CV_StsNotImplemented, in load()
287 CV_ERROR( CV_StsNotImplemented, in load()
349 CV_ERROR( CV_StsNotImplemented, in save()
/external/opencv/cvaux/src/
Dcvlevmarprojbandle.cpp81 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvComputeDerivateProj()
86 CV_ERROR( CV_StsUnsupportedFormat, "points4D must be a matrix 4xN" ); in icvComputeDerivateProj()
95 CV_ERROR( CV_StsOutOfRange, "Number of points4D must be more than zero" ); in icvComputeDerivateProj()
100 CV_ERROR( CV_StsOutOfRange, "Number of coordinates of points4D must be 4" ); in icvComputeDerivateProj()
105 CV_ERROR( CV_StsUnsupportedFormat, "projMatr must be a matrix 3x4" ); in icvComputeDerivateProj()
110 CV_ERROR( CV_StsOutOfRange, "Size of projection matrix (projMatr) must be 3x4" ); in icvComputeDerivateProj()
115 CV_ERROR( CV_StsUnsupportedFormat, "Status must be a matrix 1xN" ); in icvComputeDerivateProj()
120 CV_ERROR( CV_StsOutOfRange, "Size of status of points must be 1xN" ); in icvComputeDerivateProj()
125 CV_ERROR( CV_StsUnsupportedFormat, "derivProj must be a matrix VisN x 12" ); in icvComputeDerivateProj()
130 CV_ERROR( CV_StsOutOfRange, "derivProj must be a matrix VisN x 12" ); in icvComputeDerivateProj()
[all …]
Dcvlevmartrif.cpp74 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvJacobianFunction_ProjTrifocal()
79 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvJacobianFunction_ProjTrifocal()
87 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be more than 0" ); in icvJacobianFunction_ProjTrifocal()
92CV_ERROR( CV_StsUnmatchedSizes, "Size of Jacobian is not correct it must be 6*numPoints x (36+numP… in icvJacobianFunction_ProjTrifocal()
189 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvFunc_ProjTrifocal()
194 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvFunc_ProjTrifocal()
202 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be more than 0" ); in icvFunc_ProjTrifocal()
207CV_ERROR( CV_StsUnmatchedSizes, "Size of resFunc is not correct it must be 2*numPoints*3 x 1"); in icvFunc_ProjTrifocal()
285 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvOptimizeProjectionTrifocal()
290 CV_ERROR( CV_StsUnsupportedFormat, "resultPoints4D must be a matrix" ); in icvOptimizeProjectionTrifocal()
[all …]
Dcvtrifocal.cpp129 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvNormalizePoints()
134 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvNormalizePoints()
141 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same and more than 0" ); in icvNormalizePoints()
146 CV_ERROR( CV_StsUnmatchedSizes, "Points must have 2 coordinates" ); in icvNormalizePoints()
151 CV_ERROR( CV_StsUnmatchedSizes, "Size of camera matrix must be 3x3" ); in icvNormalizePoints()
193 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvComputeProjectMatrices6Points()
199 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvComputeProjectMatrices6Points()
204 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be same and == 6" ); in icvComputeProjectMatrices6Points()
209 CV_ERROR( CV_StsUnmatchedSizes, "Number of points coordinates must be 2" ); in icvComputeProjectMatrices6Points()
216CV_ERROR( CV_StsUnmatchedSizes, "Size of project matrix must be 3x4 or 9x4 (for 3 matrices)" ); in icvComputeProjectMatrices6Points()
[all …]
Dcvcorrimages.cpp70 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvCreateFeaturePoints()
80 CV_ERROR( CV_StsOutOfRange, "Size of image must be > 0" ); in icvCreateFeaturePoints()
86 CV_ERROR( CV_StsUnsupportedFormat, "Input parameter points must be a matrix" ); in icvCreateFeaturePoints()
93 CV_ERROR( CV_StsOutOfRange, "Number of need points must be > 0" ); in icvCreateFeaturePoints()
98 CV_ERROR( CV_StsOutOfRange, "Number of point coordinates must be == 2" ); in icvCreateFeaturePoints()
106 CV_ERROR( CV_StsUnsupportedFormat, "Statuses must be a mask arrays" ); in icvCreateFeaturePoints()
111 CV_ERROR( CV_StsUnmatchedSizes, "Size of points and statuses must be the same" ); in icvCreateFeaturePoints()
116 CV_ERROR( CV_StsUnsupportedFormat, "Number of rows of status must be 1" ); in icvCreateFeaturePoints()
210 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvFindCorrForGivenPoints()
220 CV_ERROR( CV_StsOutOfRange, "Size of image1 must be > 0" ); in icvFindCorrForGivenPoints()
[all …]
Dcveigenobjects.cpp1196 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcCovarMatrixEx()
1198 CV_ERROR( CV_BadNumChannels, cvUnsupportedFormat ); in cvCalcCovarMatrixEx()
1208 CV_ERROR( CV_StsBadArg, "Insufficient memory" ); in cvCalcCovarMatrixEx()
1217 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcCovarMatrixEx()
1219 CV_ERROR( CV_StsBadArg, "Different sizes of objects" ); in cvCalcCovarMatrixEx()
1221 CV_ERROR( CV_BadNumChannels, cvUnsupportedFormat ); in cvCalcCovarMatrixEx()
1223 CV_ERROR( CV_StsBadArg, "Different steps of objects" ); in cvCalcCovarMatrixEx()
1331 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in cvCalcEigenObjects()
1333 CV_ERROR( CV_BadNumChannels, cvUnsupportedFormat ); in cvCalcEigenObjects()
1353 CV_ERROR( CV_StsBadArg, "Insufficient memory" ); in cvCalcEigenObjects()
[all …]
Dcvtexture.cpp106 CV_ERROR( CV_StsNullPtr, "" ); in cvCreateGLCM()
109 CV_ERROR( CV_BadNumChannels, "Number of channels must be 1"); in cvCreateGLCM()
112 CV_ERROR( CV_BadDepth, "Depth must be equal IPL_DEPTH_8U"); in cvCreateGLCM()
193 CV_ERROR( CV_StsBadFlag, "Histogram-based method is not implemented" ); in cvCreateGLCM()
228 CV_ERROR( CV_StsNullPtr, "" ); in cvReleaseGLCM()
369 CV_ERROR( CV_StsNullPtr, "" ); in cvCreateGLCMDescriptors()
372 CV_ERROR( CV_StsNullPtr, "Matrices are not allocated" ); in cvCreateGLCMDescriptors()
382 CV_ERROR( CV_StsBadFlag, "Histogram-based method is not implemented" ); in cvCreateGLCMDescriptors()
401 CV_ERROR( CV_StsBadFlag, in cvCreateGLCMDescriptors()
541 CV_ERROR( CV_StsNullPtr, "" ); in cvGetGLCMDescriptor()
[all …]
/external/opencv/ml/src/
Dml_inner_functions.cpp71 CV_ERROR( CV_StsError, "Could not open the file storage. Check the path and permissions" ); in save()
283 CV_ERROR(CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
292 CV_ERROR(CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
298 CV_ERROR (CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
301 CV_ERROR (CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
382 CV_ERROR(CV_StsBadArg, "Invalid matrix argument"); in cvCompleteSymm()
473 CV_ERROR( CV_StsBadArg, "Invalid index array" ); in cvPreprocessIndexArray()
476 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" ); in cvPreprocessIndexArray()
492 CV_ERROR( CV_StsUnmatchedSizes, in cvPreprocessIndexArray()
499 CV_ERROR( CV_StsOutOfRange, "No components/input_variables is selected!" ); in cvPreprocessIndexArray()
[all …]
Dmlestimate.cpp63 CV_ERROR (CV_StsBadArg, "Pointer point to not CvCrossValidationModel");
85 CV_ERROR (CV_StsBadArg, "Pointer point to not CvCrossValidationModel");
112 CV_ERROR (CV_StsBadArg, "Pointer point to not CvCrossValidationModel");
123 CV_ERROR (CV_StsInternal, "All iterations has end long ago");
173 CV_ERROR (CV_StsBadArg,"First parameter point to not CvCrossValidationModel");
177 CV_ERROR (CV_StsBadArg, "Second parameter point to not CvStatModel");
181 CV_ERROR (CV_StsBadArg, "Third parameter point to not CvMat");
185 CV_ERROR (CV_StsBadArg, "Fifth parameter point to not CvMat");
189 CV_ERROR (CV_StsInternal, "This iterations already was checked");
300 CV_ERROR (CV_StsBadArg, "Pointer point to not CvCrossValidationModel");
[all …]
Dmlcnn.cpp111 CV_ERROR( CV_StsNullPtr, \
118 CV_ERROR( CV_StsNullPtr, "Invalid network" ); \
124 CV_ERROR( CV_StsNullPtr, "Invalid network" ); \
127 CV_ERROR( CV_StsBadArg, "First layer must contain only one input plane" ); \
130 CV_ERROR( CV_StsBadArg, "Invalid input sizes of the first layer" ); \
134 CV_ERROR( CV_StsBadArg, "Invalid output sizes of the last layer" ); \
140 CV_ERROR( CV_StsNullPtr, "Null <params> pointer" ); \
143 CV_ERROR( CV_StsBadArg, "<etalons> must be CV_32FC1 type" ); \
145 CV_ERROR( CV_StsBadArg, "Invalid <etalons> size" ); \
149 CV_ERROR( CV_StsBadArg, "Invalid <grad_estim_type>" ); \
[all …]
D_ml.h77 CV_ERROR( CV_StsBadArg, "" ); \
149 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
161 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
168 CV_ERROR( CV_StsBadArg, "Unmatched sizes" ); \
175 CV_ERROR( CV_StsBadArg, #param " parameter must be NULL" ); \
183 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
190 CV_ERROR( CV_StsBadArg, "Unmatched sizes" ); \
200 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
206 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
215 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
[all …]
Dmltestset.cpp79 CV_ERROR( CV_StsBadArg, "Invalid type parameter" ); in cvCreateTestSet()
82 CV_ERROR( CV_StsNullPtr, "samples parameter must be not NULL" ); in cvCreateTestSet()
85 CV_ERROR( CV_StsNullPtr, "responses parameter must be not NULL" ); in cvCreateTestSet()
88 CV_ERROR( CV_StsBadArg, "num_samples parameter must be positive" ); in cvCreateTestSet()
91 CV_ERROR( CV_StsBadArg, "num_features parameter must be positive" ); in cvCreateTestSet()
94 CV_ERROR( CV_StsBadArg, "num_classes parameter must be positive" ); in cvCreateTestSet()
Dmlnbayes.cpp180 CV_ERROR( CV_StsBadArg, in train()
185 CV_ERROR( CV_StsNotImplemented, in train()
301 CV_ERROR( CV_StsBadArg, in predict()
305 CV_ERROR( CV_StsNullPtr, in predict()
314 CV_ERROR( CV_StsBadArg, "The output array must be integer or floating-point vector " in predict()
474 CV_ERROR( CV_StsParseError, "No \"cls_labels\" in NBayes classifier" ); in read()
476 CV_ERROR( CV_StsBadArg, "Number of classes is less 1" ); in read()
478 CV_ERROR( CV_StsParseError, in read()
495 CV_ERROR( CV_StsBadArg, "" ); in read()
506 CV_ERROR( CV_StsBadArg, "" ); in read()
[all …]
/external/opencv/cv/src/
Dcvaccum.cpp411 CV_ERROR( CV_BadCOI, "" );
415 CV_ERROR( CV_BadDepth, "" );
418 CV_ERROR( CV_StsUnmatchedFormats, "" );
422 CV_ERROR( CV_BadDepth, "Bad accumulator type" );
425 CV_ERROR( CV_StsUnmatchedSizes, "" );
438 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported type combination" );
455 CV_ERROR( CV_StsUnsupportedFormat, "" );
460 CV_ERROR( CV_StsBadMask, "" );
463 CV_ERROR( CV_StsUnmatchedSizes, "" );
511 CV_ERROR( CV_BadCOI, "" ); in cvSquareAcc()
[all …]
Dcvhistogram.cpp53 CV_ERROR( CV_BadOrder, "Number of dimensions is out of range" ); in cvCreateHist()
56 CV_ERROR( CV_HeaderIsNull, "Null <sizes> pointer" ); in cvCreateHist()
75 CV_ERROR( CV_StsBadArg, "Invalid histogram type" ); in cvCreateHist()
102 CV_ERROR( CV_StsNullPtr, "Null histogram header pointer" ); in cvMakeHistHeaderForArray()
105 CV_ERROR( CV_StsNullPtr, "Null data pointer" ); in cvMakeHistHeaderForArray()
115 CV_ERROR( CV_StsBadArg, "Only uniform bin ranges can be used here " in cvMakeHistHeaderForArray()
142 CV_ERROR( CV_StsNullPtr, "" ); in cvReleaseHist()
149 CV_ERROR( CV_StsBadArg, "Invalid histogram header" ); in cvReleaseHist()
178 CV_ERROR( CV_StsBadArg, "Invalid histogram header" ); in cvClearHist()
195 CV_ERROR( CV_StsBadArg, "Invalid histogram header" ); in cvThreshHist()
[all …]
Dcvmotempl.cpp128 CV_ERROR( CV_StsBadMask, "" ); in cvUpdateMotionHistory()
131 CV_ERROR( CV_BadNumChannels, "" ); in cvUpdateMotionHistory()
134 CV_ERROR( CV_BadDepth, "" ); in cvUpdateMotionHistory()
137 CV_ERROR( CV_StsUnmatchedSizes, "" ); in cvUpdateMotionHistory()
186 CV_ERROR( CV_StsBadMask, "" ); in cvCalcMotionGradient()
189 CV_ERROR( CV_StsOutOfRange, "aperture_size must be 3, 5 or 7" ); in cvCalcMotionGradient()
192 CV_ERROR( CV_StsOutOfRange, "both delta's must be positive" ); in cvCalcMotionGradient()
195 CV_ERROR( CV_StsUnsupportedFormat, in cvCalcMotionGradient()
199 CV_ERROR( CV_StsUnmatchedSizes, "" ); in cvCalcMotionGradient()
202 CV_ERROR( CV_StsInplaceNotSupported, "orientation image must be different from MHI" ); in cvCalcMotionGradient()
[all …]
Dcvundistort.cpp136 CV_ERROR( CV_BadCOI, "The function does not support COI" ); in cvUndistort2()
139 CV_ERROR( CV_StsUnsupportedFormat, "Only 8-bit images are supported" ); in cvUndistort2()
142 CV_ERROR( CV_StsNotImplemented, "In-place undistortion is not implemented" ); in cvUndistort2()
145 CV_ERROR( CV_StsUnmatchedFormats, "" ); in cvUndistort2()
148 CV_ERROR( CV_StsUnmatchedSizes, "" ); in cvUndistort2()
152 CV_ERROR( CV_StsBadArg, "Intrinsic matrix must be a valid 3x3 floating-point matrix" ); in cvUndistort2()
159 CV_ERROR( CV_StsBadArg, in cvUndistort2()
200 CV_ERROR( CV_BadCOI, "The function does not support COI" ); in cvInitUndistortMap()
203 CV_ERROR( CV_StsUnsupportedFormat, "Both maps must have 32fC1 type" ); in cvInitUndistortMap()
206 CV_ERROR( CV_StsUnmatchedFormats, "" ); in cvInitUndistortMap()
[all …]
Dcvadapthresh.cpp58 CV_ERROR( CV_StsOutOfRange, "Neighborhood size must be >=3 and odd (3, 5, 7, ...)" ); in icvAdaptiveThreshold_MeanC()
115 CV_ERROR( CV_StsBadArg, "Only CV_TRESH_BINARY and CV_THRESH_BINARY_INV " in cvAdaptiveThreshold()
122 CV_ERROR( CV_StsUnmatchedFormats, "" ); in cvAdaptiveThreshold()
125 CV_ERROR( CV_StsUnsupportedFormat, "" ); in cvAdaptiveThreshold()
128 CV_ERROR( CV_StsUnmatchedSizes, "" ); in cvAdaptiveThreshold()
138 CV_ERROR( CV_BADCOEF_ERR, "" ); in cvAdaptiveThreshold()
Dcvkdtree.cpp192 CV_ERROR(CV_StsUnsupportedFormat, "descriptors must be either CV_32FC1 or CV_64FC1"); in cvCreateFeatureTree()
217 CV_ERROR(CV_StsUnmatchedSizes, "desc columns be equal feature dimensions"); in cvFindFeatures()
219 CV_ERROR(CV_StsUnmatchedSizes, "results and desc must be same height"); in cvFindFeatures()
221 CV_ERROR(CV_StsUnmatchedSizes, "dist and desc must be same height"); in cvFindFeatures()
223 CV_ERROR(CV_StsUnsupportedFormat, "results must be CV_32SC1"); in cvFindFeatures()
225 CV_ERROR(CV_StsUnsupportedFormat, "dist must be CV_64FC1"); in cvFindFeatures()
255 CV_ERROR(CV_StsUnmatchedSizes, "bounds_{min,max} must 1 x dims or dims x 1"); in cvFindFeaturesBoxed()
257 CV_ERROR(CV_StsUnmatchedFormats, "bounds_{min,max} must have same type"); in cvFindFeaturesBoxed()
259 CV_ERROR(CV_StsUnsupportedFormat, "results must be CV_32SC1"); in cvFindFeaturesBoxed()

12345