HomeSort by relevance Sort by last modified time
    Searched refs:CV_ERROR (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/opencv/cvaux/src/
cvlevmartrif.cpp 74 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
79 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
87 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be more than 0" );
92 CV_ERROR( CV_StsUnmatchedSizes, "Size of Jacobian is not correct it must be 6*numPoints x (36+numPoints*4)" );
189 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
194 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
202 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be more than 0" );
207 CV_ERROR( CV_StsUnmatchedSizes, "Size of resFunc is not correct it must be 2*numPoints*3 x 1");
285 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
290 CV_ERROR( CV_StsUnsupportedFormat, "resultPoints4D must be a matrix" )
    [all...]
cvlevmarprojbandle.cpp 81 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
86 CV_ERROR( CV_StsUnsupportedFormat, "points4D must be a matrix 4xN" );
95 CV_ERROR( CV_StsOutOfRange, "Number of points4D must be more than zero" );
100 CV_ERROR( CV_StsOutOfRange, "Number of coordinates of points4D must be 4" );
105 CV_ERROR( CV_StsUnsupportedFormat, "projMatr must be a matrix 3x4" );
110 CV_ERROR( CV_StsOutOfRange, "Size of projection matrix (projMatr) must be 3x4" );
115 CV_ERROR( CV_StsUnsupportedFormat, "Status must be a matrix 1xN" );
120 CV_ERROR( CV_StsOutOfRange, "Size of status of points must be 1xN" );
125 CV_ERROR( CV_StsUnsupportedFormat, "derivProj must be a matrix VisN x 12" );
130 CV_ERROR( CV_StsOutOfRange, "derivProj must be a matrix VisN x 12" )
    [all...]
cvtexture.cpp 106 CV_ERROR( CV_StsNullPtr, "" );
109 CV_ERROR( CV_BadNumChannels, "Number of channels must be 1");
112 CV_ERROR( CV_BadDepth, "Depth must be equal IPL_DEPTH_8U");
193 CV_ERROR( CV_StsBadFlag, "Histogram-based method is not implemented" );
228 CV_ERROR( CV_StsNullPtr, "" );
369 CV_ERROR( CV_StsNullPtr, "" );
372 CV_ERROR( CV_StsNullPtr, "Matrices are not allocated" );
382 CV_ERROR( CV_StsBadFlag, "Histogram-based method is not implemented" );
401 CV_ERROR( CV_StsBadFlag,
541 CV_ERROR( CV_StsNullPtr, "" )
    [all...]
cvtrifocal.cpp 129 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
134 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
141 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same and more than 0" );
146 CV_ERROR( CV_StsUnmatchedSizes, "Points must have 2 coordinates" );
151 CV_ERROR( CV_StsUnmatchedSizes, "Size of camera matrix must be 3x3" );
193 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
199 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
204 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be same and == 6" );
209 CV_ERROR( CV_StsUnmatchedSizes, "Number of points coordinates must be 2" );
216 CV_ERROR( CV_StsUnmatchedSizes, "Size of project matrix must be 3x4 or 9x4 (for 3 matrices)" )
    [all...]
cvcorrimages.cpp 70 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
80 CV_ERROR( CV_StsOutOfRange, "Size of image must be > 0" );
86 CV_ERROR( CV_StsUnsupportedFormat, "Input parameter points must be a matrix" );
93 CV_ERROR( CV_StsOutOfRange, "Number of need points must be > 0" );
98 CV_ERROR( CV_StsOutOfRange, "Number of point coordinates must be == 2" );
106 CV_ERROR( CV_StsUnsupportedFormat, "Statuses must be a mask arrays" );
111 CV_ERROR( CV_StsUnmatchedSizes, "Size of points and statuses must be the same" );
116 CV_ERROR( CV_StsUnsupportedFormat, "Number of rows of status must be 1" );
210 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
220 CV_ERROR( CV_StsOutOfRange, "Size of image1 must be > 0" )
    [all...]
cvvideo.cpp 62 CV_ERROR( CV_StsUnmatchedFormats, "All the input images must have the same type" );
66 CV_ERROR( CV_StsUnmatchedSizes, "Uncorrelated sizes of the input image and output fields" );
cveigenobjects.cpp     [all...]
cvlevmar.cpp 87 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
92 CV_ERROR( CV_StsUnsupportedFormat, "Some of input parameters must be a matrices" );
107 CV_ERROR( CV_StsUnmatchedSizes, "Number of colomn of vector X0 must be 1" );
112 CV_ERROR( CV_StsUnmatchedSizes, "Number of colomn of vector observed rusult must be 1" );
117 CV_ERROR( CV_StsUnmatchedSizes, "Size of result vector X must be equals to X0" );
122 CV_ERROR( CV_StsUnmatchedSizes, "Number of maximum iteration must be > 0" );
127 CV_ERROR( CV_StsUnmatchedSizes, "Epsilon must be >= 0" );
cvcreatehandmask.cpp 127 CV_ERROR( CV_BadDepth, cvUnsupportedFormat );
130 CV_ERROR( CV_BadNumChannels, "output image have wrong number of channels" );
  /external/opencv/cxcore/include/
cxerror.h 127 /* CV_FUNCNAME macro defines icvFuncName constant which is used by CV_ERROR macro */
138 CV_ERROR macro unconditionally raises error with passed code and message.
141 #define CV_ERROR( Code, Msg ) \
147 /* Simplified form of CV_ERROR */
149 CV_ERROR( code, "" )
159 CV_ERROR( CV_StsBackTrace, "Inner function failed." ); \
179 CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
  /external/opencv/cxcore/src/
cxalloc.cpp 87 CV_ERROR( CV_StsNullPtr, "Either both pointers should be NULL or none of them");
106 CV_ERROR( CV_StsOutOfRange,
111 CV_ERROR( CV_StsNoMem, "Out of memory" );
129 CV_ERROR( status, "Deallocation error" );
cxarray.cpp 76 CV_ERROR( CV_StsBadArg, "Either all the pointers should be null or "
136 CV_ERROR( CV_StsBadSize, "Non-positive width or height" );
140 CV_ERROR( CV_StsUnsupportedFormat, "Invalid matrix type" );
182 CV_ERROR( CV_StsBadSize, "Non-positive cols or rows" );
256 CV_ERROR( CV_StsBadArg, "Bad CvMat header" );
291 CV_ERROR( CV_StsNullPtr, "NULL matrix header pointer" );
294 CV_ERROR( CV_StsUnsupportedFormat, "invalid array data type" );
297 CV_ERROR( CV_StsNullPtr, "NULL <sizes> pointer" );
300 CV_ERROR( CV_StsOutOfRange,
306 CV_ERROR( CV_StsBadSize, "one of dimesion sizes is non-positive" )
    [all...]
cximage.cpp 98 CV_ERROR( CV_StsUnsupportedFormat, "The object is neither an image, nor a matrix" );
119 CV_ERROR( CV_StsNotImplemented,
134 CV_ERROR( CV_StsNotImplemented,
196 CV_ERROR( CV_StsNotImplemented,
249 CV_ERROR( CV_StsUnsupportedFormat, "The object is neither an image, nor a matrix" );
271 CV_ERROR( CV_StsNotImplemented,
287 CV_ERROR( CV_StsNotImplemented,
349 CV_ERROR( CV_StsNotImplemented,
cxdatastructs.cpp 90 CV_ERROR( CV_StsNullPtr, "" );
138 CV_ERROR( CV_StsNullPtr, "" );
166 CV_ERROR( CV_StsNullPtr, "" );
216 CV_ERROR( CV_StsNullPtr, "" );
240 CV_ERROR( CV_StsNullPtr, "" );
266 CV_ERROR( CV_StsNullPtr, "" );
330 CV_ERROR( CV_StsNullPtr, "" );
348 CV_ERROR( CV_StsNullPtr, "" );
350 CV_ERROR( CV_StsBadSize, "" );
394 CV_ERROR( CV_StsNullPtr, "NULL storage pointer" )
    [all...]
  /external/opencv/cv/src/
cvadapthresh.cpp 58 CV_ERROR( CV_StsOutOfRange, "Neighborhood size must be >=3 and odd (3, 5, 7, ...)" );
115 CV_ERROR( CV_StsBadArg, "Only CV_TRESH_BINARY and CV_THRESH_BINARY_INV "
122 CV_ERROR( CV_StsUnmatchedFormats, "" );
125 CV_ERROR( CV_StsUnsupportedFormat, "" );
128 CV_ERROR( CV_StsUnmatchedSizes, "" );
138 CV_ERROR( CV_BADCOEF_ERR, "" );
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, "" )
    [all...]
cvmotempl.cpp 128 CV_ERROR( CV_StsBadMask, "" );
131 CV_ERROR( CV_BadNumChannels, "" );
134 CV_ERROR( CV_BadDepth, "" );
137 CV_ERROR( CV_StsUnmatchedSizes, "" );
186 CV_ERROR( CV_StsBadMask, "" );
189 CV_ERROR( CV_StsOutOfRange, "aperture_size must be 3, 5 or 7" );
192 CV_ERROR( CV_StsOutOfRange, "both delta's must be positive" );
195 CV_ERROR( CV_StsUnsupportedFormat,
199 CV_ERROR( CV_StsUnmatchedSizes, "" );
202 CV_ERROR( CV_StsInplaceNotSupported, "orientation image must be different from MHI" )
    [all...]
cvcondens.cpp 66 CV_ERROR( CV_StsOutOfRange, "" );
124 CV_ERROR( CV_StsNullPtr, "" );
168 CV_ERROR( CV_StsNullPtr, "" );
243 CV_ERROR( CV_StsNullPtr, "" );
247 CV_ERROR( CV_StsBadArg, "source has not appropriate format" );
250 CV_ERROR( CV_StsBadArg, "source has not appropriate size" );
253 CV_ERROR( CV_StsBadArg, "source has not appropriate size" );
cvfeatureselect.cpp 117 CV_ERROR( CV_StsBadMask, "" );
122 CV_ERROR( CV_BadCOI, "" );
127 CV_ERROR( CV_BadNumChannels, cvUnsupportedFormat );
131 CV_ERROR( CV_BadDepth, cvUnsupportedFormat );
134 CV_ERROR( CV_StsNullPtr, "" );
137 CV_ERROR( CV_StsBadArg, "maximal corners number is non positive" );
140 CV_ERROR( CV_StsBadArg, "quality level or min distance are non positive" );
cvkdtree.cpp 192 CV_ERROR(CV_StsUnsupportedFormat, "descriptors must be either CV_32FC1 or CV_64FC1");
217 CV_ERROR(CV_StsUnmatchedSizes, "desc columns be equal feature dimensions");
219 CV_ERROR(CV_StsUnmatchedSizes, "results and desc must be same height");
221 CV_ERROR(CV_StsUnmatchedSizes, "dist and desc must be same height");
223 CV_ERROR(CV_StsUnsupportedFormat, "results must be CV_32SC1");
225 CV_ERROR(CV_StsUnsupportedFormat, "dist must be CV_64FC1");
255 CV_ERROR(CV_StsUnmatchedSizes, "bounds_{min,max} must 1 x dims or dims x 1");
257 CV_ERROR(CV_StsUnmatchedFormats, "bounds_{min,max} must have same type");
259 CV_ERROR(CV_StsUnsupportedFormat, "results must be CV_32SC1");
  /external/opencv/ml/src/
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...]
mltestset.cpp 79 CV_ERROR( CV_StsBadArg, "Invalid type parameter" );
82 CV_ERROR( CV_StsNullPtr, "samples parameter must be not NULL" );
85 CV_ERROR( CV_StsNullPtr, "responses parameter must be not NULL" );
88 CV_ERROR( CV_StsBadArg, "num_samples parameter must be positive" );
91 CV_ERROR( CV_StsBadArg, "num_features parameter must be positive" );
94 CV_ERROR( CV_StsBadArg, "num_classes parameter must be positive" );
ml_inner_functions.cpp 71 CV_ERROR( CV_StsError, "Could not open the file storage. Check the path and permissions" );
283 CV_ERROR(CV_StsBadArg,"");
292 CV_ERROR(CV_StsBadArg,"");
298 CV_ERROR (CV_StsBadArg,"");
301 CV_ERROR (CV_StsBadArg,"");
382 CV_ERROR(CV_StsBadArg, "Invalid matrix argument");
473 CV_ERROR( CV_StsBadArg, "Invalid index array" );
476 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" );
492 CV_ERROR( CV_StsUnmatchedSizes,
499 CV_ERROR( CV_StsOutOfRange, "No components/input_variables is selected!" )
    [all...]
_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...]
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...]

Completed in 354 milliseconds

1 2 3 4 5