Class ComputePercentileThreshold<T extends RealType<T>>

    • Constructor Detail

      • ComputePercentileThreshold

        public ComputePercentileThreshold()
    • Method Detail

      • computeBin

        public static long computeBin​(long[] histogram)
        W. Doyle,"Operation useful for similarity-invariant pattern recognition,"
        Journal of the Association for Computing Machinery, vol. 9,pp.
        259-267,
        1962.
        ported to ImageJ plugin by G.Landini from Antti Niemisto's Matlab
        code
        (relicensed BSD 2-12-13)
        Original Matlab code Copyright (C) 2004 Antti Niemisto
        See http://www.cs.tut.fi/~ant/histthresh/ for an excellent slide
        presentation and the original Matlab code.