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

#include "vec_traits.hpp"

Public Types

enum  { cn =1 }
 
typedef uchar elem_type
 

Static Public Member Functions

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

Member Typedef Documentation

§ elem_type

Member Enumeration Documentation

§ anonymous enum

anonymous enum
Enumerator
cn 

Member Function Documentation

§ all()

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

§ make() [1/2]

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

§ make() [2/2]

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

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