Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dinterpolation.hpp213 template <class SrcPtr> struct CubicInterPtrSz : CubicInterPtr<SrcPtr> struct
219 __host__ CubicInterPtrSz<typename PtrTraits<SrcPtr>::ptr_type> interCubic(const SrcPtr& src) in interCubic()
221 CubicInterPtrSz<typename PtrTraits<SrcPtr>::ptr_type> i; in interCubic()
228 template <class SrcPtr> struct PtrTraits< CubicInterPtrSz<SrcPtr> > : PtrTraitsBase<CubicInterPtrSz