Package | Description |
---|---|
net.imglib2.img.cell |
Modifier and Type | Method and Description |
---|---|
CellImg<T,A> |
CellImg.copy() |
CellImg<T,?> |
CellImgFactory.create(Dimensions dimensions) |
CellImg<T,?> |
CellImgFactory.create(int[] dimensions) |
CellImg<T,?> |
CellImgFactory.create(long... dimensions) |
CellImg<T,?> |
CellImgFactory.create(long[] dimensions,
T type)
Deprecated.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.