Skip to content

Type Alias: MorphOperation

ts
type MorphOperation = "erode" | "dilate" | "open" | "close";

Defined in: src/spatial/ISpatialFilter.ts:38

Morphological operation types

Released under the MIT License.