Appearance
type MorphOperation = "erode" | "dilate" | "open" | "close";
Defined in: src/spatial/ISpatialFilter.ts:38
Morphological operation types