/external/opencv/cvaux/src/ |
cvvideo.cpp | 62 CV_ERROR( CV_StsUnmatchedFormats, "All the input images must have the same type" );
|
/external/opencv/cxcore/include/ |
cxerror.h | 93 #define CV_StsUnmatchedFormats -205 /* formats of input/output arrays differ */
|
/external/opencv/cv/src/ |
cvadapthresh.cpp | 122 CV_ERROR( CV_StsUnmatchedFormats, "" );
|
cvoptflowbm.cpp | 583 CV_ERROR( CV_StsUnmatchedFormats, "Source images have different formats" ); 586 CV_ERROR( CV_StsUnmatchedFormats, "Destination images have different formats" );
|
cvaccum.cpp | 418 CV_ERROR( CV_StsUnmatchedFormats, "" ); 514 CV_ERROR( CV_StsUnmatchedFormats, "" ); 613 CV_ERROR( CV_StsUnmatchedFormats, "" ); [all...] |
cvoptflowhs.cpp | 510 CV_ERROR( CV_StsUnmatchedFormats, "Source images have different formats" ); 513 CV_ERROR( CV_StsUnmatchedFormats, "Destination images have different formats" );
|
cvoptflowlk.cpp | 586 CV_ERROR( CV_StsUnmatchedFormats, "Source images have different formats" ); 589 CV_ERROR( CV_StsUnmatchedFormats, "Destination images have different formats" );
|
cvkdtree.cpp | 257 CV_ERROR(CV_StsUnmatchedFormats, "bounds_{min,max} must have same type");
|
cvundistort.cpp | 145 CV_ERROR( CV_StsUnmatchedFormats, "" ); 206 CV_ERROR( CV_StsUnmatchedFormats, "" ); 290 CV_ERROR( CV_StsUnmatchedFormats, "" );
|
cvsumpixels.cpp | 374 CV_ERROR( CV_StsUnmatchedFormats,
|
cvthresh.cpp | 321 CV_ERROR( CV_StsUnmatchedFormats, "Both arrays must have equal number of channels" );
|
cvlkpyramid.cpp | 318 CV_ERROR( CV_StsUnmatchedFormats, "" ); 713 CV_ERROR( CV_StsUnmatchedFormats, "" ); [all...] |
cvsegmentation.cpp | 361 CV_ERROR( CV_StsUnmatchedFormats, "The input and output images must have the same type" );
|
cvutils.cpp | 501 CV_ERROR( CV_StsUnmatchedFormats, "" );
|
/external/opencv/cxcore/src/ |
cxerror.cpp | 291 case CV_StsUnmatchedFormats : return "Formats of input arguments do not match"; 446 case CV_UNMATCHED_FORMATS_ERR: return CV_StsUnmatchedFormats;
|
cxlogic.cpp | 252 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); 415 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); 421 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); 672 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats );
|
cxmathfuncs.cpp | 346 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); 360 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); 372 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); 593 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); 607 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); 621 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); [all...] |
cxcmp.cpp | 299 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); 626 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); [all...] |
cxarithm.cpp | 368 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); 611 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); [all...] |
cxlut.cpp | 257 CV_ERROR( CV_StsUnmatchedFormats, "" );
|
cxcopy.cpp | 415 CV_ERROR_FROM_CODE( CV_StsUnmatchedFormats ); 942 CV_ERROR( CV_StsUnmatchedFormats, "" ); [all...] |
cxconvert.cpp | 487 CV_ERROR( CV_StsUnmatchedFormats, "" ); 593 CV_ERROR( CV_StsUnmatchedFormats, "" ); [all...] |
cxsvd.cpp | 1243 CV_ERROR( CV_StsUnmatchedFormats, "" ); [all...] |
cxmatmul.cpp | [all...] |
cxjacobieigens.cpp | 401 CV_ERROR( CV_StsUnmatchedFormats,
|