Package | Description |
---|---|
mpicbg.imglib.algorithm.histogram | |
mpicbg.imglib.algorithm.histogram.arbitrary | |
mpicbg.imglib.algorithm.histogram.discrete |
Modifier and Type | Method and Description |
---|---|
HistogramBin<T> |
HistogramBinFactory.createBin(T type)
Create a
HistogramBin corresponding to the give Type ,
in the sense that for the purposes of the Histogram class,
the given Type would be binned into the returned HistogramBin. |
HistogramBin<T> |
Histogram.getBin(HistogramKey<T> key)
Returns the bin corresponding to a given
HistogramKey . |
HistogramBin<T> |
Histogram.getBin(T t)
Returns the bin corresponding to a given
Type . |
Modifier and Type | Class and Description |
---|---|
class |
RealHistogramBinFactory.RealHistogramBin |
Modifier and Type | Method and Description |
---|---|
HistogramBin<T> |
RealHistogramBinFactory.createBin(T type) |
Modifier and Type | Class and Description |
---|---|
class |
DiscreteIntHistogramBinFactory.DiscreteIntHistogramBin |
Modifier and Type | Method and Description |
---|---|
HistogramBin<T> |
DiscreteIntHistogramBinFactory.createBin(T type) |
Copyright © 2015–2021 Fiji. All rights reserved.