OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
cv::v_uint8x16 Struct Reference

#include "intrin_sse.hpp"

Public Types

enum  { nlanes = 16 }
 
enum  { nlanes = 16 }
 
typedef uchar lane_type
 
typedef uchar lane_type
 

Public Member Functions

 v_uint8x16 ()
 
 v_uint8x16 (uint8x16_t v)
 
 v_uint8x16 ()
 
 v_uint8x16 (__m128i v)
 
 v_uint8x16 (uchar v0, uchar v1, uchar v2, uchar v3, uchar v4, uchar v5, uchar v6, uchar v7, uchar v8, uchar v9, uchar v10, uchar v11, uchar v12, uchar v13, uchar v14, uchar v15)
 
 v_uint8x16 (uchar v0, uchar v1, uchar v2, uchar v3, uchar v4, uchar v5, uchar v6, uchar v7, uchar v8, uchar v9, uchar v10, uchar v11, uchar v12, uchar v13, uchar v14, uchar v15)
 
uchar get0 () const
 
uchar get0 () const
 

Public Attributes

uint8x16_t val
 
__m128i val
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum
Enumerator
nlanes 
anonymous enum
Enumerator
nlanes 

Constructor & Destructor Documentation

cv::v_uint8x16::v_uint8x16 ( )
inline
cv::v_uint8x16::v_uint8x16 ( uint8x16_t  v)
inlineexplicit
cv::v_uint8x16::v_uint8x16 ( uchar  v0,
uchar  v1,
uchar  v2,
uchar  v3,
uchar  v4,
uchar  v5,
uchar  v6,
uchar  v7,
uchar  v8,
uchar  v9,
uchar  v10,
uchar  v11,
uchar  v12,
uchar  v13,
uchar  v14,
uchar  v15 
)
inline
cv::v_uint8x16::v_uint8x16 ( )
inline
cv::v_uint8x16::v_uint8x16 ( __m128i  v)
inlineexplicit
cv::v_uint8x16::v_uint8x16 ( uchar  v0,
uchar  v1,
uchar  v2,
uchar  v3,
uchar  v4,
uchar  v5,
uchar  v6,
uchar  v7,
uchar  v8,
uchar  v9,
uchar  v10,
uchar  v11,
uchar  v12,
uchar  v13,
uchar  v14,
uchar  v15 
)
inline

Member Function Documentation

uchar cv::v_uint8x16::get0 ( ) const
inline
uchar cv::v_uint8x16::get0 ( ) const
inline

Member Data Documentation

uint8x16_t cv::v_uint8x16::val
__m128i cv::v_uint8x16::val

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