Public Member Functions | Protected Member Functions
puma2::ImageToImageOperator8 Class Reference

#include <ImageToImageOperator8.h>

Inheritance diagram for puma2::ImageToImageOperator8:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ImageToImageOperator8 ()
virtual void operator() (const GrayLevelImage8 &iImg, GrayLevelImage8 &oImg)
 interface that will call apply -- can be overwritten in derived class
virtual ~ImageToImageOperator8 ()

Protected Member Functions

virtual void apply (const GrayLevelImage8 &iImg, GrayLevelImage8 &oImg)
 will be pure virtual later
virtual void checkSize (const GrayLevelImage8 &iImg, GrayLevelImage8 &oImg)

Detailed Description

Definition at line 13 of file ImageToImageOperator8.h.


Constructor & Destructor Documentation

Default constructor.

Definition at line 5 of file ImageToImageOperator8.cpp.

Destructor

Definition at line 9 of file ImageToImageOperator8.cpp.


Member Function Documentation

void ImageToImageOperator8::apply ( const GrayLevelImage8 iImg,
GrayLevelImage8 oImg 
) [protected, virtual]

will be pure virtual later

Definition at line 13 of file ImageToImageOperator8.cpp.

void ImageToImageOperator8::checkSize ( const GrayLevelImage8 iImg,
GrayLevelImage8 oImg 
) [protected, virtual]

test and adjust size of output image

Default: sizes must be equal for input and output

if output image has zero size, it will be allocated to have the same size as the input image.

other behaviour can be defined for derived operators which only have to redefine this method

Definition at line 26 of file ImageToImageOperator8.cpp.

void ImageToImageOperator8::operator() ( const GrayLevelImage8 iImg,
GrayLevelImage8 oImg 
) [virtual]

interface that will call apply -- can be overwritten in derived class

Definition at line 19 of file ImageToImageOperator8.cpp.


The documentation for this class was generated from the following files:


obj_rec_gui
Author(s): AGAS/agas@uni-koblenz.de
autogenerated on Mon Oct 6 2014 02:53:44