/external/opencv/cxcore/src/ |
D | cxarray.cpp | 76 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 …]
|
D | cxdatastructs.cpp | 90 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 …]
|
D | cxpersistence.cpp | 168 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 …]
|
D | cxmatrix.cpp | 67 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 …]
|
D | cxalloc.cpp | 87 CV_ERROR( CV_StsNullPtr, "Either both pointers should be NULL or none of them"); in cvSetMemoryManager() 106 CV_ERROR( CV_StsOutOfRange, in cvAlloc() 111 CV_ERROR( CV_StsNoMem, "Out of memory" ); in cvAlloc() 129 CV_ERROR( status, "Deallocation error" ); in cvFree_()
|
D | cximage.cpp | 98 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/ |
D | cvlevmartrif.cpp | 74 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() 92 …CV_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() 207 … CV_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 …]
|
D | cvlevmarprojbandle.cpp | 81 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 …]
|
D | cvcorrimages.cpp | 70 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 …]
|
D | cvtrifocal.cpp | 129 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() 216 … CV_ERROR( CV_StsUnmatchedSizes, "Size of project matrix must be 3x4 or 9x4 (for 3 matrices)" ); in icvComputeProjectMatrices6Points() [all …]
|
D | cveigenobjects.cpp | 1196 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 …]
|
D | cvtexture.cpp | 106 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 …]
|
D | cvlevmar.cpp | 87 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in cvLevenbergMarquardtOptimization() 92 CV_ERROR( CV_StsUnsupportedFormat, "Some of input parameters must be a matrices" ); in cvLevenbergMarquardtOptimization() 107 CV_ERROR( CV_StsUnmatchedSizes, "Number of colomn of vector X0 must be 1" ); in cvLevenbergMarquardtOptimization() 112 CV_ERROR( CV_StsUnmatchedSizes, "Number of colomn of vector observed rusult must be 1" ); in cvLevenbergMarquardtOptimization() 117 CV_ERROR( CV_StsUnmatchedSizes, "Size of result vector X must be equals to X0" ); in cvLevenbergMarquardtOptimization() 122 CV_ERROR( CV_StsUnmatchedSizes, "Number of maximum iteration must be > 0" ); in cvLevenbergMarquardtOptimization() 127 CV_ERROR( CV_StsUnmatchedSizes, "Epsilon must be >= 0" ); in cvLevenbergMarquardtOptimization()
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 71 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 …]
|
D | mlestimate.cpp | 63 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 …]
|
D | mlcnn.cpp | 111 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.h | 77 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 …]
|
D | mltestset.cpp | 79 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()
|
/external/opencv/cv/src/ |
D | cvaccum.cpp | 411 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 …]
|
D | cvmotempl.cpp | 128 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 …]
|
D | cvadapthresh.cpp | 58 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()
|
D | cvhistogram.cpp | 53 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 …]
|
D | cvundistort.cpp | 136 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 …]
|
D | cvfeatureselect.cpp | 117 CV_ERROR( CV_StsBadMask, "" ); in CV_IMPLEMENT_QSORT() 122 CV_ERROR( CV_BadCOI, "" ); in CV_IMPLEMENT_QSORT() 127 CV_ERROR( CV_BadNumChannels, cvUnsupportedFormat ); in CV_IMPLEMENT_QSORT() 131 CV_ERROR( CV_BadDepth, cvUnsupportedFormat ); in CV_IMPLEMENT_QSORT() 134 CV_ERROR( CV_StsNullPtr, "" ); in CV_IMPLEMENT_QSORT() 137 CV_ERROR( CV_StsBadArg, "maximal corners number is non positive" ); in CV_IMPLEMENT_QSORT() 140 CV_ERROR( CV_StsBadArg, "quality level or min distance are non positive" ); in CV_IMPLEMENT_QSORT()
|
D | cvkdtree.cpp | 192 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()
|