Class EventPostProcessing
Inherited Members
Namespace: AudioAnalysisTools.Events.Types
Assembly: AudioAnalysisTools.dll
Syntax
public static class EventPostProcessing
Methods
| Improve this Doc View SourcePostProcessingOfSpectralEvents(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<Event |
newEvents | A list of events before post-processing. |
| Event |
postprocessingConfig | The config file to be used for post-processing. |
| Base |
spectrogram | A spectrogram of the events. |
| Time |
segmentStartOffset | Time in seconds since beginning of the recording. |
Returns
| Type | Description |
|---|---|
| List<Event |
A list of events after post-processing. |