Interface BinaryMorphologyOperator

All Known Implementing Classes:
BinaryClosing, BinaryDilation, BinaryErosion, BinaryMorphologyFilter, BinaryOpening, BinaryOutline, BinaryThinning

public interface BinaryMorphologyOperator
Common interface for all binary morphological operators.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Applies this morphological operator to the specified image (destructively, that is, the image is modified).
  • Method Details

    • applyTo

      Applies this morphological operator to the specified image (destructively, that is, the image is modified).
      Parameters:
      bp - the image the operator is applied to