Searched refs:cvSubRS (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cv/src/ |
D | cvderiv.cpp | 331 cvSubRS( dst, cvScalarAll(0), dst ); in cvSobel()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 527 CVAPI(void) cvSubRS( const CvArr* src, CvScalar value, CvArr* dst,
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1070 CVAPI(void) cvSubRS( const CvArr* src, CvScalar value, CvArr* dst,
|
/external/opencv/cxcore/src/ |
D | cxarithm.cpp | 524 cvSubRS( const void* srcarr, CvScalar scalar, void* dstarr, const void* maskarr ) in cvSubRS() function
|
/external/opencv3/modules/core/src/ |
D | arithm.cpp | 5904 CV_IMPL void cvSubRS( const CvArr* srcarr1, CvScalar value, CvArr* dstarr, const CvArr* maskarr ) in cvSubRS() function
|