Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dborder_interpolate.hpp86 template <typename D> struct BrdColConstant struct
88 typedef D result_type;
90 … __device__ __forceinline__ BrdColConstant(int height_, const D& val_ = VecTraits<D>::all(0)) : he… in BrdColConstant() argument
92 … template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const in at_low()
97 …template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const in at_high()
102 … template <typename T> __device__ __forceinline__ D at(int y, const T* data, size_t step) const in at()
107 int height;
108 D val;