public class HistogramPlot extends Object
Constructor and Description |
---|
HistogramPlot(double[] nH,
String title) |
HistogramPlot(PiecewiseLinearCdf cdf,
String title) |
Modifier and Type | Method and Description |
---|---|
void |
show() |
static void |
showCumHistogram(ij.process.ImageProcessor ip,
String title) |
static void |
showHistogram(ij.process.ImageProcessor ip,
String title) |
public HistogramPlot(double[] nH, String title)
public HistogramPlot(PiecewiseLinearCdf cdf, String title)
Copyright © 2015–2021 Fiji. All rights reserved.