Class Aed.AedConfiguration
Inheritance
Aed.AedConfiguration
Assembly: AnalysisPrograms.dll
Syntax
[YamlTypeTag(typeof(Aed.AedConfiguration), "AedParameters")]
public class AedConfiguration : Config, IConfig
Constructors
|
Improve this Doc
View Source
AedConfiguration()
Declaration
public AedConfiguration()
Properties
|
Improve this Doc
View Source
AedEventColor
Declaration
public Color AedEventColor { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Color |
|
|
Improve this Doc
View Source
AedHitColor
Declaration
public Color AedHitColor { get; set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.Color |
|
|
Improve this Doc
View Source
BandpassMaximum
Declaration
public int? BandpassMaximum { get; set; }
Property Value
|
Improve this Doc
View Source
BandpassMinimum
Declaration
public int? BandpassMinimum { get; set; }
Property Value
|
Improve this Doc
View Source
IncludeHitElementsInOutput
Declaration
public bool IncludeHitElementsInOutput { get; set; }
Property Value
|
Improve this Doc
View Source
IntensityThreshold
Declaration
public double IntensityThreshold { get; set; }
Property Value
|
Improve this Doc
View Source
NoiseReductionParameter
Declaration
[YamlMember(Alias = "BgNoiseThreshold")]
public double NoiseReductionParameter { get; set; }
Property Value
|
Improve this Doc
View Source
NoiseReductionType
Declaration
public NoiseReductionType NoiseReductionType { get; set; }
Property Value
|
Improve this Doc
View Source
ResampleRate
Declaration
public int ResampleRate { get; set; }
Property Value
|
Improve this Doc
View Source
SmallAreaThreshold
Declaration
public int SmallAreaThreshold { get; set; }
Property Value
Implements
Extension Methods