Click or drag to resize

Gauss Class

Applies Gaussian filter to an image instance to blur details and reduce noise.
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.EnhancementGauss

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

The Gauss type exposes the following members.

Properties
  NameDescription
Public propertyKernelSize
Size of convolution kernel for Gaussian filter (3, 5, 7, or 9).
Public propertyPasses
Number of times to apply the filter.
Public propertyStrength
Strength is defined as a percentage of the filter effect that will be applied to the image. The case where Strength equals 100 is optimized for speed.
Top
Remarks