[mmSedisk] [Up] [mmSerot] Structuring Elements

mmSeline
Create a line structuring element.

Synopsis

Strel mmSeline ( const Double& l = 3, const Double& theta = 0 );

Input

l Double [ Non-negative integer. ]

Default: 3

theta Double

(degrees, clockwise)

Default: 0

Description

mmSeline creates a structuring element B that is a line segment that has an extremity at the origin, length l and angle theta (0 degrees is east direction, clockwise). If l=0, it generates the origin.

Equation

See also

mmSedisk Create a disk or a semi-sphere structuring element.
mmSebox Create a box structuring element.
mmSecross Diamond structuring element and elementary 3x3 cross.
mmImg2se Create a structuring element from a pair of images.
mmDil Dilate an image by a structuring element.
mmSeshow Display a structuring element as an image.
[mmSedisk] [Up] [mmSerot]