- 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 TypeMethodDescriptionvoid
applyTo
(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
-