[mmHmin] [Up] [mmCbisector] Residues

mmEdgeoff
Eliminate the objects that hit the image frame.

Synopsis

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

Input

f Image [ Binary image ]

Bc Structuring Element

( connectivity)

Default: NullStrel (3x3 elementary cross)

Output

y Image [ Binary image ]

Description

mmEdgeoff creates the binary image y by eliminating the objects (connected components) of the binary image f that hit the image frame, according to the connectivity defined by the structuring element Bc.

Equation

See also

mmFrame Create a frame image.
mmInfrec Inf-reconstruction.
[mmHmin] [Up] [mmCbisector]