OpenCV  5.0.0alpha
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::cudev::VecTraits< uchar3 > Struct Reference

#include <opencv2/cudev/util/vec_traits.hpp>

Collaboration diagram for cv::cudev::VecTraits< uchar3 >:

Public Types

enum  { cn =3 }
 
typedef uchar elem_type
 

Static Public Member Functions

__host__ __device__ static __forceinline__ uchar3 all (uchar v)
 
__host__ __device__ static __forceinline__ uchar3 make (const uchar *v)
 
__host__ __device__ static __forceinline__ uchar3 make (uchar x, uchar y, uchar z)
 

Member Typedef Documentation

◆ elem_type

uchar cv::cudev::VecTraits< uchar3 >::elem_type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
cn 

Member Function Documentation

◆ all()

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

◆ make() [1/2]

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

◆ make() [2/2]

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

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