Searched defs:PixDiff (Results 1 – 1 of 1) sorted by relevance
77 template <> struct PixDiff<1> struct79 __device__ __forceinline__ PixDiff(const uchar* ls) in PixDiff() argument83 __device__ __forceinline__ float operator()(const uchar* rs) const in operator ()()87 uchar l;89 template <> struct PixDiff<3> struct91 __device__ __forceinline__ PixDiff(const uchar* ls) in PixDiff() function95 __device__ __forceinline__ float operator()(const uchar* rs) const in operator ()()107 uchar3 l;109 template <> struct PixDiff<4> struct111 __device__ __forceinline__ PixDiff(const uchar* ls) in PixDiff() function[all …]