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

#include "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 uint_type reinterpet_uint (value_type x)
 
static value_type reinterpret_from_int (int_type x)
 
static int_type reinterpret_int (value_type x)
 

Member Typedef Documentation

typedef float cv::V_TypeTraits< float >::abs_type
typedef int cv::V_TypeTraits< float >::int_type
typedef float cv::V_TypeTraits< float >::sum_type
typedef unsigned cv::V_TypeTraits< float >::uint_type
typedef float cv::V_TypeTraits< float >::value_type
typedef double cv::V_TypeTraits< float >::w_type

Member Function Documentation

static uint_type cv::V_TypeTraits< float >::reinterpet_uint ( value_type  x)
inlinestatic
static value_type cv::V_TypeTraits< float >::reinterpret_from_int ( int_type  x)
inlinestatic
static int_type cv::V_TypeTraits< float >::reinterpret_int ( value_type  x)
inlinestatic

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