LTI-Lib latest version v1.9 - last update 24 Nov 2005
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

lti::mergeImage Class Reference
[Color Analysis]

Base class for all merge image functor-classes. More...

#include <ltiMergeImage.h>

Inheritance diagram for lti::mergeImage:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

Base class for all merge image functor-classes.

These functors merge color-channels to a color image.

This is a virtual class, so you cannot instantiate it.


Constructor & Destructor Documentation

lti::mergeImage::mergeImage  )  [inline]
 

default constructor

virtual lti::mergeImage::~mergeImage  )  [inline, virtual]
 

destructor


Member Function Documentation

virtual bool lti::mergeImage::apply const ubyte c1,
const ubyte c2,
const ubyte c3,
rgbPixel pixel
const [pure virtual]
 

on-copy operator for 8-bit values

Implemented in lti::mergeCIELuvToImage, lti::mergeHLSToImage, lti::mergeHSIToImage, lti::mergeHSVToImage, lti::mergeOCPToImage, lti::mergeRGBToImage, lti::mergergIToImage, lti::mergexyYToImage, lti::mergeXYZToImage, lti::mergeYIQToImage, and lti::mergeYUVToImage.

virtual bool lti::mergeImage::apply const float &  c1,
const float &  c2,
const float &  c3,
rgbPixel pixel
const [pure virtual]
 

on-copy operator for 32-bit floating point values

Implemented in lti::mergeCIELuvToImage, lti::mergeHLSToImage, lti::mergeHSIToImage, lti::mergeHSVToImage, lti::mergeOCPToImage, lti::mergeRGBToImage, lti::mergergIToImage, lti::mergexyYToImage, lti::mergeXYZToImage, lti::mergeYIQToImage, and lti::mergeYUVToImage.

virtual bool lti::mergeImage::apply const channel8 c1,
const channel8 c2,
const channel8 c3,
image img
const [pure virtual]
 

on-copy operator for 8-bit channels

Implemented in lti::mergeCIELuvToImage, lti::mergeHLSToImage, lti::mergeHSIToImage, lti::mergeHSVToImage, lti::mergeOCPToImage, lti::mergeRGBToImage, lti::mergergIToImage, lti::mergexyYToImage, lti::mergeXYZToImage, lti::mergeYIQToImage, and lti::mergeYUVToImage.

virtual bool lti::mergeImage::apply const matrix< float > &  c1,
const matrix< float > &  c2,
const matrix< float > &  c3,
image img
const [pure virtual]
 

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

Implemented in lti::mergeCIELuvToImage, lti::mergeHLSToImage, lti::mergeHSIToImage, lti::mergeHSVToImage, lti::mergeOCPToImage, lti::mergeRGBToImage, lti::mergergIToImage, lti::mergexyYToImage, lti::mergeXYZToImage, lti::mergeYIQToImage, and lti::mergeYUVToImage.

virtual const char* lti::mergeImage::getTypeName  )  const [virtual]
 

returns the name of this type

Reimplemented from lti::functor.

Reimplemented in lti::mergeCIELuvToImage, lti::mergeHLSToImage, lti::mergeHSIToImage, lti::mergeHSVToImage, lti::mergeOCPToImage, lti::mergeRGBToImage, lti::mergergIToImage, lti::mergexyYToImage, lti::mergeXYZToImage, lti::mergeYIQToImage, and lti::mergeYUVToImage.


The documentation for this class was generated from the following file:
Generated on Thu Nov 24 16:45:31 2005 for LTI-Lib by Doxygen 1.4.4