#include <quotientImage.h>
Inheritance diagram for iptk::QuotientImage:


Look at iptk::ArithmeticImage for more information on usage of this class.
Public Member Functions | |
| QuotientImage (void) | |
| Default Constructor. This constructor does nothing than creating an QuotientImage object. | |
| QuotientImage (const QuotientImage &ai) | |
| Copy Constructor. | |
| virtual | ~QuotientImage () |
| Destructor. | |
| void | evaluate (void) |
| The function which does the actual evaluation of the quotient image when the left image is divided by the right 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 quotient image when the left image is divided by the right image.
Look at Implements iptk::ArithmeticImage. |
1.3.7