CrImage::Util::StructuringElement
Inherits Enum / Comparable / Value / Object
Structuring element shapes for morphological operations.
The structuring element defines which neighboring pixels are considered during morphological operations:
Rectangle: All pixels in a square region (most common)Cross: Only pixels in horizontal and vertical linesEllipse: Circular/elliptical region for smoother results
Constants
Rectangle = 0
Cross = 1
Ellipse = 2