latest version v1.9 - last update 10 Apr 2010 |
Split image in its xyY norm chromaticity channels. More...
#include <ltiSplitImageToxyY.h>
Public Member Functions | |
virtual const char * | getTypename () const |
virtual functor * | clone () const |
virtual bool | apply (const image &img, channel &c1, channel &c2, channel &c3) const |
virtual bool | apply (const image &img, channel8 &c1, channel8 &c2, channel8 &c3) const |
virtual bool | apply (const rgbPixel &pixel, float &c1, float &c2, float &c3) const |
virtual bool | apply (const rgbPixel &pixel, ubyte &c1, ubyte &c2, ubyte &c3) const |
Split image in its xyY norm chromaticity channels.
virtual bool lti::splitImageToxyY::apply | ( | const rgbPixel & | pixel, | |
ubyte & | c1, | |||
ubyte & | c2, | |||
ubyte & | c3 | |||
) | const [virtual] |
on-copy
Implements lti::splitImage.
virtual bool lti::splitImageToxyY::apply | ( | const rgbPixel & | pixel, | |
float & | c1, | |||
float & | c2, | |||
float & | c3 | |||
) | const [virtual] |
on-copy
Implements lti::splitImage.
virtual bool lti::splitImageToxyY::apply | ( | const image & | img, | |
channel8 & | c1, | |||
channel8 & | c2, | |||
channel8 & | c3 | |||
) | const [virtual] |
on-copy
Implements lti::splitImage.
virtual bool lti::splitImageToxyY::apply | ( | const image & | img, | |
channel & | c1, | |||
channel & | c2, | |||
channel & | c3 | |||
) | const [virtual] |
on-copy
Implements lti::splitImage.
virtual functor* lti::splitImageToxyY::clone | ( | ) | const [virtual] |
returns a pointer to a clone of the functor
Implements lti::functor.
virtual const char* lti::splitImageToxyY::getTypename | ( | ) | const [virtual] |
returns the name of this type