Search Results for

    Show / Hide Table of Contents

    Class ContentVisualization

    Inheritance
    Object
    ContentVisualization
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools.ContentDescriptionTools
    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
    Type Name Description
    DirectoryInfo dir
    String baseName
    Dictionary<String, Double[,]> dictionary
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top