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

lti::mergeHSIToImage Class Reference
[Color Analysis]

Merge HSI (Hue Saturation Intensity) channels. More...

#include <ltiMergeHSIToImage.h>

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

List of all members.

Public Member Functions

 mergeHSIToImage (void)
virtual const char * getTypeName () const
virtual functorclone () const
virtual bool apply (const matrix< float > &H, const matrix< float > &S, const matrix< float > &I, image &img) const
virtual bool apply (const channel8 &H, const channel8 &S, const channel8 &I, image &img) const
virtual bool apply (const float &H, const float &S, const float &I, rgbPixel &pixel) const
virtual bool apply (const ubyte &H, const ubyte &S, const ubyte &I, rgbPixel &pixel) const

Detailed Description

Merge HSI (Hue Saturation Intensity) channels.


Constructor & Destructor Documentation

lti::mergeHSIToImage::mergeHSIToImage ( void   ) 

Constructor.


Member Function Documentation

virtual bool lti::mergeHSIToImage::apply ( const ubyte H,
const ubyte S,
const ubyte I,
rgbPixel pixel 
) const [virtual]

merge the hue value H, saturation S and intensity value I to a pixel

Parameters:
H the hue value
S the saturation value
I the intensity value
pixel the merged pixel

Implements lti::mergeImage.

virtual bool lti::mergeHSIToImage::apply ( const float &  H,
const float &  S,
const float &  I,
rgbPixel pixel 
) const [virtual]

merge the hue value H, saturation S and intensity value I to a pixel

Parameters:
H the hue value
S the saturation value
I the intensity value
pixel the merged pixel

Implements lti::mergeImage.

virtual bool lti::mergeHSIToImage::apply ( const channel8 H,
const channel8 S,
const channel8 I,
image img 
) const [virtual]

merge hue channel H, saturation S and intensity channel I to an image

Parameters:
H the hue channel
S the saturation channel
I the intensity channel
img the image to be splitted

Implements lti::mergeImage.

virtual bool lti::mergeHSIToImage::apply ( const matrix< float > &  H,
const matrix< float > &  S,
const matrix< float > &  I,
image img 
) const [virtual]

merge hue channel H, saturation S and intensity channel I to an image

Parameters:
H the hue channel
S the saturation channel
I the intensity channel
img the image to be splitted

Implements lti::mergeImage.

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

returns a pointer to a clone of the functor.

Implements lti::functor.

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

return 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