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

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 ()
mergeImagecopy (const mergeImage &other)
mergeImageoperator= (const mergeImage &other)
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]
virtual bool lti::mergeImage::apply ( const float &  c1,
const float &  c2,
const float &  c3,
rgbPixel pixel 
) const [pure virtual]
virtual bool lti::mergeImage::apply ( const channel8 c1,
const channel8 c2,
const channel8 c3,
image img 
) const [pure virtual]
virtual bool lti::mergeImage::apply ( const matrix< float > &  c1,
const matrix< float > &  c2,
const matrix< float > &  c3,
image img 
) const [pure virtual]
mergeImage& lti::mergeImage::copy ( const mergeImage other  ) 

Copy operator.

Reimplemented from lti::functor.

Reimplemented in lti::mergeYCbCrToImage, lti::mergeYPbPrToImage, and lti::mergeYUVToImage.

virtual const char* lti::mergeImage::getTypeName (  )  const [virtual]
mergeImage& lti::mergeImage::operator= ( const mergeImage other  ) 

Copy operator.

Reimplemented from lti::functor.

Reimplemented in lti::mergeYCbCrToImage, lti::mergeYPbPrToImage, and lti::mergeYUVToImage.


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