Package | Description |
---|---|
net.imglib2.img.cell | |
net.imglib2.img.list |
Constructor and Description |
---|
CellImg(CellImgFactory<T> factory,
CellGrid grid,
ListImg<Cell<A>> imgOfCells,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
ListImg<T> |
ListImg.copy() |
ListImg<T> |
ListImgFactory.create(Dimensions dimensions) |
ListImg<T> |
ListImgFactory.create(int[] dimensions) |
ListImg<T> |
ListImgFactory.create(long... dimensions) |
ListImg<T> |
ListImgFactory.create(long[] dim,
T type)
Deprecated.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.