OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::V_TypeTraits< float > Struct 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()

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

◆ reinterpret_int()

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

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