Package

toolkit.filtering

morphology

Permalink

package morphology

Visibility
  1. Public
  2. All

Value Members

  1. object ClosingOpening

    Permalink

    Binary morphological closing/opening with a box probe.

    Binary morphological closing/opening with a box probe.

    ClosingOpening applies a morphological closing followed by an opening of the same scale. This sequence of operations enforces smooth transitions between the two classes in the input binary image. Small regions of either black or white pixels are removed, with preference given to white pixels.

  2. object Dilate

    Permalink

    Binary morphological dilation with a box probe.

  3. object Erode

    Permalink

    Binary morphological erosion with a box probe.

Ungrouped