|
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 PixelLch< S_type > | SumOverflowPixel |
| typedef PixelLch< M_type > | MulOverflowPixel |
| typedef PixelLch< F_type > | FloatingPixel |
Public Member Functions | |
| PixelLch (T iL, T iC, T iH) | |
| PixelLch (const PixelLch< T > &iPixel) | |
| PixelLch (const PixelRGB< T > &iPixel) | |
| PixelLch (const PixelHLS< T > &iPixel) | |
| PixelLch (const PixelXYZ< T > &iPixel) | |
| PixelLch (const PixelLuv< T > &iPixel) | |
| PixelLch (const PixelLab< T > &iPixel) | |
| PixelLch (const PixelHLab< T > &iPixel) | |
| PixelLch & | operator= (const PixelLch &ip) |
| template<typename U > | |
| PixelLch (const PixelLch< U > &ip) | |
| template<typename U > | |
| PixelLch & | operator= (const PixelLch< U > &ip) |
| T | GetChannel0 () const |
| T | GetChannel1 () const |
| T | GetChannel2 () const |
| T | GetLuminance () const |
| T | GetC () const |
| T | GetH () const |
Static Public Member Functions | |
| static const PixelLch | Null () |
| static const PixelLch | Black () |
| static const PixelLch | 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 | |
| L in [0, 100]. | |
| T _c | |
| c in [0, 170] | |
| T _h | |
| h in [0, 360] | |
| } | |
| }; | |
Static Public Attributes | |
| static const uint32 | _nChannel = 3 |
| static const bool | _bColor = true |
| static const bool | _bGrey = false |
| static const bool | _bHasAlpha = false |
| static const bool | _bRange [_nChannel] |
| static const T | _min [_nChannel] |
| static const T | _max [_nChannel] |