LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::splitImageToxyY Class Reference
[Color Analysis]

Split image in its xyY norm chromaticity channels. More...

#include <ltiSplitImageToxyY.h>

Inheritance diagram for lti::splitImageToxyY:
Inheritance graph
[legend]
Collaboration diagram for lti::splitImageToxyY:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * getTypename () const
virtual functorclone () 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

Detailed Description

Split image in its xyY norm chromaticity channels.


Member Function Documentation

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


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:27:54 2010 for LTI-Lib by Doxygen 1.6.1