#include <rangeImage.h>
Inheritance diagram for iptk::RangeImage:
Public Member Functions | |
RangeImage (void) | |
Default constructor. | |
RangeImage (const Image &im) | |
Image registering constructor. | |
RangeImage (const RangeImage &ri) | |
Copy constructor. | |
virtual | ~RangeImage () |
Destructor. | |
virtual void | process (void) |
The function which does the actual processing. |
|
The function which does the actual processing. The result of this function is meaningfull only after an image has been registered with the current object of this class. Implements iptk::NeighbourhoodStatisticsFilter. |