Class AutoThresholdParmameters

java.lang.Object
qupath.ext.braian.config.AutoThresholdParmameters

public class AutoThresholdParmameters extends Object
  • Constructor Details

    • AutoThresholdParmameters

      public AutoThresholdParmameters()
  • Method Details

    • getResolutionLevel

      public int getResolutionLevel()
    • setResolutionLevel

      public void setResolutionLevel(int resolutionLevel)
    • getSmoothWindowSize

      public int getSmoothWindowSize()
    • setSmoothWindowSize

      public void setSmoothWindowSize(int smoothWindowSize)
    • getPeakProminence

      public double getPeakProminence()
    • setPeakProminence

      public void setPeakProminence(double peakProminence)
    • getnPeak

      public int getnPeak()
    • setnPeak

      public void setnPeak(int nPeak)