Package | Description |
---|---|
mpicbg.imglib.io | |
mpicbg.imglib.type.numeric.integer |
Modifier and Type | Method and Description |
---|---|
static Image<Unsigned12BitType> |
LOCI.openLOCIUnsigned12BitType(String fileName,
ContainerFactory factory) |
static Image<Unsigned12BitType> |
LOCI.openLOCIUnsigned12BitType(String fileName,
ImageFactory<Unsigned12BitType> factory) |
static Image<Unsigned12BitType> |
LOCI.openLOCIUnsigned12BitType(String path,
String fileName,
ContainerFactory factory) |
static Image<Unsigned12BitType> |
LOCI.openLOCIUnsigned12BitType(String path,
String fileName,
ContainerFactory factory,
int from,
int to) |
static Image<Unsigned12BitType> |
LOCI.openLOCIUnsigned12BitType(String path,
String fileName,
ImageFactory<Unsigned12BitType> factory) |
static Image<Unsigned12BitType> |
LOCI.openLOCIUnsigned12BitType(String path,
String fileName,
ImageFactory<Unsigned12BitType> factory,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
static Image<Unsigned12BitType> |
LOCI.openLOCIUnsigned12BitType(String fileName,
ImageFactory<Unsigned12BitType> factory) |
static Image<Unsigned12BitType> |
LOCI.openLOCIUnsigned12BitType(String path,
String fileName,
ImageFactory<Unsigned12BitType> factory) |
static Image<Unsigned12BitType> |
LOCI.openLOCIUnsigned12BitType(String path,
String fileName,
ImageFactory<Unsigned12BitType> factory,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
Unsigned12BitType |
Unsigned12BitType.copy() |
Unsigned12BitType[] |
Unsigned12BitType.createArray1D(int size1) |
Unsigned12BitType[][] |
Unsigned12BitType.createArray2D(int size1,
int size2) |
Unsigned12BitType[][][] |
Unsigned12BitType.createArray3D(int size1,
int size2,
int size3) |
Unsigned12BitType |
Unsigned12BitType.createVariable() |
Unsigned12BitType |
Unsigned12BitType.duplicateTypeOnSameDirectAccessContainer() |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<Unsigned12BitType,? extends BitAccess> |
Unsigned12BitType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Constructor and Description |
---|
Unsigned12BitType(DirectAccessContainer<Unsigned12BitType,? extends BitAccess> bitStorage) |
Copyright © 2015–2021 Fiji. All rights reserved.