| Package | Description |
|---|---|
| net.imglib2.histogram | |
| net.imglib2.img | |
| net.imglib2.img.array | |
| net.imglib2.img.cell | |
| net.imglib2.img.list | |
| net.imglib2.img.planar | |
| net.imglib2.img.sparse | |
| net.imglib2.util |
| Modifier and Type | Method and Description |
|---|---|
ImgFactory<LongType> |
Histogram1d.factory() |
ImgFactory<LongType> |
HistogramNd.factory() |
ImgFactory<LongType> |
DiscreteFrequencyDistribution.factory() |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeImgFactory<T extends NativeType<T>>
TODO
|
| Modifier and Type | Method and Description |
|---|---|
ImgFactory<T> |
Img.factory()
Get a
ImgFactory that creates Imgs of the same kind as
this one. |
ImgFactory<T> |
ImgView.factory() |
abstract <S> ImgFactory<S> |
ImgFactory.imgFactory(S type)
Creates the same
ImgFactory for a different generic parameter if
possible. |
<S> ImgFactory<S> |
ImgFactory.imgFactory(Supplier<S> typeSupplier)
Creates the same
ImgFactory for a different generic parameter if
possible. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Type<T>> |
ImgView.wrap(RandomAccessibleInterval<T> accessible,
ImgFactory<T> factory)
Represent an arbitrary RandomAccessibleInterval as an Img
|
| Constructor and Description |
|---|
ImgView(RandomAccessibleInterval<T> in,
ImgFactory<T> fac)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayImgFactory<T extends NativeType<T>> |
| Modifier and Type | Method and Description |
|---|---|
<S> ImgFactory<S> |
ArrayImgFactory.imgFactory(S type) |
| Modifier and Type | Class and Description |
|---|---|
class |
CellImgFactory<T extends NativeType<T>>
Factory for creating
CellImgs. |
| Modifier and Type | Method and Description |
|---|---|
ImgFactory<T> |
CellImg.factory() |
ImgFactory<T> |
LazyCellImg.factory() |
ImgFactory<T> |
LazyCellImg.LazyCells.factory() |
<S> ImgFactory<S> |
CellImgFactory.imgFactory(S type) |
| Modifier and Type | Class and Description |
|---|---|
class |
ListImgFactory<T>
ImgFactory for ListImg of any type T. |
| Modifier and Type | Method and Description |
|---|---|
<S> ImgFactory<S> |
ListImgFactory.imgFactory(S type) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlanarImgFactory<T extends NativeType<T>>
Factory that creates an appropriate
PlanarImg. |
| Modifier and Type | Method and Description |
|---|---|
<S> ImgFactory<S> |
PlanarImgFactory.imgFactory(S type) |
| Modifier and Type | Class and Description |
|---|---|
class |
NtreeImgFactory<T extends NativeType<T>> |
| Modifier and Type | Method and Description |
|---|---|
ImgFactory<T> |
NtreeImg.factory() |
<S> ImgFactory<S> |
NtreeImgFactory.imgFactory(S type) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends NativeType<T>> |
Util.getArrayOrCellImgFactory(Dimensions targetSize,
int targetCellSize,
T type)
|
static <T extends NativeType<T>> |
Util.getArrayOrCellImgFactory(Dimensions targetSize,
T type)
|
Copyright © 2009–2017 ImgLib2. All rights reserved.