Class ComputeOtsuThreshold<T extends RealType<T>>

    • Constructor Detail

      • ComputeOtsuThreshold

        public ComputeOtsuThreshold()
    • Method Detail

      • computeBin

        public static long computeBin​(long[] histogram)
        Otsu's threshold algorithm
        C++ code by Jordan Bevik <Jordan.Bevic@qtiworld.com>
        ported to ImageJ plugin by G.Landini