Uses of Class
net.imglib2.img.cell.CellImg
-
Packages that use CellImg Package Description net.imglib2.img.cell -
-
Uses of CellImg in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return CellImg Modifier and Type Method Description 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)
-