Package | Description |
---|---|
mpicbg.imglib.algorithm.histogram | |
mpicbg.imglib.algorithm.histogram.arbitrary | |
mpicbg.imglib.algorithm.histogram.discrete |
Constructor and Description |
---|
Histogram(HistogramBinFactory<T> factory,
Cursor<T> c)
Create a Histogram using the given factory, calculating from the given
Cursor.
|
HistogramKey(int hc,
T t,
HistogramBinFactory<T> factory)
Create a HistogramKey with hash code hc, representative t, and
HistogramBinFactory factory.
|
Modifier and Type | Class and Description |
---|---|
class |
RealHistogramBinFactory<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DiscreteIntHistogramBinFactory<T extends IntegerType<T>>
A HistogramBinFactory to be used to create a discrete Histogram over
integer-valued Type's.
|
Copyright © 2015–2021 Fiji. All rights reserved.