Class ContentVisualization
Inheritance
ContentVisualization
Assembly: AudioAnalysisTools.dll
Syntax
public static class ContentVisualization
Methods
|
Improve this Doc
View Source
DrawLdfcSpectrogramWithContentScoreTracks(Image<Rgb24>, List<Plot>)
Declaration
public static Image DrawLdfcSpectrogramWithContentScoreTracks(Image<Rgb24> ldfcSpectrogram, List<Plot> contentScores)
Parameters
Type |
Name |
Description |
SixLabors.ImageSharp.Image<SixLabors.ImageSharp.PixelFormats.Rgb24> |
ldfcSpectrogram |
|
List<Plot> |
contentScores |
|
Returns
Type |
Description |
SixLabors.ImageSharp.Image |
|
|
Improve this Doc
View Source
DrawNormalisedIndexMatrices(DirectoryInfo, String, Dictionary<String, Double[,]>)
Can be used for visual checking and debugging purposes.
Declaration
public static void DrawNormalisedIndexMatrices(DirectoryInfo dir, string baseName, Dictionary<string, double[, ]> dictionary)
Parameters