Class BlobEvent
An acoustic event that also includes data about the content identified by the event.
Assembly: AudioAnalysisTools.dll
public class BlobEvent : SpectralEvent, IComparable<ResultBase>, IComparable, IDrawableEvent, ISpectralEvent, ISpectralBand, ITemporalEvent, IInstantEvent, IPointData
Constructors
|
Improve this Doc
View Source
Declaration
Properties
|
Improve this Doc
View Source
Declaration
public ICollection<ISpectralPoint> Points { get; }
Property Value
Methods
|
Improve this Doc
View Source
Draw(IImageProcessingContext, EventRenderingOptions)
Declaration
public override void Draw(IImageProcessingContext graphics, EventRenderingOptions options)
Parameters
Type |
Name |
Description |
SixLabors.ImageSharp.Processing.IImageProcessingContext |
graphics |
|
EventRenderingOptions |
options |
|
Overrides
|
Improve this Doc
View Source
Declaration
public static (List<EventCommon> Events, List<Plot> DecibelPlots) GetBlobEvents(SpectrogramStandard spectrogram, BlobParameters bp, double? decibelThreshold, TimeSpan segmentStartOffset, string profileName)
Parameters
Returns
Implements
Extension Methods