Searched refs:laplacian_ (Results 1 – 2 of 2) sorted by relevance
100 GpuMat_<short> dst1 = laplacian_<1>(cvt_<int>(tex_src)); in TEST()101 GpuMat_<short> dst3 = laplacian_<3>(cvt_<int>(tex_src)); in TEST()
117 laplacian_(const SrcPtr& src) in laplacian_() function