| eLynx SDK
v3.0.1 C++ image processing API reference |
#include <Pixels.h>
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 PixelLuv< S_type > | SumOverflowPixel |
| typedef PixelLuv< M_type > | MulOverflowPixel |
| typedef PixelLuv< F_type > | FloatingPixel |
Public Member Functions | |
| PixelLuv () | |
| PixelLuv (T iL, T iU, T iV) | |
| PixelLuv (const PixelLuv< T > &iPixel) | |
| PixelLuv (const PixelRGB< T > &iPixel) | |
| PixelLuv (const PixelHLS< T > &iPixel) | |
| PixelLuv (const PixelXYZ< T > &iPixel) | |
| PixelLuv (const PixelLab< T > &iPixel) | |
| PixelLuv (const PixelLch< T > &iPixel) | |
| PixelLuv (const PixelHLab< T > &iPixel) | |
| PixelLuv & | operator= (const PixelLuv &ip) |
| template<typename U > | |
| PixelLuv (const PixelLuv< U > &ip) | |
| template<typename U > | |
| PixelLuv & | operator= (const PixelLuv< U > &ip) |
| T | GetChannel0 () const |
| T | GetChannel1 () const |
| T | GetChannel2 () const |
| T | GetLuminance () const |
| T | GetU () const |
| T | GetV () const |
Static Public Member Functions | |
| static const PixelLuv | Null () |
| static const PixelLuv | Black () |
| static const PixelLuv | 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 [_channels] | |
| struct { | |
| T _luminance | |
| T _u | |
| T _v | |
| } | |
| }; | |
Static Public Attributes | |
| static const bool | _bColor = true |
| static const bool | _bGrey = false |
| static const bool | _bHasAlpha = false |
| static const uint32 | _channels = 3 |
Definition at line 619 of file Pixels.h.
| typedef T eLynx::Image::PixelLuv< T >::type |
| typedef IntegerToType< ResolutionTypeTraits<T>::_bInteger > eLynx::Image::PixelLuv< T >::IntType |
| typedef LutToType< ResolutionTypeTraits<T>::_bLUT > eLynx::Image::PixelLuv< T >::LutType |
| typedef ResolutionTypeTraits<T>::SumOverflow_type eLynx::Image::PixelLuv< T >::S_type |
| typedef ResolutionTypeTraits<T>::MulOverflow_type eLynx::Image::PixelLuv< T >::M_type |
| typedef ResolutionTypeTraits<T>::Floating_type eLynx::Image::PixelLuv< T >::F_type |
| typedef PixelLuv<S_type> eLynx::Image::PixelLuv< T >::SumOverflowPixel |
| typedef PixelLuv<M_type> eLynx::Image::PixelLuv< T >::MulOverflowPixel |
| typedef PixelLuv<F_type> eLynx::Image::PixelLuv< T >::FloatingPixel |
| eLynx::Image::PixelLuv< T >::PixelLuv | ( | ) | [inline] |
| eLynx::Image::PixelLuv< T >::PixelLuv | ( | T | iL, | |
| T | iU, | |||
| T | iV | |||
| ) | [inline] |
| eLynx::Image::PixelLuv< T >::PixelLuv | ( | const PixelLuv< T > & | iPixel | ) | [inline] |
| eLynx::Image::PixelLuv< T >::PixelLuv | ( | const PixelRGB< T > & | iPixel | ) |
| eLynx::Image::PixelLuv< T >::PixelLuv | ( | const PixelHLS< T > & | iPixel | ) |
| eLynx::Image::PixelLuv< T >::PixelLuv | ( | const PixelXYZ< T > & | iPixel | ) |
| eLynx::Image::PixelLuv< T >::PixelLuv | ( | const PixelLab< T > & | iPixel | ) |
| eLynx::Image::PixelLuv< T >::PixelLuv | ( | const PixelLch< T > & | iPixel | ) |
| eLynx::Image::PixelLuv< T >::PixelLuv | ( | const PixelHLab< T > & | iPixel | ) |
| eLynx::Image::PixelLuv< T >::PixelLuv | ( | const PixelLuv< U > & | ip | ) | [inline] |
| PixelLuv& eLynx::Image::PixelLuv< T >::operator= | ( | const PixelLuv< T > & | ip | ) | [inline] |
| PixelLuv& eLynx::Image::PixelLuv< T >::operator= | ( | const PixelLuv< U > & | ip | ) | [inline] |
| static const PixelLuv eLynx::Image::PixelLuv< T >::Null | ( | ) | [inline, static] |
| static const PixelLuv eLynx::Image::PixelLuv< T >::Black | ( | ) | [inline, static] |
| static const PixelLuv eLynx::Image::PixelLuv< T >::White | ( | ) | [inline, static] |
| T eLynx::Image::PixelLuv< T >::GetChannel0 | ( | ) | const [inline] |
| T eLynx::Image::PixelLuv< T >::GetChannel1 | ( | ) | const [inline] |
| T eLynx::Image::PixelLuv< T >::GetChannel2 | ( | ) | const [inline] |
| T eLynx::Image::PixelLuv< T >::GetLuminance | ( | ) | const [inline] |
| T eLynx::Image::PixelLuv< T >::GetU | ( | ) | const [inline] |
| T eLynx::Image::PixelLuv< T >::GetV | ( | ) | const [inline] |
| static const uint32 eLynx::Image::PixelLuv< T >::GetChannelCount | ( | ) | [inline, static] |
| static const uint32 eLynx::Image::PixelLuv< T >::GetChannelMask | ( | ) | [inline, static] |
| static bool eLynx::Image::PixelLuv< T >::IsFullMask | ( | uint32 | iMask | ) | [inline, static] |
| static bool eLynx::Image::PixelLuv< T >::IsMasking | ( | uint32 | iMask | ) | [inline, static] |
| static const EPixelMode eLynx::Image::PixelLuv< T >::GetPixelMode | ( | ) | [inline, static] |
| static const EPixelType eLynx::Image::PixelLuv< T >::GetPixelType | ( | ) | [inline, static] |
| static const EColorSpace eLynx::Image::PixelLuv< T >::GetColorSpace | ( | ) | [inline, static] |
| static const EResolution eLynx::Image::PixelLuv< T >::GetResolution | ( | ) | [inline, static] |
| static const bool eLynx::Image::PixelLuv< T >::HasAlpha | ( | ) | [inline, static] |
| static const bool eLynx::Image::PixelLuv< T >::IsGrey | ( | ) | [inline, static] |
| static const bool eLynx::Image::PixelLuv< T >::IsColor | ( | ) | [inline, static] |
| static EPixelFormat eLynx::Image::PixelLuv< T >::GetPixelFormat | ( | ) | [static] |
const bool eLynx::Image::PixelLuv< T >::_bColor = true [static] |
const bool eLynx::Image::PixelLuv< T >::_bGrey = false [static] |
const bool eLynx::Image::PixelLuv< T >::_bHasAlpha = false [static] |
const uint32 eLynx::Image::PixelLuv< T >::_channels = 3 [static] |
| T eLynx::Image::PixelLuv< T >::_channel[_channels] |
| T eLynx::Image::PixelLuv< T >::_luminance |
| T eLynx::Image::PixelLuv< T >::_u |
| T eLynx::Image::PixelLuv< T >::_v |
| union { ... } |