Click or drag to resize

Settings Class

Adjusts the Magic Wand settings.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Overlays.MagicWandMagicWandCommand
            MediaCy.Commands.Overlays.MagicWandSettings

Namespace:  MediaCy.Commands.Overlays.MagicWand
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class Settings
	Inherits MagicWandCommand

The Settings type exposes the following members.

Constructors
  NameDescription
Public methodSettings
Initializes a new instance of the Settings class
Public methodSettings(McCommand)
Initializes a new instance of the Settings class
Top
Properties
  NameDescription
Public propertyChannel0
Include or exclude Red/Hue channel in threshold operation.
Public propertyChannel1
Include or exclude Green/Saturation channel in threshold operation.
Public propertyChannel2
Include or exclude Blue/Intensity/Lightness channel in threshold operation.
Public propertyColor
Defines outline color.
Public propertyFillHoles
Automatically fill holes.
Public propertyFilter
Automatically cleanup regions with less than filter value (sq. pixels).
Public propertyIntensity0
Percentage of the intensity range used for thresholding regions (Monochrome/Red/Hue channhel).
Public propertyIntensity1
Percentage of the intensity range used for thresholding regions (Green/Saturation).
Public propertyIntensity2
Percentage of the intensity range used for thresholding regions (Blue/Intensity/Lightness).
Public propertyInterpretation
Cast the image to selected interpretation before thresholding.
Public propertyMode
Defines the mode of the tool.
Public propertyOutlineWidth
Defines outline border width color.
Public propertySmoothing
Post-filtering of the outline (0 - no filtering, 9 - high degree of smoothing).
Top
Remarks