This is the hyper pixel class. More...
#include <Image/PixelsTypes.H>
Public Member Functions | |
PixHyper (const T val) | |
template<class T2 > | |
PixHyper (const PixRGB< T2 > &A) | |
template<class T2 > | |
PixHyper (const PixHSV< T2 > &A) | |
template<class T2 > | |
PixHyper (const PixJpegYUV< T2 > &A) | |
template<class T2 > | |
PixHyper (const PixVideoYUV< T2 > &A) | |
template<class T2 > | |
PixHyper (const PixYIQ< T2 > &A) | |
template<class T2 > | |
PixHyper (const PixHSL< T2 > &A) | |
template<class T2 > | |
PixHyper (const PixH2SV1< T2 > &A) | |
template<class T2 > | |
PixHyper (const PixH2SV2< T2 > &A) | |
template<class T2 > | |
PixHyper (const PixH2SV3< T2 > &A) | |
template<class T2 > | |
PixHyper (const PixHyper< T2, dim > &A) | |
PixHyper (const PixHyper< T, dim > &pix) | |
construct pixel from another. Defined here for tech reasons | |
Static Public Attributes | |
static const enum PixType | pType = PixTypeHyper |
static const size_t | myDim = dim |
This is the hyper pixel class.
Derived Hyper spectral pixel class from Pixels
Definition at line 1262 of file PixelsTypes.H.
PixHyper< T, dim >::PixHyper | ( | const PixHyper< T, dim > & | pix | ) | [inline] |
construct pixel from another. Defined here for tech reasons
Definition at line 3589 of file PixelsTypes.H.