Image operator for any image operator classes. More...
#include <ImageOperator.h>
Public Member Functions | |
ImageOperator () | |
virtual | ~ImageOperator () |
Image operator for any image operator classes.
Image operator for any triple of image classes (in, (out1,out2))
Image operator for any pair of image classes (in, out)
Image operator for any triple of image classes ((in1,in2), out)
Image operator for an 8-bit gray level image.
Definition at line 13 of file ImageOperator.h.
Default constructor.
Definition at line 5 of file ImageOperator.cpp.
ImageOperator::~ImageOperator | ( | ) | [virtual] |
Destructor
Definition at line 10 of file ImageOperator.cpp.