SMIL 1.1.2
|
Morphological Structuring Elements. More...
Morphological Structuring Elements.
In mathematical morphology, a structuring element is a shape, used to probe or interact with a given image, with the purpose of drawing conclusions on how this shape fits or misses the shapes in the image. It is typically used in morphological operations, such as dilation, erosion, opening, and closing, as well as the hit-or-miss transform.
Modules | |
Composite Structuring Elements | |
Couples of disjoint Structuring Elements. | |
Morpho Instance - Default Structuring Element | |
Instance with default Structuring Element. | |
Classes | |
class | StrElt |
Base structuring element. More... | |
class | SquSE |
Square structuring element. More... | |
class | SquSE0 |
Square structuring element without center point. More... | |
class | HexSE |
Hexagonal structuring element. More... | |
class | HexSE0 |
Hexagonal structuring element without center point. More... | |
class | CrossSE |
Cross structuring element. More... | |
class | HorizSE |
Horizontal segment structuring element. More... | |
class | VertSE |
Vertical segment structuring element. More... | |
class | CubeSE |
3D Cubic structuring element (26 neighbors). More... | |
class | Cross3DSE |
3D Cross structuring element (6 neighbors). More... | |
class | RhombicuboctahedronSE |
Rhombicuboctahedron struturing element (80 neighbors). More... | |
class | LineSE |
LineSE - a line structuring element with arbitrary length and angle. More... | |
class | Line3DSE |
Line3DSE - 3D structuring element of arbitrary length and direction starting at the origin. More... | |
class | CenteredLineSE |
CenteredLineSE() More... | |
class | CenteredLine3DSE |
CenteredLine3DSE() - constructor. More... | |
Functions | |
StrElt | buildLineSE (int length, double theta) |
buildLineSE() - build a line structuring element with arbitrary length and angle. | |
StrElt | merge (StrElt se1, StrElt se2) |
merge() - merge two Structuring Elements | |
|
inline |
buildLineSE() - build a line structuring element with arbitrary length and angle.
The line is defined with the help of a Besenham algorithm
[in] | length | : length of the structuring element |
[in] | theta | : angle of the structuring element with the horizontal line |