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

  /external/opencv/cxcore/src/
cximage.cpp 83 if( CV_IS_IMAGE(obj) )
238 else if( CV_IS_IMAGE(obj) )
cxarray.cpp 1199 else if( CV_IS_IMAGE( arr ))
    [all...]
cxpersistence.cpp     [all...]
  /external/opencv/otherlibs/highgui/
loadsave.cpp 512 if( CV_IS_IMAGE( arr ))
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 166 if( !CV_IS_IMAGE(first_frame) )
cvcalibfilter.cpp 378 if( !CV_IS_MAT(mats[i]) && !CV_IS_IMAGE(mats[i]))
cvbgfg_acmmm2003.cpp 90 if( !CV_IS_IMAGE(first_frame) )
  /external/opencv/cxcore/include/
cxtypes.h 448 #define CV_IS_IMAGE(img) \
    [all...]

Completed in 1387 milliseconds