Package | Description |
---|---|
net.imglib2.img.array | |
net.imglib2.img.basictypeaccess.array | |
net.imglib2.img.planar |
Modifier and Type | Method and Description |
---|---|
static ArrayImg<NativeBoolType,BooleanArray> |
ArrayImgs.booleans(boolean[] array,
long... dim)
|
static ArrayImg<NativeBoolType,BooleanArray> |
ArrayImgs.booleans(long... dim)
|
Modifier and Type | Method and Description |
---|---|
BooleanArray |
BooleanArray.createArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
static PlanarImg<NativeBoolType,BooleanArray> |
PlanarImgs.booleans(long... dim)
|
Copyright © 2015–2022 ImgLib2. All rights reserved.