/external/opencv/cvaux/src/ |
cvmat.cpp | 668 cvAndS( a, scalar, this ); 672 cvAndS( this, scalar, this );
|
/external/opencv/cv/src/ |
cvthresh.cpp | 366 CV_CALL( cvAndS( dst, cvScalarAll( maxval ), dst ));
|
/external/opencv/cxcore/src/ |
cxlogic.cpp | 537 cvAndS( const void* src, CvScalar scalar, void* dst, const void* mask )
|
/external/opencv/cvaux/include/ |
cvmat.hpp | 1218 cvAndS( this, cvScalarAll(val), this ); 1225 cvAndS( this, val, this ); [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 559 CVAPI(void) cvAndS( const CvArr* src, CvScalar value, [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
core_c.h | [all...] |
/external/opencv3/modules/core/src/ |
arithm.cpp | [all...] |