template struct cv::cudev::VecTraits<int3>
#include <vec_traits.hpp> template <> struct VecTraits<int3> { // typedefs typedef int elem_type; // enums enum { cn =3, }; // methods static __host__ __device__ static __forceinline__ int3 all(int v); static __host__ __device__ static __forceinline__ int3 make(const int* v); static __host__ __device__ static __forceinline__ int3 make( int x, int y, int z ); };