Search Results for

    Show / Hide Table of Contents

    Class Aed.AedConfiguration

    Inheritance
    Object
    Config
    Aed.AedConfiguration
    Implements
    IConfig
    Inherited Members
    Config.Loaded
    Config.ConfigPath
    Config.ConfigDirectory
    Config.GenericConfig
    Config.Item[String]
    Config.GetString(String)
    Config.GetInt(String)
    Config.GetDouble(String)
    Config.GetBool(String)
    Config.GetTimeSpan(String)
    Config.GetStringOrNull(String)
    Config.GetIntOrNull(String)
    Config.GetDoubleOrNull(String)
    Config.GetBoolOrNull(String)
    Config.GetTimeSpanOrNull(String)
    Config.TryGetString(String, String)
    Config.TryGetInt(String, Int32)
    Config.TryGetDouble(String, Double)
    Config.TryGetBool(String, Boolean)
    Config.TryGetEnum<T>(String, T)
    Config.TryGetTimeSpan(String, TimeSpan)
    Config.ToDictionary()
    Config.IConfig.InvokeLoaded()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AnalysisPrograms
    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
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    BandpassMinimum

    Declaration
    public int? BandpassMinimum { get; set; }
    Property Value
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    IncludeHitElementsInOutput

    Declaration
    public bool IncludeHitElementsInOutput { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IntensityThreshold

    Declaration
    public double IntensityThreshold { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    NoiseReductionParameter

    Declaration
    [YamlMember(Alias = "BgNoiseThreshold")]
    public double NoiseReductionParameter { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    NoiseReductionType

    Declaration
    public NoiseReductionType NoiseReductionType { get; set; }
    Property Value
    Type Description
    NoiseReductionType
    | Improve this Doc View Source

    ResampleRate

    Declaration
    public int ResampleRate { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    SmallAreaThreshold

    Declaration
    public int SmallAreaThreshold { get; set; }
    Property Value
    Type Description
    Int32

    Implements

    IConfig

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AedConfiguration()
    • Properties
      • AedEventColor
      • AedHitColor
      • BandpassMaximum
      • BandpassMinimum
      • IncludeHitElementsInOutput
      • IntensityThreshold
      • NoiseReductionParameter
      • NoiseReductionType
      • ResampleRate
      • SmallAreaThreshold
    • Implements
    • Extension Methods
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top