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

lti::mergeHSVToImage Class Reference
[Color Analysis]

Merge HSV channels (Hue, Saturation, Value). More...

#include <ltiMergeHSVToImage.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Merge HSV channels (Hue, Saturation, Value).


Member Function Documentation

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

merge the hue value H, saturation S and value value V into a pixel

Parameters:
H the hue value
S the saturation value
V the value value
pixel the merged pixel

Implements lti::mergeImage.

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

merge the hue value H, saturation S and value value V into a pixel

Parameters:
H the hue value
S the saturation value
V the value value
pixel the merged pixel

Implements lti::mergeImage.

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

merge the hue channel H, saturation S and value channel V into an image

Parameters:
H the hue channel
S the saturation channel
V the value channel
img the merged image

Implements lti::mergeImage.

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

merge the hue channel H, saturation S and value channel V into an image

Parameters:
H the hue channel
S the saturation channel
V the value channel
img the merged image

Implements lti::mergeImage.

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

returns a poinbter to a clone of the functor

Implements lti::functor.

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