Class AlgorithmTProcess.CalculateT

java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmTProcess.CalculateT
Direct Known Subclasses:
AlgorithmTreT1.CalculateT1
Enclosing class:
AlgorithmTProcess

protected abstract class AlgorithmTProcess.CalculateT extends Object
  • Field Details

    • width

      protected int width
    • height

      protected int height
    • t

      protected int t
    • dataBar

      protected ViewJProgressBar dataBar
  • Constructor Details

    • CalculateT

      public CalculateT(int t)
  • Method Details

    • calculateThreshold

      protected float calculateThreshold(ModelImage image, int k)
      Performs smart thresholding for the given image at at certain slice k
      Parameters:
      image -
      k -
      Returns:
    • initializeLocalImages

      protected abstract void initializeLocalImages(ModelImage image)