HomeSort by relevance Sort by last modified time
    Searched refs:CV_IS_IMAGE (Results 1 - 19 of 19) 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/opencv3/modules/imgcodecs/src/
loadsave.cpp 660 CV_IS_IMAGE(arr) && ((const IplImage*)arr)->origin == IPL_ORIGIN_BL );
690 if( CV_IS_IMAGE(arr) && ((const IplImage*)arr)->origin == IPL_ORIGIN_BL )
  /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/opencv3/modules/core/src/
array.cpp 1024 else if( CV_IS_IMAGE( arr ))
1090 else if( CV_IS_IMAGE(arr))
1118 else if( CV_IS_IMAGE( arr ))
1178 else if( CV_IS_IMAGE( arr ))
    [all...]
copy.cpp     [all...]
stat.cpp     [all...]
matrix.cpp 619 CV_DbgAssert(CV_IS_IMAGE(img) && img->imageData != 0);
852 if( CV_IS_IMAGE(arr) )
932 CV_Assert( CV_IS_IMAGE(arr) );
945 CV_Assert( CV_IS_IMAGE(arr) );
    [all...]
persistence.cpp     [all...]
  /external/opencv3/apps/createsamples/
utility.cpp 267 if( !src || (!CV_IS_IMAGE( src ) && !CV_IS_MAT( src )) ||
274 if( !dst || (!CV_IS_IMAGE( dst ) && !CV_IS_MAT( dst )) ||
    [all...]
  /external/opencv3/modules/imgproc/src/
moments.cpp 770 if( CV_IS_IMAGE(arr) && img->roi && img->roi->coi > 0 )
deriv.cpp     [all...]
drawing.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 448 #define CV_IS_IMAGE(img) \
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 389 #define CV_IS_IMAGE(img) \
    [all...]

Completed in 2435 milliseconds