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

lti::mergeCIELuvToImage Class Reference
[Color Analysis]

Merge CIE Luv channel into an color image. More...

#include <ltiMergeCIELuvToImage.h>

Inheritance diagram for lti::mergeCIELuvToImage:
Inheritance graph
[legend]
Collaboration diagram for lti::mergeCIELuvToImage:
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 float &c1, const float &c2, const float &c3, rgbPixel &pixel) const

Protected Member Functions

virtual bool apply (const channel8 &c1, const channel8 &c2, const channel8 &c3, image &img) const
virtual bool apply (const ubyte &c1, const ubyte &c2, const ubyte &c3, rgbPixel &pixel) const

Detailed Description

Merge CIE Luv channel into an color image.


Member Function Documentation

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

on-copy operator for 8-bit values.

expects positive values !

See also:
splitImageToCIELuv operation

Implements lti::mergeImage.

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

on-copy operator for 8-bit channels.

expects positive values !

See also:
splitImageToCIELuv operation

Implements lti::mergeImage.

virtual bool lti::mergeCIELuvToImage::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::mergeCIELuvToImage::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::mergeCIELuvToImage::clone (  )  const [virtual]

returns a poinbter to a clone of the functor

Implements lti::functor.

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