public class Util extends Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static double[] |
Cdf(int[] h) |
static int[] |
makeGaussianHistogram(double mean,
double sigma) |
static double[] |
normalizeHistogram(double[] h) |
static double[] |
normalizeHistogram(int[] h) |
Copyright © 2015–2021 Fiji. All rights reserved.