Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
Dgmg.cu147 template <int cn> struct Quantization struct
150 __device__ static int apply(const T& val) in apply()
160 template <> struct Quantization<1> struct
163 __device__ static int apply(T val) in apply()
170 template <typename T> struct Quantization : detail::Quantization<VecTraits<T>::cn> {}; struct