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

  /external/opencv/cxcore/src/
cxlut.cpp 267 !CV_ARE_DEPTHS_EQ( dst, lut ) || lut->width*lut->height != 256 )
cxconvert.cpp 486 if( !CV_ARE_DEPTHS_EQ( dst[i], src ))
592 if( !CV_ARE_DEPTHS_EQ( src[i], dst ))
    [all...]
cxmathfuncs.cpp     [all...]
cxmatrix.cpp     [all...]
cxdxt.cpp     [all...]
cxmatmul.cpp     [all...]
  /external/opencv/cv/src/
cvthresh.cpp 348 if( !CV_ARE_DEPTHS_EQ( src, dst ) )
cvtemplmatch.cpp 76 if( !CV_ARE_DEPTHS_EQ( img, templ ) && CV_MAT_DEPTH( templ->type ) != CV_32F )
80 if( !CV_ARE_DEPTHS_EQ( img, corr ) && CV_MAT_DEPTH( corr->type ) != CV_32F &&
cvsamplers.cpp 576 if( CV_ARE_DEPTHS_EQ( src, dst ))
    [all...]
cvcalibration.cpp 513 if( !CV_ARE_DEPTHS_EQ(src, dst) )
521 if( !CV_ARE_DEPTHS_EQ(src, jacobian) || CV_MAT_CN(jacobian->type) != 1 )
    [all...]
cvcolor.cpp     [all...]
  /external/opencv/otherlibs/highgui/
utils.cpp 598 if( !CV_ARE_DEPTHS_EQ( src, dst ))
  /external/opencv/cxcore/include/
cxtypes.h 599 #define CV_ARE_DEPTHS_EQ(mat1, mat2) \
    [all...]

Completed in 99 milliseconds