OpenCV  3.4.5
Open Source Computer Vision
Public Types | Static Public Member Functions | List of all members
cv::cudev::VecTraits< uchar1 > Struct Template Reference

#include "vec_traits.hpp"

Public Types

enum  { cn =1 }
 
typedef uchar elem_type
 

Static Public Member Functions

__host__ __device__ static __forceinline__ uchar1 all (uchar v)
 
__host__ __device__ static __forceinline__ uchar1 make (const uchar *v)
 
__host__ __device__ static __forceinline__ uchar1 make (uchar x)
 

Member Typedef Documentation

§ elem_type

typedef uchar cv::cudev::VecTraits< uchar1 >::elem_type

Member Enumeration Documentation

§ anonymous enum

anonymous enum
Enumerator
cn 

Member Function Documentation

§ all()

__host__ __device__ static __forceinline__ uchar1 cv::cudev::VecTraits< uchar1 >::all ( uchar  v)
inlinestatic

§ make() [1/2]

__host__ __device__ static __forceinline__ uchar1 cv::cudev::VecTraits< uchar1 >::make ( const uchar v)
inlinestatic

§ make() [2/2]

__host__ __device__ static __forceinline__ uchar1 cv::cudev::VecTraits< uchar1 >::make ( uchar  x)
inlinestatic

The documentation for this struct was generated from the following file: