Click or drag to resize

MeanCommandPower Property

Gets or sets the a non-zero integer that controls power for the Yp mean filter.

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int Power { get; set; }

Property Value

Type: Int32
A non-zero integer that controls power for the Yp mean filter.
Exceptions
ExceptionCondition
Thrown if value is equal to 0.
Remarks
Ignored if meanType is not MeanFilterType.Yp.,power lt; 0, removes positive outliers ,power gt; 0, removes negative outliers
See Also