Modifier and Type | Class and Description |
---|---|
class |
LabelingType<T extends Comparable<T>>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <A extends ValueEquals<B>,B> |
ImgLib2Assert.assertImageEquals(RandomAccessibleInterval<? extends A> expected,
RandomAccessibleInterval<? extends B> actual)
Throws an AssertionError, if the content or intervals of the two images
differ.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BasePairType<T extends BasePairType<T>>
TODO
|
interface |
BooleanType<T extends BooleanType<T>>
TODO
|
interface |
NativeLongAccessType<T extends NativeLongAccessType<T>>
A
NativeLongAccessType is a Type that that provides access to
data stored in Java primitive arrays. |
interface |
NativeType<T extends NativeType<T>>
A
NativeType is a Type that that provides access to data
stored in Java primitive arrays. |
interface |
Type<T extends Type<T>>
The
Type interface is responsible for accessing and manipulating
(pixel) values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBit64Type<T extends AbstractBit64Type<T>>
A
Type with arbitrary bit depth up to maximum 64 bits. |
class |
AbstractBitType<T extends AbstractBitType<T>>
Provides basic infrastructure to implement Types based on single bits stored
in a LongAccess
|
class |
AbstractNativeLongAccessType<T extends AbstractNativeLongAccessType<T>> |
class |
AbstractNativeType<T extends AbstractNativeType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
BasePairBitType
Representation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U
Bases are handled using the
BasePairBitType.Base enumeration. |
class |
BasePairCharType
Representation of base pairs using one char per entry, supported characters:
gap, N, A, T, G, C, U Bases are handled using the
BasePairBitType.Base enumeration. |
Modifier and Type | Class and Description |
---|---|
class |
BitType
TODO
|
class |
BoolType
A
BooleanType wrapping a single primitive boolean variable. |
class |
NativeBoolType
NativeType backed by boolean . |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexType<T extends ComplexType<T>>
TODO
|
interface |
IntegerType<T extends IntegerType<T>>
TODO
|
interface |
NumericType<T extends NumericType<T>>
TODO
|
interface |
RealType<T extends RealType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractARGBDoubleType<T extends AbstractARGBDoubleType<T>> |
class |
ARGBDoubleType |
class |
ARGBLongAccessType |
class |
ARGBType
A
native NumericType that encodes four channels at
unsigned byte precision into one 32bit signed integer which is the format
used in most display oriented image processing libraries such as AWT or
ImageJ. |
class |
NativeARGBDoubleType |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComplexType<T extends AbstractComplexType<T>>
TODO
|
class |
ComplexDoubleLongAccessType |
class |
ComplexDoubleType
TODO
|
class |
ComplexFloatLongAccessType |
class |
ComplexFloatType
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntegerBitType<T extends AbstractIntegerBitType<T>>
The performance of this type is traded off for the gain in memory storage.
|
class |
AbstractIntegerType<T extends AbstractIntegerType<T>>
TODO
|
class |
ByteLongAccessType |
class |
ByteType
TODO
|
class |
GenericByteLongAccessType<T extends GenericByteLongAccessType<T>>
TODO
|
class |
GenericByteType<T extends GenericByteType<T>>
TODO
|
class |
GenericIntLongAccessType<T extends GenericIntLongAccessType<T>> |
class |
GenericIntType<T extends GenericIntType<T>>
TODO
|
class |
GenericLongLongAccessType<T extends GenericLongLongAccessType<T>>
Abstract superclass for Long types.
|
class |
GenericLongType<T extends GenericLongType<T>>
Abstract superclass for Long types.
|
class |
GenericShortLongAccessType<T extends GenericShortLongAccessType<T>>
Abstract base class for
native IntegerType s that
encode their value into a 16bit short. |
class |
GenericShortType<T extends GenericShortType<T>>
Abstract base class for
native IntegerType s that
encode their value into a 16bit short. |
class |
IntLongAccessType |
class |
IntType
TODO
|
class |
LongLongAccessType |
class |
LongType
TODO
|
class |
ShortLongAccessType |
class |
ShortType
TODO
|
class |
Unsigned128BitType
A
Type with a bit depth of 128. |
class |
Unsigned12BitType
A 12-bit
Type whose data is stored in a LongAccess . |
class |
Unsigned2BitType
A
Type with a bit depth of 2. |
class |
Unsigned4BitType
A
Type with a bit depth of 4. |
class |
UnsignedByteLongAccessType |
class |
UnsignedByteType
TODO
|
class |
UnsignedIntLongAccessType |
class |
UnsignedIntType
TODO
|
class |
UnsignedLongLongAccessType
TODO
|
class |
UnsignedLongType
TODO
|
class |
UnsignedShortLongAccessType |
class |
UnsignedShortType
TODO
|
class |
UnsignedVariableBitLengthType
A
Type with arbitrary bit depth up to maximum 64 bits. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRealType<T extends AbstractRealType<T>>
TODO
|
class |
DoubleLongAccessType |
class |
DoubleType
TODO
|
class |
FloatLongAccessType |
class |
FloatType
TODO
|
Modifier and Type | Method and Description |
---|---|
static <T extends ValueEquals<U>,U> |
Util.imagesEqual(RandomAccessibleInterval<? extends T> a,
RandomAccessibleInterval<? extends U> b)
Checks if both images have equal intervals and content.
|
static <T extends ValueEquals<T>> |
Util.valueEqualsObject(T a,
Object b)
This method should be used in implementations of
ValueEquals , to
override Object.equals(Object) . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>>
Abstract base class for a vector of
NumericType scalars. |
class |
NumericComposite<T extends NumericType<T>>
A vector of
NumericType scalars. |
class |
RealComposite<T extends RealType<T>>
A vector of
RealType scalars. |
Copyright © 2015–2022 ImgLib2. All rights reserved.