CellImg<T,A> |
CellImg.copy() |
CellImg<T,?> |
CellImgFactory.create(long[] dim,
T type) |
CellImg<T,ByteArray> |
CellImgFactory.createByteInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,CharArray> |
CellImgFactory.createCharInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,DoubleArray> |
CellImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,FloatArray> |
CellImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,IntArray> |
CellImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,LongArray> |
CellImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
CellImg<T,ShortArray> |
CellImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |