artifact_morphology library
This library is part of the Textify package. Provides morphological operations: dilation, erosion, and decorative element removal.
Extensions
- ArtifactMorphologyExt on Artifact
- Extension that adds morphological convenience methods to Artifact.
Functions
-
dilateArtifact(
{required Artifact matrixImage, required int kernelSize}) → Artifact - Applies dilation morphological operation to a binary image.