Home
last modified time | relevance | path

Searched refs:cvSubS (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/include/
Dcvmat.hpp1176 cvSubS( this, cvScalar(val), this );
1183 cvSubS( this, val, this );
/external/opencv/cxcore/include/
Dcxcore.h519 CV_INLINE void cvSubS( const CvArr* src, CvScalar value, CvArr* dst, in cvSubS() function