|
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 PixelXYZ< S_type > | SumOverflowPixel |
| typedef PixelXYZ< M_type > | MulOverflowPixel |
| typedef PixelXYZ< F_type > | FloatingPixel |
Public Member Functions | |
| PixelXYZ (T iX, T iY, T iZ) | |
| PixelXYZ (const PixelXYZ &ip) | |
| PixelXYZ (const PixelRGB< T > &iPixel) | |
| PixelXYZ (const PixelHLS< T > &iPixel) | |
| PixelXYZ (const PixelLuv< T > &iPixel) | |
| PixelXYZ (const PixelLab< T > &iPixel) | |
| PixelXYZ (const PixelLch< T > &iPixel) | |
| PixelXYZ (const PixelHLab< T > &iPixel) | |
| PixelXYZ & | operator= (const PixelXYZ &ip) |
| template<typename U > | |
| PixelXYZ (const PixelXYZ< U > &ip) | |
| template<typename U > | |
| PixelXYZ & | operator= (const PixelXYZ< U > &ip) |
| T | GetChannel0 () const |
| T | GetChannel1 () const |
| T | GetChannel2 () const |
| T | GetX () const |
| T | GetY () const |
| T | GetZ () const |
| T | GetLuminance () const |
Static Public Member Functions | |
| static const PixelXYZ | Null () |
| static const PixelXYZ | Black () |
| static const PixelXYZ | 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 _X | |
| X in [-120, +120]. | |
| T _Y | |
| Y in [0, 100]. | |
| T _Z | |
| Z in [-120, +120]. | |
| } | |
| }; | |
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] |