Modifier and Type | Class and Description |
---|---|
class |
RealARGBConverter<R extends RealType<?>> |
class |
RealDoubleConverter<R extends RealType<R>>
Converts any
RealType to a DoubleType . |
class |
RealFloatConverter<R extends RealType<R>> |
class |
RealLUTConverter<R extends RealType<R>>
RealLUTConverter contains a
ColorTable8 , through which samples are
filtered. |
class |
RealUnsignedByteConverter<R extends RealType<R>> |
class |
RealUnsignedShortConverter<R extends RealType<R>> |
Modifier and Type | Class and Description |
---|---|
class |
RealDoubleSamplerConverter<R extends RealType<R>>
TODO
|
class |
RealFloatSamplerConverter<R extends RealType<R>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
Real1dBinMapper<T extends RealType<T>>
Maps real values into a 1-d set of bins.
|
Modifier and Type | Method and Description |
---|---|
static <K extends RealType<K>> |
Real1dBinMapper.histogramNd(double[] minVals,
double[] maxVals,
long[] numBins,
boolean[] tailBins)
This is a convenience method for creating a
HistogramNd from
inputs that describe a set of real 1-d based bin mappers. |
Modifier and Type | Class and Description |
---|---|
class |
InverseDistanceWeightingInterpolator<T extends RealType<T>>
RealRandomAccess to a KNearestNeighborSearch whose sample
value is generated by weighting the k nearest neighbors of a query
real coordinate by their inverse distance to an arbitrary power p. |
class |
InverseDistanceWeightingInterpolatorFactory<T extends RealType<T>>
Factory for
InverseDistanceWeightingInterpolator instances that work
on a KNearestNeighborSearch . |
Modifier and Type | Class and Description |
---|---|
class |
LanczosInterpolator<T extends RealType<T>>
n-dimensional double-based Lanczos Interpolation
|
class |
LanczosInterpolatorFactory<T extends RealType<T>>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected T |
LanczosInterpolator.interpolatedValue |
Modifier and Type | Class and Description |
---|---|
class |
OutOfBoundsRandomValue<T extends RealType<T>>
Return a random value in a certain range when outside of the Interval
|
class |
OutOfBoundsRandomValueFactory<T extends RealType<T>,F extends Interval & RandomAccessible<T>> |
Modifier and Type | Field and Description |
---|---|
protected T |
OutOfBoundsRandomValueFactory.value |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanType<T extends BooleanType<T>>
TODO
|
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 |
RealType<T extends RealType<T>>
TODO
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntegerType<T extends IntegerType<T>>
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 |
AbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>
Abstract base class for
VolatileRealType s that wrap RealType . |
class |
VolatileRealType<T extends RealType<T>>
Something volatile that has a value and is either VALID or INVALID.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>
Abstract base class for
VolatileRealType s that wrap RealType . |
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 RealType<T>> |
ImgUtil.copy(double[] src,
int offset,
int[] stride,
Img<T> dest)
Copy a flat array of doubles into an Img.
|
static <T extends RealType<T>> |
ImgUtil.copy(float[] src,
int offset,
int[] stride,
Img<T> dest) |
static <T extends RealType<T>> |
ImgUtil.copy(Img<T> src,
double[] dest,
int offset,
int[] stride)
Copy the contents of an Img to a double array
|
static <T extends RealType<T>> |
ImgUtil.copy(Img<T> src,
float[] dest,
int offset,
int[] stride) |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
Views.collapseReal(RandomAccessible<T> source,
int numChannels)
Collapse the nth dimension of an n
-dimensional
RandomAccessible <T extends RealType
<T>> into an (n-1)-dimensional RandomAccessible
<RealComposite <T>> |
static <T extends RealType<T>> |
Views.collapseReal(RandomAccessibleInterval<T> source)
Collapse the nth dimension of an n
-dimensional
RandomAccessibleInterval <T extends
RealType <T>> into an (n-1)-dimensional
RandomAccessibleInterval <RealComposite <T>> |
static <T extends RealType<T>> |
Views.expandRandom(RandomAccessibleInterval<T> source,
double min,
double max,
long... border)
Expand a RandomAccessibleInterval as specified by border.
|
static <T extends RealType<T>,F extends RandomAccessibleInterval<T>> |
Views.extendRandom(F source,
double min,
double max)
Extend a RandomAccessibleInterval with a random-value out-of-bounds
strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
RealComposite<T extends RealType<T>>
A vector of
RealType scalars. |
static class |
RealComposite.Factory<T extends RealType<T>> |
Copyright © 2009–2017 ImgLib2. All rights reserved.