Searched refs:CV_ERROR (Results 1 - 25 of 139) sorted by relevance

123456

/external/opencv/cvaux/src/
H A Dcvlevmartrif.cpp74 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_StsUnsupportedForma
[all...]
H A Dcvlevmarprojbandle.cpp81 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_StsOutOfRang
[all...]
H A Dcvtexture.cpp106 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_StsNullPt
[all...]
H A Dcvtrifocal.cpp129 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_StsUnmatchedSize
[all...]
H A Dcvcorrimages.cpp70 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_StsOutOfRang
[all...]
H A Dcvvideo.cpp62 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" );
H A Dcveigenobjects.cpp1196 CV_ERROR( CV_BadDepth, cvUnsupportedFormat );
1198 CV_ERROR( CV_BadNumChannels, cvUnsupportedFormat );
1208 CV_ERROR( CV_StsBadArg, "Insufficient memory" );
1217 CV_ERROR( CV_BadDepth, cvUnsupportedFormat );
1219 CV_ERROR( CV_StsBadArg, "Different sizes of objects" );
1221 CV_ERROR( CV_BadNumChannels, cvUnsupportedFormat );
1223 CV_ERROR( CV_StsBadArg, "Different steps of objects" );
1331 CV_ERROR( CV_BadDepth, cvUnsupportedFormat );
1333 CV_ERROR( CV_BadNumChannels, cvUnsupportedFormat );
1353 CV_ERROR( CV_StsBadAr
[all...]
/external/opencv/cxcore/include/
H A Dcxerror.h127 /* 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 ) \ macro
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/
H A Dcxalloc.cpp87 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" );
H A Dcxarray.cpp76 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_StsBadSiz
[all...]
H A Dcximage.cpp98 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,
/external/opencv3/apps/traincascade/
H A Dold_ml_data.cpp287 CV_ERROR( CV_StsInternal, "data is empty" );
334 CV_ERROR(CV_StsBadArg, "delimited, miss_character and flt_separator must be different");
352 CV_ERROR(CV_StsBadArg, "delimited, miss_character and flt_separator must be different");
370 CV_ERROR( CV_StsInternal, "data is empty" );
373 CV_ERROR( CV_StsBadArg, "idx value is not correct" );
390 CV_ERROR( CV_StsInternal, "data is empty" );
403 CV_ERROR( CV_StsInternal, "data is empty" );
408 CV_ERROR( CV_StsBadArg, "var_idx is not correct" );
411 CV_ERROR( CV_StsBadArg, "type is not correct" );
415 CV_ERROR( CV_StsBadAr
[all...]
H A Dold_ml_inner_functions.cpp71 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,"");
406 CV_ERROR( CV_StsBadArg, "Invalid index array" );
409 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" );
425 CV_ERROR( CV_StsUnmatchedSizes,
432 CV_ERROR( CV_StsOutOfRange, "No components/input_variables is selected!" );
438 CV_ERROR( CV_StsOutOfRang
[all...]
H A Dold_ml_precomp.hpp73 CV_ERROR( CV_StsBadArg, "" ); \
145 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
157 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
164 CV_ERROR( CV_StsBadArg, "Unmatched sizes" ); \
171 CV_ERROR( CV_StsBadArg, #param " parameter must be NULL" ); \
179 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
186 CV_ERROR( CV_StsBadArg, "Unmatched sizes" ); \
196 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
202 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
211 CV_ERROR( CV_StsBadAr
[all...]
/external/opencv/cv/src/
H A Dcvadapthresh.cpp58 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, "" );
H A 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_BadCO
[all...]
H A Dcvmotempl.cpp128 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_StsInplaceNotSupporte
[all...]
H A Dcvcondens.cpp66 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" );
H A Dcvfeatureselect.cpp117 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" );
/external/opencv/ml/src/
H A Dmltestset.cpp79 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" );
H A 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_StsBadAr
[all...]
H A Dml_inner_functions.cpp71 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_StsOutOfRang
[all...]
H A 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_StsBadAr
[all...]
H A 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_StsBadAr
[all...]
/external/opencv3/modules/videoio/src/
H A Dcap_unicap.cpp115 CV_ERROR(CV_StsError, "unicap: failed to stop capture on device\n");
118 CV_ERROR(CV_StsError, "unicap: failed to close the device\n");
139 CV_ERROR(CV_StsError, "unicap: failed to get info for device\n");
142 CV_ERROR(CV_StsError, "unicap: failed to open device\n");
148 CV_ERROR(CV_StsError, "unicap: failed to get video format\n");
164 CV_ERROR(CV_StsError, "unicap: failed to set video format\n");
194 CV_ERROR(CV_StsError, "unicap: failed to start capture on device\n");
220 CV_ERROR(CV_StsError, "unicap: failed to queue a buffer on device\n");

Completed in 424 milliseconds

123456