Searched refs:cvAndS (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvmat.cpp668 cvAndS( a, scalar, this );
672 cvAndS( this, scalar, this );
/external/opencv/cv/src/
H A Dcvthresh.cpp366 CV_CALL( cvAndS( dst, cvScalarAll( maxval ), dst ));
/external/opencv/cxcore/src/
H A Dcxlogic.cpp537 cvAndS( const void* src, CvScalar scalar, void* dst, const void* mask ) function
/external/opencv/cvaux/include/
H A Dcvmat.hpp1218 cvAndS( this, cvScalarAll(val), this );
1225 cvAndS( this, val, this );
/external/opencv/cxcore/include/
H A Dcxcore.h559 CVAPI(void) cvAndS( const CvArr* src, CvScalar value,

Completed in 87 milliseconds