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

  /external/opencv/cxcore/include/
cxerror.h 110 {if (cvGetErrStatus() >= 0) \
158 if( cvGetErrStatus() < 0 ) \
cxcore.h     [all...]
  /external/opencv/cvaux/src/
cvtexture.cpp 209 if( cvGetErrStatus() < 0 )
354 if( cvGetErrStatus() < 0 )
418 if( cvGetErrStatus() < 0 )
643 if( cvGetErrStatus() < 0 )
cvbgfg_gaussmix.cpp 225 if( cvGetErrStatus() < 0 )
cvbgfg_acmmm2003.cpp 165 if( cvGetErrStatus() < 0 )
  /external/opencv/ml/src/
mltestset.cpp 158 if( cvGetErrStatus() < 0 )
mlcnn.cpp 200 if( cvGetErrStatus() < 0 && cnn_model )
487 if( cvGetErrStatus() < 0 && network )
624 if( cvGetErrStatus() < 0 && layer)
686 if( cvGetErrStatus() < 0 && layer )
750 if( cvGetErrStatus() < 0 && layer )
800 if( cvGetErrStatus() < 0 && layer )
    [all...]
ml_inner_functions.cpp 314 if( (cvGetErrStatus () < 0) || (centers != _centers) )
557 if( cvGetErrStatus() < 0 )
    [all...]
mlnbayes.cpp 269 if( !result || cvGetErrStatus() < 0 )
mlsvm.cpp     [all...]
  /external/opencv/cxcore/src/
cxerror.cpp 240 int code = cvGetErrStatus();
322 CV_IMPL int cvGetErrStatus()
cxarray.cpp 109 if( cvGetErrStatus() < 0 )
157 if( cvGetErrStatus() < 0 )
323 if( cvGetErrStatus() < 0 && mat )
348 if( cvGetErrStatus() < 0 )
376 if( cvGetErrStatus() < 0 )
691 if( cvGetErrStatus() < 0 )
745 if( cvGetErrStatus() < 0 )
    [all...]
cxswitcher.cpp 533 if( cvGetErrStatus() < 0 && module_copy )
cxdatastructs.cpp 121 if( cvGetErrStatus() < 0 )
145 if( cvGetErrStatus() < 0 )
    [all...]
cxpersistence.cpp 222 if( cvGetErrStatus() < 0 )
    [all...]
  /external/opencv/otherlibs/highgui/
loadsave.cpp 468 if( cvGetErrStatus() < 0 )
552 return cvGetErrStatus() >= 0;
  /external/opencv/cv/src/
cvkalman.cpp 119 if( cvGetErrStatus() < 0 )
cvstereobm.cpp 81 if( cvGetErrStatus() < 0 )
cvcalibinit.cpp     [all...]
cvhistogram.cpp 83 if( cvGetErrStatus() < 0 )
124 if( cvGetErrStatus() < 0 && hist )
    [all...]
cvcontours.cpp 325 if( cvGetErrStatus() < 0 )
    [all...]
cvmorph.cpp     [all...]
cvpyramids.cpp     [all...]
cvhaar.cpp 403 if( cvGetErrStatus() < 0 )
    [all...]
mycvHaarDetectObjects.cpp 385 if( cvGetErrStatus() < 0 )
    [all...]

Completed in 350 milliseconds