Home
last modified time | relevance | path

Searched refs:cvSubRS (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvderiv.cpp331 cvSubRS( dst, cvScalarAll(0), dst ); in cvSobel()
/external/opencv/cxcore/include/
Dcxcore.h527 CVAPI(void) cvSubRS( const CvArr* src, CvScalar value, CvArr* dst,
/external/opencv/cxcore/src/
Dcxarithm.cpp524 cvSubRS( const void* srcarr, CvScalar scalar, void* dstarr, const void* maskarr ) in cvSubRS() function