Home
last modified time | relevance | path

Searched refs:cvSubRS (Results 1 – 5 of 5) 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/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1070 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
/external/opencv3/modules/core/src/
Darithm.cpp5904 CV_IMPL void cvSubRS( const CvArr* srcarr1, CvScalar value, CvArr* dstarr, const CvArr* maskarr ) in cvSubRS() function