Class Segment
Assembly: AnalysisPrograms.dll
Syntax
Fields
|
Improve this Doc
View Source
CommandName
Declaration
public const string CommandName = "Segment"
Field Value
|
Improve this Doc
View Source
EventsFile
Declaration
public static string EventsFile
Field Value
|
Improve this Doc
View Source
Key_DRAW_SONOGRAMS
Declaration
public static string Key_DRAW_SONOGRAMS
Field Value
|
Improve this Doc
View Source
Key_FRAME_OVERLAP
Declaration
public static string Key_FRAME_OVERLAP
Field Value
|
Improve this Doc
View Source
Key_MAX_DURATION
Declaration
public static string Key_MAX_DURATION
Field Value
|
Improve this Doc
View Source
Key_MAX_HZ
Declaration
public static string Key_MAX_HZ
Field Value
|
Improve this Doc
View Source
Key_MIN_DURATION
Declaration
public static string Key_MIN_DURATION
Field Value
|
Improve this Doc
View Source
Key_MIN_HZ
Declaration
public static string Key_MIN_HZ
Field Value
|
Improve this Doc
View Source
Key_SMOOTH_WINDOW
Declaration
public static string Key_SMOOTH_WINDOW
Field Value
|
Improve this Doc
View Source
Key_THRESHOLD
Declaration
public static string Key_THRESHOLD
Field Value
Methods
|
Improve this Doc
View Source
Declaration
public static void DrawSonogram(BaseSonogram sonogram, string path, List<AcousticEvent> predictedEvents, double eventThreshold, double[] segmentation)
Parameters
|
Improve this Doc
View Source
Execute(Segment.Arguments)
Declaration
public static void Execute(Segment.Arguments arguments)
Parameters
|
Improve this Doc
View Source
Execute_Segmentation(FileInfo, Int32, Int32, Double, Double, Double, Double, Double)
Declaration
public static Tuple<BaseSonogram, List<AcousticEvent>, double, double, double, double[]> Execute_Segmentation(FileInfo wavPath, int minHz, int maxHz, double frameOverlap, double smoothWindow, double thresholdSD, double minDuration, double maxDuration)
Parameters
Returns
Extension Methods