#include <strel.h>
Inheritance diagram for iptk::Strel:
The structuring element is used in the implmentation of various of morphological image processing functions provided by the Improla library.
Public Member Functions | |
Strel (const StrelType &st, const gutk::Size &s, const gutk::Point &origin) | |
Constructor. | |
Strel (const Strel &s) | |
Copy constructor. | |
virtual | ~Strel () |
Destructor. | |
gutk::Point | getOrigin (void) |
Returns the origin of structure element. |
|
Constructor. A default constructor is not explicitly provided and is advised that the user use this constructor always. A destructor is also not explicitly provided for this class. |
|
Copy constructor. This is a reference copier only. i.e, an object initialised using this constructor shares data with the parameter s. |
|
Destructor. Does nothing. |
|
Returns the origin of structure element. The origin is returned as a Point object previously set at the time of construction. |