Modifier and Type | Method and Description |
---|---|
static Image<UnsignedByteType> |
ImagePlusAdapter.wrapByte(ij.ImagePlus imp) |
Modifier and Type | Method and Description |
---|---|
static Image<UnsignedByteType> |
ImageJFunctions.wrapByte(ij.ImagePlus imp) |
Modifier and Type | Method and Description |
---|---|
static Image<UnsignedByteType> |
LOCI.openLOCIUnsignedByteType(String fileName,
ContainerFactory factory) |
static Image<UnsignedByteType> |
LOCI.openLOCIUnsignedByteType(String fileName,
ImageFactory<UnsignedByteType> factory) |
static Image<UnsignedByteType> |
LOCI.openLOCIUnsignedByteType(String path,
String fileName,
ContainerFactory factory) |
static Image<UnsignedByteType> |
LOCI.openLOCIUnsignedByteType(String path,
String fileName,
ImageFactory<UnsignedByteType> factory) |
static Image<UnsignedByteType> |
LOCI.openLOCIUnsignedByteType(String path,
String fileName,
ImageFactory<UnsignedByteType> factory,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
static Image<UnsignedByteType> |
LOCI.openLOCIUnsignedByteType(String fileName,
ImageFactory<UnsignedByteType> factory) |
static Image<UnsignedByteType> |
LOCI.openLOCIUnsignedByteType(String path,
String fileName,
ImageFactory<UnsignedByteType> factory) |
static Image<UnsignedByteType> |
LOCI.openLOCIUnsignedByteType(String path,
String fileName,
ImageFactory<UnsignedByteType> factory,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
static <A extends Type<A>> |
TypeConverter.getTypeConverter(UnsignedByteType in,
A output) |
Modifier and Type | Method and Description |
---|---|
UnsignedByteType |
UnsignedByteType.copy() |
UnsignedByteType[] |
UnsignedByteType.createArray1D(int size1) |
UnsignedByteType[][] |
UnsignedByteType.createArray2D(int size1,
int size2) |
UnsignedByteType[][][] |
UnsignedByteType.createArray3D(int size1,
int size2,
int size3) |
UnsignedByteType |
UnsignedByteType.createVariable() |
UnsignedByteType |
UnsignedByteType.duplicateTypeOnSameDirectAccessContainer() |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<UnsignedByteType,? extends ByteAccess> |
UnsignedByteType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Modifier and Type | Method and Description |
---|---|
int |
UnsignedByteType.compareTo(UnsignedByteType c) |
void |
UnsignedByteType.div(UnsignedByteType c) |
Constructor and Description |
---|
UnsignedByteType(DirectAccessContainer<UnsignedByteType,? extends ByteAccess> byteStorage) |
Modifier and Type | Method and Description |
---|---|
static Image<UnsignedByteType> |
DevUtil.createImageFromArray(byte[] data,
int[] dim) |
Modifier and Type | Method and Description |
---|---|
static Image<UnsignedByteType> |
ImgLib2.wrapArrayUnsignedByteToImgLib1(Img<UnsignedByteType> img)
|
static Image<UnsignedByteType> |
ImgLib2.wrapCellUnsignedByteToImgLib1(Img<UnsignedByteType> img)
|
static Image<UnsignedByteType> |
ImgLib2.wrapUnsignedByteToImgLib1(Img<UnsignedByteType> img)
|
Modifier and Type | Method and Description |
---|---|
static Img<UnsignedByteType> |
ImgLib1.wrapArrayUnsignedByteToImgLib2(Image<UnsignedByteType> image)
|
static Img<UnsignedByteType> |
ImgLib1.wrapCellUnsignedByteToImgLib2(Image<UnsignedByteType> image)
|
static Img<UnsignedByteType> |
ImgLib1.wrapUnsignedByteToImgLib2(Image<UnsignedByteType> image)
|
Modifier and Type | Method and Description |
---|---|
static Image<UnsignedByteType> |
PairWiseStitchingImgLib.getWrappedImageUnsignedByte(ij.ImagePlus imp,
int channel,
int timepoint)
return an
Image of UnsignedByteType as input for the PhaseCorrelation. |
Copyright © 2015–2021 Fiji. All rights reserved.