eLynx SDK
v3.3.0 C++ image processing API reference |
Public Types | |
typedef T | type |
typedef IntegerToType < ResolutionTypeTraits< T > ::_bInteger > | IntType |
typedef LutToType < ResolutionTypeTraits< T > ::_bLUT > | LutType |
typedef ResolutionTypeTraits < T >::SumOverflow_type | S_type |
typedef ResolutionTypeTraits < T >::MulOverflow_type | M_type |
typedef ResolutionTypeTraits < T >::Floating_type | F_type |
typedef PixelLA< S_type > | SumOverflowPixel |
typedef PixelLA< M_type > | MulOverflowPixel |
typedef PixelLA< F_type > | FloatingPixel |
Public Member Functions | |
PixelLA (T iL, T iA) | |
PixelLA (const PixelLA &ip) | |
PixelLA & | operator= (const PixelLA &ip) |
PixelLA (const PixelL< T > &ip) | |
PixelLA & | operator= (const PixelL< T > &ip) |
PixelLA (const PixelL< T > &ip, T iA) | |
template<typename U > | |
PixelLA (const PixelLA< U > &ip) | |
template<typename U > | |
PixelLA & | operator= (const PixelLA< U > &ip) |
T | GetChannel0 () const |
T | GetChannel1 () const |
T | GetLuminance () const |
T | GetAlpha () const |
Static Public Member Functions | |
static const PixelLA | Null () |
static const PixelLA | Black () |
static const PixelLA | White () |
static const uint32 | GetChannelCount () |
static const uint32 | GetChannelMask () |
static bool | IsFullMask (uint32 iMask) |
static bool | IsMasking (uint32 iMask) |
static const EPixelMode | GetPixelMode () |
static const EPixelType | GetPixelType () |
static const EColorSpace | GetColorSpace () |
static const EResolution | GetResolution () |
static const bool | HasAlpha () |
static const bool | IsGrey () |
static const bool | IsColor () |
static EPixelFormat | GetPixelFormat () |
Public Attributes | |
union { | |
T _channel [_nChannel] | |
channel access | |
struct { | |
T _luminance | |
grey luminance | |
T _alpha | |
alpha channel for masking | |
} | |
}; | |
Static Public Attributes | |
static const uint32 | _nChannel = 2 |
static const bool | _bColor = false |
static const bool | _bGrey = true |
static const bool | _bHasAlpha = true |
static const bool | _bRange [_nChannel] |
static const T | _min [_nChannel] |
static const T | _max [_nChannel] |