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