Search Results for

    Show / Hide Table of Contents

    Class EventPostProcessing

    Inheritance
    Object
    EventPostProcessing
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools.Events.Types
    Assembly: AudioAnalysisTools.dll
    Syntax
    public static class EventPostProcessing

    Methods

    | Improve this Doc View Source

    PostProcessingOfSpectralEvents(List<EventCommon>, EventPostProcessing.PostProcessingConfig, BaseSonogram, TimeSpan)

    This method post-processes a set of acoustic events that have been detected by all profiles at the passed decibel threshold.

    Declaration
    public static List<EventCommon> PostProcessingOfSpectralEvents(List<EventCommon> newEvents, EventPostProcessing.PostProcessingConfig postprocessingConfig, BaseSonogram spectrogram, TimeSpan segmentStartOffset)
    Parameters
    Type Name Description
    List<EventCommon> newEvents

    A list of events before post-processing.

    EventPostProcessing.PostProcessingConfig postprocessingConfig

    The config file to be used for post-processing.

    BaseSonogram spectrogram

    A spectrogram of the events.

    TimeSpan segmentStartOffset

    Time in seconds since beginning of the recording.

    Returns
    Type Description
    List<EventCommon>

    A list of events after post-processing.

    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top