[mmGdist] [Up] [mmFlood] Connected Operators

mmClohole
Close holes of binary and gray-scale images.

Synopsis

Image mmClohole ( const Image& f , const Strel& Bc = NullStrel );

Input

f Image [ Gray-scale (uint8 or uint16) or binary image ]

Bc Structuring Element

( connectivity).

Default: NullStrel (3x3 elementary cross)

Output

y Image

(same datatype of f).

Description

mmClohole creates the image y by closing the holes of the image f, according with the connectivity defined by the structuring element Bc.The images can be either binary or gray-scale.

Equation

See also

mmInfrec Inf-reconstruction.
mmFrame Create a frame image.
mmSecross Diamond structuring element and elementary 3x3 cross.
mmAreaclose Area closing
[mmGdist] [Up] [mmFlood]