Modifier and Type | Class and Description |
---|---|
class |
CompositeChannelConverter<T extends Type<T>,A extends Composite<T>>
A converter to extract one channel of a
Composite . |
class |
TypeIdentity<T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
static <A,B extends Type<B>> |
Converters.convert(IterableInterval<A> source,
Converter<? super A,? super B> converter,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(IterableInterval<A> source,
SamplerConverter<? super A,B> converter)
|
static <A,B extends Type<B>> |
Converters.convert(RandomAccessible<A> source,
Converter<? super A,? super B> converter,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(RandomAccessible<A> source,
SamplerConverter<? super A,B> converter)
|
static <A,B extends Type<B>> |
Converters.convert(RandomAccessibleInterval<A> source,
Converter<? super A,? super B> converter,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(RandomAccessibleInterval<A> source,
SamplerConverter<? super A,B> converter)
|
static <A,B extends Type<B>> |
Converters.convert(RealRandomAccessible<A> source,
Converter<? super A,? super B> converter,
B b)
|
static <A,B extends Type<B>> |
Converters.convert(RealRandomAccessibleRealInterval<A> source,
Converter<? super A,? super B> converter,
B b)
Create a
RealRandomAccessibleRealInterval whose RealRandomAccesses Sampler.get() you a converted sample. |
static <A,B extends Type<B>,S extends RandomAccessible<A> & IterableInterval<A>> |
Converters.convertRandomAccessibleIterableInterval(S source,
SamplerConverter<? super A,B> converter)
Create an
WriteConvertedIterableRandomAccessibleInterval whose
RandomAccesses and Cursors
Sampler.get() you a converted sample. |
Modifier and Type | Class and Description |
---|---|
class |
ConvertedCursor<A,B extends Type<B>>
TODO
|
class |
ConvertedIterableInterval<A,B extends Type<B>>
TODO
|
class |
ConvertedRandomAccess<A,B extends Type<B>>
TODO
|
class |
ConvertedRandomAccessible<A,B extends Type<B>>
TODO
|
class |
ConvertedRandomAccessibleInterval<A,B extends Type<B>>
TODO
|
class |
ConvertedRealRandomAccess<A,B extends Type<B>>
TODO
|
class |
ConvertedRealRandomAccessible<A,B extends Type<B>>
TODO
|
class |
ConvertedRealRandomAccessibleRealInterval<A,B extends Type<B>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected B |
ConvertedCursor.converted |
protected B |
ConvertedIterableInterval.converted |
protected B |
ConvertedRandomAccess.converted |
protected B |
ConvertedRandomAccessible.converted |
protected B |
ConvertedRandomAccessibleInterval.converted |
protected B |
ConvertedRealRandomAccess.converted |
protected B |
ConvertedRealRandomAccessible.converted |
protected B |
ConvertedRealRandomAccessibleRealInterval.converted |
Modifier and Type | Class and Description |
---|---|
class |
ImgView<T extends Type<T>>
Allows a
RandomAccessibleInterval to be treated as an Img . |
interface |
NativeImg<T extends Type<T>,A>
TODO
|
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T>> |
ImgView.wrap(RandomAccessibleInterval<T> accessible,
ImgFactory<T> factory)
Represent an arbitrary RandomAccessibleInterval as an Img
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOutOfBoundsValue<T extends Type<T>> |
class |
OutOfBoundsConstantValue<T extends Type<T>> |
class |
OutOfBoundsConstantValueFactory<T extends Type<T>,F extends Interval & RandomAccessible<T>> |
Modifier and Type | Field and Description |
---|---|
protected T |
OutOfBoundsConstantValue.value |
protected T |
OutOfBoundsConstantValueFactory.value |
Modifier and Type | Interface and Description |
---|---|
interface |
Type<T extends Type<T>>
The
Type interface is responsible for accessing and manipulating
(pixel) values. |
Modifier and Type | Interface and Description |
---|---|
interface |
BasePairType<T extends BasePairType<T>>
TODO
|
interface |
BooleanType<T extends BooleanType<T>>
TODO
|
interface |
NativeType<T extends NativeType<T>>
A
NativeType is a Type that that provides access to data
stored in Java primitive arrays. |
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 |
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. |
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 |
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 |
ComplexDoubleType
TODO
|
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 |
ByteType
TODO
|
class |
GenericByteType<T extends GenericByteType<T>>
TODO
|
class |
GenericIntType<T extends GenericIntType<T>>
TODO
|
class |
GenericLongType<T extends GenericLongType<T>>
Abstract superclass for Long types.
|
class |
GenericShortType<T extends GenericShortType<T>>
Abstract base class for
native IntegerType s that
encode their value into a 16bit short. |
class |
IntType
TODO
|
class |
LongType
TODO
|
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 |
UnsignedByteType
TODO
|
class |
UnsignedIntType
TODO
|
class |
UnsignedLongType
TODO
|
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 |
DoubleType
TODO
|
class |
FloatType
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N,T>>
Abstract base class for
VolatileNumericType s that wrap a
NumericType that is either VALID or INVALID. |
class |
AbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>
Abstract base class for
VolatileRealType s that wrap RealType . |
class |
VolatileNumericType<T extends NumericType<T>>
Something volatile that has a value and is either VALID or INVALID.
|
class |
VolatileRealType<T extends RealType<T>>
Something volatile that has a value and is either VALID or INVALID.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T> & Comparable<T>> |
Util.max(T value1,
T value2) |
static <T extends Type<T> & Comparable<T>> |
Util.min(T value1,
T value2) |
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T>> |
Views.expandValue(RandomAccessibleInterval<T> source,
T t,
long... border)
Expand a RandomAccessibleInterval as specified by border.
|
static <T extends Type<T>,F extends RandomAccessibleInterval<T>> |
Views.extendValue(F source,
T value)
Extend a RandomAccessibleInterval with a constant-value out-of-bounds
strategy.
|
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 © 2009–2017 ImgLib2. All rights reserved.