Package | Description |
---|---|
mpicbg.imglib.io | |
mpicbg.imglib.type | |
mpicbg.imglib.type.numeric.integer | |
mpicbg.imglib.wrapper |
Modifier and Type | Method and Description |
---|---|
static Image<ByteType> |
LOCI.openLOCIByteType(String fileName,
ContainerFactory factory) |
static Image<ByteType> |
LOCI.openLOCIByteType(String fileName,
ImageFactory<ByteType> factory) |
static Image<ByteType> |
LOCI.openLOCIByteType(String path,
String fileName,
ContainerFactory factory) |
static Image<ByteType> |
LOCI.openLOCIByteType(String path,
String fileName,
ImageFactory<ByteType> factory) |
static Image<ByteType> |
LOCI.openLOCIByteType(String path,
String fileName,
ImageFactory<ByteType> factory,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
static Image<ByteType> |
LOCI.openLOCIByteType(String fileName,
ImageFactory<ByteType> factory) |
static Image<ByteType> |
LOCI.openLOCIByteType(String path,
String fileName,
ImageFactory<ByteType> factory) |
static Image<ByteType> |
LOCI.openLOCIByteType(String path,
String fileName,
ImageFactory<ByteType> factory,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
static <A extends Type<A>> |
TypeConverter.getTypeConverter(ByteType in,
A output) |
Modifier and Type | Method and Description |
---|---|
ByteType |
ByteType.copy() |
ByteType[] |
ByteType.createArray1D(int size1) |
ByteType[][] |
ByteType.createArray2D(int size1,
int size2) |
ByteType[][][] |
ByteType.createArray3D(int size1,
int size2,
int size3) |
ByteType |
ByteType.createVariable() |
ByteType |
ByteType.duplicateTypeOnSameDirectAccessContainer() |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<ByteType,? extends ByteAccess> |
ByteType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Constructor and Description |
---|
ByteType(DirectAccessContainer<ByteType,? extends ByteAccess> byteStorage) |
Modifier and Type | Method and Description |
---|---|
static Image<ByteType> |
ImgLib2.wrapArrayByteToImgLib1(Img<ByteType> img)
|
static Image<ByteType> |
ImgLib2.wrapByteToImgLib1(Img<ByteType> img)
|
static Image<ByteType> |
ImgLib2.wrapCellByteToImgLib1(Img<ByteType> img)
|
Modifier and Type | Method and Description |
---|---|
static Img<ByteType> |
ImgLib1.wrapArrayByteToImgLib2(Image<ByteType> image)
|
static Img<ByteType> |
ImgLib1.wrapByteToImgLib2(Image<ByteType> image)
|
static Img<ByteType> |
ImgLib1.wrapCellByteToImgLib2(Image<ByteType> image)
|
Copyright © 2015–2021 Fiji. All rights reserved.