#include <differenceImage.h>
Inheritance diagram for iptk::DifferenceImage:


Look at iptk::ArithmeticImage for more information on usage of this class.
Public Member Functions | |
| DifferenceImage (void) | |
| Default Constructor. This constructor does nothing than creating an DifferenceImage object. | |
| DifferenceImage (const DifferenceImage &ai) | |
| Copy Constructor. | |
| virtual | ~DifferenceImage () |
| Destructor. | |
| void | evaluate (void) |
| The function which does the actual evaluation of the subtraction of the right image from the left image. | |
|
|
Default Constructor.
The two operand images will have to be set using the inherited member functions, |
|
|
Copy Constructor. It is only a reference copier. |
|
|
The function which does the actual evaluation of the subtraction of the right image from the left image.
Look at Implements iptk::ArithmeticImage. |
1.3.7