Class DLDetectionPlotInfoFX


public class DLDetectionPlotInfoFX extends RawClipDataInfo
Allows the deep learning results to be plotted on the TD display.
Author:
Jamie Macaulay
  • Field Details Link icon

    • iconResourcePath Link icon

      protected static String iconResourcePath
  • Constructor Details Link icon

  • Method Details Link icon

    • getSpectrogram Link icon

      public double[][] getSpectrogram(PamDataUnit pamDataUnit, int iChan)
      Description copied from class: RawClipDataInfo
      Get the spectrogram for a raw clip.
      Overrides:
      getSpectrogram in class RawClipDataInfo
      Parameters:
      pamDataUnit - - the pam data unit. Should implement RawDataHolder.
      iChan - - the channel click
      Returns:
      the double
    • makeIcon Link icon

      protected static javafx.scene.Node makeIcon(URL icon)