Class GroundParrotRecogniser
The ground parrot recognizer.
Inheritance
GroundParrotRecogniser
Assembly: AnalysisPrograms.dll
Syntax
public class GroundParrotRecogniser : AbstractStrongAnalyser, IAnalyser2, ICiteable, IHasStatus
Fields
|
Improve this Doc
View Source
CommandName
Declaration
public const string CommandName = "GroundParrot"
Field Value
|
Improve this Doc
View Source
KeyNormalizedMinScore
The Key Normalized Min Score.
Declaration
public const string KeyNormalizedMinScore = "EprNormalizedMinScore"
Field Value
Properties
|
Improve this Doc
View Source
Description
Declaration
public override string Description { get; }
Property Value
Overrides
|
Improve this Doc
View Source
DisplayName
Declaration
public override string DisplayName { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Identifier
Declaration
public override string Identifier { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Status
Declaration
public override Status Status { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Analyze<T>(AnalysisSettings, SegmentSettings<T>)
Declaration
public override AnalysisResult2 Analyze<T>(AnalysisSettings analysisSettings, SegmentSettings<T> segmentSettings)
Parameters
Returns
Type Parameters
Overrides
AnalysisBase.AbstractStrongAnalyser.Analyze<T>(AnalysisBase.AnalysisSettings, AnalysisBase.SegmentSettings<T>)
|
Improve this Doc
View Source
Detect(FileInfo, Aed.AedConfiguration, Double, TimeSpan)
Declaration
public static Tuple<BaseSonogram, List<AcousticEvent>> Detect(FileInfo wavFilePath, Aed.AedConfiguration aedConfiguration, double eprNormalisedMinScore, TimeSpan segmentStartOffset)
Parameters
Returns
|
Improve this Doc
View Source
Execute(GroundParrotRecogniser.Arguments)
Declaration
public static void Execute(GroundParrotRecogniser.Arguments arguments)
Parameters
|
Improve this Doc
View Source
Declaration
public static List<AcousticEvent> ReadGroundParrotTemplateAsList(BaseSonogram sonogram)
Parameters
Returns
|
Improve this Doc
View Source
ReadGroundParrotTemplateAsMatrix(Double, Int32)
Takes the template defined by Birgit and converts it to integer bins using the user supplied time & hz scales.
Declaration
public static int[, ] ReadGroundParrotTemplateAsMatrix(double timeScale, int hzScale)
Parameters
Type |
Name |
Description |
Double |
timeScale |
seconds per frame.
|
Int32 |
hzScale |
herz per freq bin.
|
Returns
Type |
Description |
Int32[,] |
|
|
Improve this Doc
View Source
SummariseResults(AnalysisSettings, FileSegment, EventBase[], SummaryIndexBase[], SpectralIndexBase[], AnalysisResult2[])
Declaration
public override void SummariseResults(AnalysisSettings settings, FileSegment inputFileSegment, EventBase[] events, SummaryIndexBase[] indices, SpectralIndexBase[] spectralIndices, AnalysisResult2[] results)
Parameters
Overrides
|
Improve this Doc
View Source
WriteEventsFile(FileInfo, IEnumerable<EventBase>)
Declaration
public override void WriteEventsFile(FileInfo destination, IEnumerable<EventBase> results)
Parameters
Overrides
|
Improve this Doc
View Source
WriteSpectrumIndicesFiles(DirectoryInfo, String, IEnumerable<SpectralIndexBase>)
Declaration
public override List<FileInfo> WriteSpectrumIndicesFiles(DirectoryInfo destination, string fileNameBase, IEnumerable<SpectralIndexBase> results)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
WriteSummaryIndicesFile(FileInfo, IEnumerable<SummaryIndexBase>)
Declaration
public override void WriteSummaryIndicesFile(FileInfo destination, IEnumerable<SummaryIndexBase> results)
Parameters
Overrides
Implements
Extension Methods