Class LdSpectrogramDifference
Inheritance
LdSpectrogramDifference
Assembly: AudioAnalysisTools.dll
public static class LdSpectrogramDifference
Methods
|
Improve this Doc
View Source
Declaration
public static void DrawDifferenceSpectrogram(Config configuration)
Parameters
Type |
Name |
Description |
Config |
configuration |
|
|
Improve this Doc
View Source
Declaration
public static Image DrawDifferenceSpectrogram(LDSpectrogramRGB target, LDSpectrogramRGB reference, double colourGain)
Parameters
Returns
Type |
Description |
SixLabors.ImageSharp.Image |
|
|
Improve this Doc
View Source
This method compares the acoustic indices derived from two different long duration recordings of the same length.
It takes as input six csv files of acoustic indices in spectrogram columns, three csv files for each of the original recordings to be compared.
The method produces one spectrogram image files:
- A false-colour difference spectrogram, where the difference is shown as a plus/minus departure from grey.
Declaration
public static void DrawDifferenceSpectrogram(DirectoryInfo ipdir, FileInfo ipFileName1, FileInfo ipFileName2, DirectoryInfo opdir)
Parameters
|
Improve this Doc
View Source
Declaration
public static Image<Rgb24>[] DrawPositiveDifferenceSpectrograms(LDSpectrogramRGB target, LDSpectrogramRGB reference, double colourGain)
Parameters
Returns
Type |
Description |
SixLabors.ImageSharp.Image<SixLabors.ImageSharp.PixelFormats.Rgb24>[] |
|