Package | Description |
---|---|
net.imglib2 | |
net.imglib2.converter | |
net.imglib2.converter.read | |
net.imglib2.interpolation | |
net.imglib2.util | |
net.imglib2.view |
Modifier and Type | Interface and Description |
---|---|
interface |
RealRandomAccessibleRealInterval<T>
f:{x∈Rn|[min,max]→T}
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedRealRandomAccessible<A,B>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected RealRandomAccessible<A> |
AbstractConvertedRealRandomAccessible.source |
Modifier and Type | Method and Description |
---|---|
static <A,B extends Type<B>> |
Converters.convert(RealRandomAccessible<A> source,
Converter<? super A,? super B> converter,
B b)
|
RealRandomAccessible<A> |
AbstractConvertedRealRandomAccessible.getSource() |
Modifier and Type | Method and Description |
---|---|
static <A,B extends Type<B>> |
Converters.convert(RealRandomAccessible<A> source,
Converter<? super A,? super B> converter,
B b)
|
Constructor and Description |
---|
AbstractConvertedRealRandomAccessible(RealRandomAccessible<A> source) |
Modifier and Type | Class and Description |
---|---|
class |
ConvertedRealRandomAccessible<A,B extends Type<B>>
TODO
|
class |
ConvertedRealRandomAccessibleRealInterval<A,B extends Type<B>>
TODO
|
Constructor and Description |
---|
ConvertedRealRandomAccessible(RealRandomAccessible<A> source,
Converter<? super A,? super B> converter,
B b) |
Modifier and Type | Class and Description |
---|---|
class |
Interpolant<T,F extends EuclideanSpace>
A
RealRandomAccessible that is generated through interpolation. |
Modifier and Type | Method and Description |
---|---|
static <T,F extends RealInterval & RealRandomAccessible<T>> |
Util.getTypeFromRealInterval(F rai)
Gets an instance of T from the
RandomAccessibleInterval by
querying the value at the min coordinate |
Modifier and Type | Method and Description |
---|---|
static <T> RealRandomAccessible<T> |
ConstantUtils.constantRealRandomAccessible(T constant,
int numDimensions) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedRealRandomAccessibleRealInterval<T,F extends RealRandomAccessibleRealInterval<T>>
Implements
RealRandomAccessible for a
RealRandomAccessibleRealInterval through an
RealOutOfBoundsFactory . |
Modifier and Type | Field and Description |
---|---|
protected RealRandomAccessible<T> |
RandomAccessibleOnRealRandomAccessible.source |
Modifier and Type | Method and Description |
---|---|
RealRandomAccessible<T> |
RandomAccessibleOnRealRandomAccessible.getSource() |
static <T,F extends EuclideanSpace> |
Views.interpolate(F source,
InterpolatorFactory<T,F> factory)
Returns a
RealRandomAccessible using interpolation |
Modifier and Type | Method and Description |
---|---|
static <T> RandomAccessibleOnRealRandomAccessible<T> |
Views.raster(RealRandomAccessible<T> source)
Turns a
RealRandomAccessible into a RandomAccessible ,
providing RandomAccess at integer coordinates. |
Constructor and Description |
---|
RandomAccessibleOnRealRandomAccessible(RealRandomAccessible<T> source) |
Copyright © 2009–2018 ImgLib2. All rights reserved.