OpenCV  4.5.2
Open Source Computer Vision
Public Types | Public Member Functions | Public Attributes | List of all members
cv::v_float32x4 Struct Reference

#include <opencv2/core/hal/intrin_rvv.hpp>

Public Types

enum  { nlanes = 4 }
 
typedef float lane_type
 

Public Member Functions

 v_float32x4 ()
 
 v_float32x4 (vfloat32m1_t v)
 
 v_float32x4 (float v0, float v1, float v2, float v3)
 
float get0 () const
 
 operator vfloat32m1_t () const
 

Public Attributes

float val [4]
 

Member Typedef Documentation

typedef float cv::v_float32x4::lane_type

Member Enumeration Documentation

anonymous enum
Enumerator
nlanes 

Constructor & Destructor Documentation

cv::v_float32x4::v_float32x4 ( )
inline
cv::v_float32x4::v_float32x4 ( vfloat32m1_t  v)
inlineexplicit
cv::v_float32x4::v_float32x4 ( float  v0,
float  v1,
float  v2,
float  v3 
)
inline

Member Function Documentation

float cv::v_float32x4::get0 ( ) const
inline
cv::v_float32x4::operator vfloat32m1_t ( ) const
inline

Member Data Documentation

float cv::v_float32x4::val[4]

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