Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
Dccomponetns.cu75 template<typename T> struct IntervalsTraits struct
77 typedef T elem_type;
80 template<> struct IntervalsTraits<unsigned char> struct
82 typedef int dist_type;
83 enum {ch = 1};
86 template<> struct IntervalsTraits<uchar3> struct
88 typedef int3 dist_type;
89 enum {ch = 3};
92 template<> struct IntervalsTraits<uchar4> struct
94 typedef int4 dist_type;
[all …]