Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dderiv.hpp90 sobelY_(const SrcPtr& src) in sobelY_() function
/external/opencv3/modules/cudev/test/
Dtest_deriv.cu61 GpuMat_<short> dy = sobelY_(cvt_<int>(tex_src)); in TEST()