Modifier and Type | Method and Description |
---|---|
UnsignedIntType |
UnsignedIntLongAccessTypeUnsignedIntTypeConverter.convert(Sampler<? extends UnsignedIntLongAccessType> sampler) |
Constructor and Description |
---|
UnsignedIntAWTScreenImage(UnsignedIntType type,
IntArray data,
long[] dim) |
Constructor and Description |
---|
UnsignedIntAWTScreenImage(ArrayImg<UnsignedIntType,IntArray> img) |
Modifier and Type | Method and Description |
---|---|
static <A extends IntAccess> |
ArrayImgs.unsignedInts(A access,
long... dim)
|
static ArrayImg<UnsignedIntType,IntArray> |
ArrayImgs.unsignedInts(int[] array,
long... dim)
|
static ArrayImg<UnsignedIntType,IntArray> |
ArrayImgs.unsignedInts(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static IntImagePlus<UnsignedIntType> |
ImagePlusImgs.unsignedInts(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<UnsignedIntType,IntArray> |
PlanarImgs.unsignedInts(long... dim)
|
Modifier and Type | Method and Description |
---|---|
RandomAccessibleInterval<UnsignedIntType> |
OverlappingLabels.getMatrix()
Get the confusion/co-occurrence matrix.
|
Modifier and Type | Method and Description |
---|---|
UnsignedIntType |
UnsignedIntType.copy() |
UnsignedIntType |
UnsignedIntType.createVariable() |
UnsignedIntType |
UnsignedIntType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<UnsignedIntType,IntAccess> |
UnsignedIntType.getNativeTypeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
UnsignedIntType.add(UnsignedIntType c) |
int |
UnsignedIntType.compareTo(UnsignedIntType other) |
void |
UnsignedIntType.div(UnsignedIntType c) |
void |
UnsignedIntType.mul(UnsignedIntType c) |
void |
UnsignedIntType.sub(UnsignedIntType c) |
Copyright © 2015–2022 ImgLib2. All rights reserved.