LinearInterPtrSz  140 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp __host__ LinearInterPtrSz<typename PtrTraits<SrcPtr>::ptr_type> interLinear(const SrcPtr& src)
LinearInterPtrSz  142 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp     LinearInterPtrSz<typename PtrTraits<SrcPtr>::ptr_type> i;
LinearInterPtrSz  149 modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp template <class SrcPtr> struct PtrTraits< LinearInterPtrSz<SrcPtr> > : PtrTraitsBase<LinearInterPtrSz<SrcPtr>, LinearInterPtr<SrcPtr> >