Home
last modified time | relevance | path

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

/external/opencv3/modules/cudastereo/src/cuda/
Dstereobp.cu77 template <> struct PixDiff<1> struct
79 __device__ __forceinline__ PixDiff(const uchar* ls) in PixDiff() argument
83 __device__ __forceinline__ float operator()(const uchar* rs) const in operator ()()
87 uchar l;
89 template <> struct PixDiff<3> struct
91 __device__ __forceinline__ PixDiff(const uchar* ls) in PixDiff() function
95 __device__ __forceinline__ float operator()(const uchar* rs) const in operator ()()
107 uchar3 l;
109 template <> struct PixDiff<4> struct
111 __device__ __forceinline__ PixDiff(const uchar* ls) in PixDiff() function
[all …]