eLynx SDK
v3.0.1 C++ image processing API reference |
#include <CoreTypes.h>
Static Public Attributes | |
static const EResolution | _Resolution |
The resolution implementation. | |
static const size_t | _Bits |
Number of bits used in resolution. | |
static const bool | _bSigned |
Does resolution is signed or not. | |
static const bool | _bInteger |
Does resolution is an integer type (not floating point). | |
static const bool | _bLUT |
Does resolution support Look-up table optimizations. | |
static const T | _Min |
Min value in resolution range. | |
static const T | _Max |
Max value in resolution range. | |
static const T | _Norm |
Max value for normalized range. | |
static const double | _MinInDouble |
Min value in resolution range cast in double resolution. | |
static const double | _MaxInDouble |
Max value in resolution range cast in double resolution. | |
static const double | _MaxNormInDouble |
static const double | _NormScale |
Scaling coefficient to have normalized double. |
Definition at line 167 of file CoreTypes.h.
const EResolution eLynx::ResolutionTypeTraits< T >::_Resolution [static] |
const size_t eLynx::ResolutionTypeTraits< T >::_Bits [static] |
const bool eLynx::ResolutionTypeTraits< T >::_bSigned [static] |
const bool eLynx::ResolutionTypeTraits< T >::_bInteger [static] |
Does resolution is an integer type (not floating point).
Definition at line 172 of file CoreTypes.h.
const bool eLynx::ResolutionTypeTraits< T >::_bLUT [static] |
const T eLynx::ResolutionTypeTraits< T >::_Min [static] |
const T eLynx::ResolutionTypeTraits< T >::_Max [static] |
const T eLynx::ResolutionTypeTraits< T >::_Norm [static] |
const double eLynx::ResolutionTypeTraits< T >::_MinInDouble [static] |
Min value in resolution range cast in double resolution.
Definition at line 177 of file CoreTypes.h.
const double eLynx::ResolutionTypeTraits< T >::_MaxInDouble [static] |
Max value in resolution range cast in double resolution.
Definition at line 178 of file CoreTypes.h.
const double eLynx::ResolutionTypeTraits< T >::_MaxNormInDouble [static] |
Definition at line 179 of file CoreTypes.h.
const double eLynx::ResolutionTypeTraits< T >::_NormScale [static] |