Package | Description |
---|---|
net.imglib2.histogram | |
net.imglib2.img.array | |
net.imglib2.img.planar | |
net.imglib2.type.numeric.integer |
Modifier and Type | Method and Description |
---|---|
LongType |
HistogramNd.firstElement() |
LongType |
DiscreteFrequencyDistribution.firstElement() |
LongType |
Histogram1d.firstElement() |
Modifier and Type | Method and Description |
---|---|
Cursor<LongType> |
HistogramNd.cursor() |
Cursor<LongType> |
DiscreteFrequencyDistribution.cursor() |
Cursor<LongType> |
Histogram1d.cursor() |
ImgFactory<LongType> |
HistogramNd.factory() |
ImgFactory<LongType> |
DiscreteFrequencyDistribution.factory() |
ImgFactory<LongType> |
Histogram1d.factory() |
Iterator<LongType> |
HistogramNd.iterator() |
Iterator<LongType> |
DiscreteFrequencyDistribution.iterator() |
Iterator<LongType> |
Histogram1d.iterator() |
Cursor<LongType> |
HistogramNd.localizingCursor() |
Cursor<LongType> |
DiscreteFrequencyDistribution.localizingCursor() |
Cursor<LongType> |
Histogram1d.localizingCursor() |
RandomAccess<LongType> |
HistogramNd.randomAccess() |
RandomAccess<LongType> |
DiscreteFrequencyDistribution.randomAccess() |
RandomAccess<LongType> |
Histogram1d.randomAccess() |
RandomAccess<LongType> |
HistogramNd.randomAccess(Interval interval) |
RandomAccess<LongType> |
DiscreteFrequencyDistribution.randomAccess(Interval interval) |
RandomAccess<LongType> |
Histogram1d.randomAccess(Interval interval) |
Constructor and Description |
---|
DiscreteFrequencyDistribution(Img<LongType> img)
Construct an n-dimensional counter using a provided
Img<LongType> to
store counts. |
Modifier and Type | Method and Description |
---|---|
static <A extends LongAccess> |
ArrayImgs.longs(A access,
long... dim)
|
static ArrayImg<LongType,LongArray> |
ArrayImgs.longs(long... dim)
|
static ArrayImg<LongType,LongArray> |
ArrayImgs.longs(long[] array,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<LongType,LongArray> |
PlanarImgs.longs(long... dim)
|
Modifier and Type | Method and Description |
---|---|
LongType |
LongType.copy() |
LongType |
LongType.createVariable() |
LongType |
LongType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeImg<LongType,? extends LongAccess> |
LongType.createSuitableNativeImg(NativeImgFactory<LongType> storageFactory,
long[] dim) |
Modifier and Type | Method and Description |
---|---|
int |
LongType.compareTo(LongType c) |
Modifier and Type | Method and Description |
---|---|
NativeImg<LongType,? extends LongAccess> |
LongType.createSuitableNativeImg(NativeImgFactory<LongType> storageFactory,
long[] dim) |
Copyright © 2009–2017 ImgLib2. All rights reserved.