Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dinterpolation.hpp155 template <typename SrcPtr> struct CubicInterPtr struct
157 typedef typename PtrTraits<SrcPtr>::value_type value_type;
158 typedef float index_type;
160 SrcPtr src;
162 __device__ static float bicubicCoeff(float x_) in bicubicCoeff()
179 __device__ typename PtrTraits<SrcPtr>::value_type operator ()(float y, float x) const in operator ()()