Home
last modified time | relevance | path

Searched defs:LaplacianPtr (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dderiv.hpp329 template <class SrcPtr> struct LaplacianPtr<1, SrcPtr> struct
331 typedef typename PtrTraits<SrcPtr>::value_type value_type;
332 typedef int index_type;
334 SrcPtr src;
336 __device__ typename PtrTraits<SrcPtr>::value_type operator ()(int y, int x) const in operator ()()
349 template <class SrcPtr> struct LaplacianPtr<3, SrcPtr> struct
351 typedef typename PtrTraits<SrcPtr>::value_type value_type;
352 typedef int index_type;
354 SrcPtr src;
356 __device__ typename PtrTraits<SrcPtr>::value_type operator ()(int y, int x) const in operator ()()