OpenCV  3.4.14
Open Source Computer Vision
Public Types | Static Public Member Functions | List of all members
cv::V_TypeTraits< float > Struct Template Reference

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

Public Types

typedef float abs_type
 
typedef int int_type
 
typedef float sum_type
 
typedef unsigned uint_type
 
typedef float value_type
 
typedef double w_type
 

Static Public Member Functions

static float reinterpret_from_int (int_type x)
 
static int_type reinterpret_int (float x)
 

Member Typedef Documentation

◆ abs_type

typedef float cv::V_TypeTraits< float >::abs_type

◆ int_type

typedef int cv::V_TypeTraits< float >::int_type

◆ sum_type

typedef float cv::V_TypeTraits< float >::sum_type

◆ uint_type

typedef unsigned cv::V_TypeTraits< float >::uint_type

◆ value_type

typedef float cv::V_TypeTraits< float >::value_type

◆ w_type

typedef double cv::V_TypeTraits< float >::w_type

Member Function Documentation

◆ reinterpret_from_int()

static float cv::V_TypeTraits< float >::reinterpret_from_int ( int_type  x)
inlinestatic

◆ reinterpret_int()

static int_type cv::V_TypeTraits< float >::reinterpret_int ( float  x)
inlinestatic

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