libcvd
Public Types | Static Public Attributes | List of all members
CVD::Pixel::traits< T, LIFT > Struct Template Reference
Collaboration diagram for CVD::Pixel::traits< T, LIFT >:
Collaboration graph
[legend]

Public Types

using element_type = T
 
using wider_type = decltype(T {} *T {})
 
typedef float float_type
 

Static Public Attributes

static const bool integral = true
 
static const bool is_signed = std::numeric_limits<T>::is_signed
 
static const int bits_used = std::numeric_limits<T>::digits
 
static const T max_intensity = std::numeric_limits<T>::max()
 

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