/external/opencv/cv/src/ |
cvadapthresh.cpp | 121 if( !CV_ARE_CNS_EQ( src, dst ))
|
cvaccum.cpp | 417 if( !CV_ARE_CNS_EQ( mat, sum )) 513 if( !CV_ARE_CNS_EQ( mat, sum )) 612 if( !CV_ARE_CNS_EQ( mat1, mat2 ) || !CV_ARE_CNS_EQ( mat1, sum )) [all...] |
cvsumpixels.cpp | 348 !CV_ARE_CNS_EQ( src, sum )) 358 if( CV_MAT_DEPTH( sqsum->type ) != CV_64F || !CV_ARE_CNS_EQ( src, sqsum ))
|
cvthresh.cpp | 320 if( !CV_ARE_CNS_EQ( src, dst ) )
|
cvtemplmatch.cpp | 85 if( (!CV_ARE_CNS_EQ( img, corr ) || CV_MAT_CN(templ->type) > 1) && 86 (CV_MAT_CN( corr->type ) > 1 || !CV_ARE_CNS_EQ( img, templ)) )
|
cvsamplers.cpp | 565 if( (cn != 1 && cn != 3) || !CV_ARE_CNS_EQ( src, dst )) [all...] |
/external/opencv/cxcore/src/ |
cxlut.cpp | 256 if( !CV_ARE_CNS_EQ( src, dst ))
|
cxconvert.cpp | [all...] |
cxmathfuncs.cpp | [all...] |
cxsumpixels.cpp | [all...] |
cxarray.cpp | 542 if( !CV_ARE_CNS_EQ( hdr, hdr0 )) 547 if( !CV_ARE_CNS_EQ( hdr, hdr0 )) [all...] |
cxdxt.cpp | [all...] |
/external/opencv/otherlibs/highgui/ |
utils.cpp | 604 if( !CV_ARE_CNS_EQ( src, dst ))
|
/external/opencv3/modules/imgcodecs/src/ |
utils.cpp | 625 if( !CV_ARE_CNS_EQ( src, dst ))
|
/external/opencv/cxcore/include/ |
cxtypes.h | 596 #define CV_ARE_CNS_EQ(mat1, mat2) \ [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
types_c.h | 488 #define CV_ARE_CNS_EQ(mat1, mat2) \ [all...] |
/external/opencv3/modules/core/src/ |
array.cpp | 441 if( !CV_ARE_CNS_EQ( hdr, hdr0 )) 446 if( !CV_ARE_CNS_EQ( hdr, hdr0 )) [all...] |