Package | Description |
---|---|
mpicbg.imglib.algorithm.histogram | |
mpicbg.imglib.algorithm.histogram.arbitrary | |
mpicbg.imglib.algorithm.histogram.discrete |
Modifier and Type | Method and Description |
---|---|
HistogramKey<T> |
HistogramBinFactory.createKey(T type)
|
HistogramKey<T> |
HistogramBin.getKey()
Gets a HistogramKey that may be used to key this HistogramBin into a
hash table.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<HistogramKey<T>> |
Histogram.getKeys()
Returns an ArrayList containing the
HistogramKey s generated
when calculating this Histogram. |
Modifier and Type | Method and Description |
---|---|
HistogramBin<T> |
Histogram.getBin(HistogramKey<T> key)
Returns the bin corresponding to a given
HistogramKey . |
Constructor and Description |
---|
HistogramBin(T t,
HistogramKey<T> k)
Create a HistogramBin centered at t, and keyed by
HistogramKey k.
|
Modifier and Type | Method and Description |
---|---|
HistogramKey<T> |
RealHistogramBinFactory.createKey(T type) |
Constructor and Description |
---|
RealHistogramBin(T t,
HistogramKey<T> k) |
Modifier and Type | Method and Description |
---|---|
HistogramKey<T> |
DiscreteIntHistogramBinFactory.createKey(T type) |
Constructor and Description |
---|
DiscreteIntHistogramBin(T t,
HistogramKey<T> k) |
Copyright © 2015–2021 Fiji. All rights reserved.