Click or drag to resize

Erode Class

Applies a morphological erosion filter to an image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.CommandsImageOperatorCommandObject, Object
            MediaCy.CommandsSplittableImageOperatorCommandObject, Object
              MediaCy.Commands.FiltersMcFilter
                MediaCy.Commands.Filters.MorphologicalErode

Namespace:  MediaCy.Commands.Filters.Morphological
Assembly:  MediaCy.Commands.Filters (in MediaCy.Commands.Filters.dll) Version: 3.1.0.0
Syntax
VB
Public Class Erode
	Inherits McFilter

The Erode type exposes the following members.

Properties
  NameDescription
Public propertyPasses
Number of times to apply the filter.
Public propertyShape
Shape of the filter.
Top
Remarks