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

lti::mergexyYToImage Class Reference
[Color Analysis]

Merge chromaticity xyY channels. More...

#include <ltiMergexyYToImage.h>

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

List of all members.

Public Member Functions

virtual const char * getTypeName () const
virtual functorclone () const
virtual bool apply (const matrix< float > &c1, const matrix< float > &c2, const matrix< float > &c3, image &img) const
virtual bool apply (const channel8 &c1, const channel8 &c2, const channel8 &c3, image &img) const
virtual bool apply (const float &c1, const float &c2, const float &c3, rgbPixel &pixel) const
virtual bool apply (const ubyte &c1, const ubyte &c2, const ubyte &c3, rgbPixel &pixel) const

Detailed Description

Merge chromaticity xyY channels.


Member Function Documentation

virtual bool lti::mergexyYToImage::apply ( const ubyte c1,
const ubyte c2,
const ubyte c3,
rgbPixel pixel 
) const [virtual]

on-copy operator for 8-bit values

Implements lti::mergeImage.

virtual bool lti::mergexyYToImage::apply ( const float &  c1,
const float &  c2,
const float &  c3,
rgbPixel pixel 
) const [virtual]

on-copy operator for 32-bit "floating-point" values

Implements lti::mergeImage.

virtual bool lti::mergexyYToImage::apply ( const channel8 c1,
const channel8 c2,
const channel8 c3,
image img 
) const [virtual]

on-copy operator for 8-bit channels

Implements lti::mergeImage.

virtual bool lti::mergexyYToImage::apply ( const matrix< float > &  c1,
const matrix< float > &  c2,
const matrix< float > &  c3,
image img 
) const [virtual]

on-copy operator for 32-bit "floating-point" channels

Implements lti::mergeImage.

virtual functor* lti::mergexyYToImage::clone (  )  const [virtual]

returns a poinbter to a clone of the functor

Implements lti::functor.

virtual const char* lti::mergexyYToImage::getTypeName (  )  const [virtual]

returns the name of this type

Reimplemented from lti::mergeImage.


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

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