#include <rainfallingWatershed.h>
Inheritance diagram for iptk::RainfallingWatershed:
It is derived from the generic base class iptk::RegionExtractor. See the documentation of iptk::RegionExtractor for more information.
Public Member Functions | |
RainfallingWatershed (void) | |
Default Constructor. | |
RainfallingWatershed (const Image &im) | |
Image registering constructor. | |
RainfallingWatershed (const RainfallingWatershed &rw) | |
Copy Constructor. | |
~RainfallingWatershed () | |
Destructor. | |
virtual void | process (void) |
The function which does the actual extraction of the watershed transform. |
|
Default Constructor.
An object created using the default constructor should set the image by using the |
|
Image registering constructor. The image is automatically registered at the construction stage. |
|
The function which does the actual extraction of the watershed transform.
The extracted list of regions, region map and the resulting segmented image, can all be accessed using the respective Implements iptk::RegionExtractor. |