Class AlgorithmTProcess.CalculateT

    • Field Detail

      • width

        protected int width
      • height

        protected int height
      • t

        protected int t
    • Constructor Detail

      • CalculateT

        public CalculateT​(int t)
    • Method Detail

      • 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)