- 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 TypeMethodDescriptionvoidapplyTo(ByteProcessor bp) 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
-