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

lti::mergergIToImage Class Reference
[Color Analysis]

Merge chromaticity channels rgI. More...

#include <ltiMergergIToImage.h>

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

List of all members.

Public Member Functions

virtual const char * getTypeName () const
virtual functorclone () const
virtual bool apply (const matrix< float > &r, const matrix< float > &g, const matrix< float > &I, image &pixel) const
virtual bool apply (const channel8 &r, const channel8 &g, const channel8 &I, image &pixel) const
virtual bool apply (const float &r, const float &g, const float &I, rgbPixel &pixel) const
virtual bool apply (const ubyte &r, const ubyte &g, const ubyte &I, rgbPixel &pixel) const

Detailed Description

Merge chromaticity channels rgI.


Member Function Documentation

virtual bool lti::mergergIToImage::apply ( const ubyte r,
const ubyte g,
const ubyte I,
rgbPixel pixel 
) const [virtual]

merge the chromacity values r and g and intensity value into a pixel

Parameters:
r the chromacity value
g the chromacity value
I the intensity value
pixel the pixel to be splitted

Implements lti::mergeImage.

virtual bool lti::mergergIToImage::apply ( const float &  r,
const float &  g,
const float &  I,
rgbPixel pixel 
) const [virtual]

merge the chromacity values r and g and intensity value into a pixel

Parameters:
r the chromacity value
g the chromacity value
I the intensity value
pixel the pixel to be splitted

Implements lti::mergeImage.

virtual bool lti::mergergIToImage::apply ( const channel8 r,
const channel8 g,
const channel8 I,
image pixel 
) const [virtual]

merge the chromacity channels r and g and intensity channel into a pixel

Parameters:
r the chromacity value
g the chromacity value
I the intensity value
pixel the pixel to be splitted

Implements lti::mergeImage.

virtual bool lti::mergergIToImage::apply ( const matrix< float > &  r,
const matrix< float > &  g,
const matrix< float > &  I,
image pixel 
) const [virtual]

merge the chromacity channels r and g and intensity channel into a pixel

Parameters:
r the chromacity value
g the chromacity value
I the intensity value
pixel the pixel to be splitted

Implements lti::mergeImage.

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

returns a pointer to a clone of the functor.

Implements lti::functor.

virtual const char* lti::mergergIToImage::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