Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/test/
Dtest_deriv.cu100 GpuMat_<short> dst1 = laplacian_<1>(cvt_<int>(tex_src)); in TEST()
101 GpuMat_<short> dst3 = laplacian_<3>(cvt_<int>(tex_src)); in TEST()
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dderiv.hpp117 laplacian_(const SrcPtr& src) in laplacian_() function