Uses of Class
net.imglib2.AbstractEuclideanSpace
-
-
Uses of AbstractEuclideanSpace in net.imglib2
Subclasses of AbstractEuclideanSpace in net.imglib2 Modifier and Type Class Description class
AbstractCursor<T>
Abstract implementation ofCursor
.class
AbstractCursorInt<T>
Abstract implementation ofCursor
.class
AbstractInterval
Implementation of theInterval
interface.class
AbstractLocalizable
An abstract class that implements theLocalizable
interface using a long[] array to maintain position.class
AbstractLocalizableInt
An abstract class that implements theLocalizable
interface using an int[] array to maintain position.class
AbstractLocalizingCursor<T>
Abstract base class for localizingCursor
s.class
AbstractLocalizingCursorInt<T>
Abstract base class for localizingCursor
s.class
AbstractRealInterval
Implementation of theRealInterval
interface.class
AbstractRealLocalizable
An abstract class that implements theRealLocalizable
interface using an array of doubles to maintain positionclass
FinalInterval
Implementation of theInterval
interface.class
FinalRealInterval
Implementation of theRealInterval
interface.class
Point
A Point is a position in Euclidean space specified in integer coordinates.class
PointSampleList<T>
A list of data samples at explicitinteger coordinates
.class
RealPoint
A point is a location in EuclideanSpace. -
Uses of AbstractEuclideanSpace in net.imglib2.display.projector
Subclasses of AbstractEuclideanSpace in net.imglib2.display.projector Modifier and Type Class Description class
AbstractProjector2D
Base class for 2D projectors.class
IterableIntervalProjector2D<A,B>
A general 2D Projector that uses two dimensions as input to create the 2D result.class
RandomAccessibleProjector2D<A,B>
A general 2D Projector that uses two dimensions as input to create the 2D result. -
Uses of AbstractEuclideanSpace in net.imglib2.display.projector.composite
Subclasses of AbstractEuclideanSpace in net.imglib2.display.projector.composite Modifier and Type Class Description class
CompositeXYProjector<A>
Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).class
CompositeXYRandomAccessibleProjector<A>
Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels). -
Uses of AbstractEuclideanSpace in net.imglib2.display.projector.sampler
Subclasses of AbstractEuclideanSpace in net.imglib2.display.projector.sampler Modifier and Type Class Description class
SamplingProjector2D<A,B>
A general 2D Projector that uses three dimensions as input to create the 2D result. -
Uses of AbstractEuclideanSpace in net.imglib2.display.projector.specialized
Subclasses of AbstractEuclideanSpace in net.imglib2.display.projector.specialized Modifier and Type Class Description class
ArrayImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ByteType ArrayImg.class
ArrayImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ShortType ArrayImg.class
PlanarImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from a ByteType PlanarImg.class
PlanarImgXYShortProjector<A extends GenericShortType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ShortType PlanarImg. -
Uses of AbstractEuclideanSpace in net.imglib2.display.projector.volatiles
Subclasses of AbstractEuclideanSpace in net.imglib2.display.projector.volatiles Modifier and Type Class Description class
Volatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>
IterableIntervalProjector2D
forVolatile
input. -
Uses of AbstractEuclideanSpace in net.imglib2.img.array
Subclasses of AbstractEuclideanSpace in net.imglib2.img.array Modifier and Type Class Description class
AbstractArrayCursor<T extends NativeType<T>>
class
AbstractArrayLocalizingCursor<T extends NativeType<T>>
class
ArrayCursor<T extends NativeType<T>>
class
ArrayLocalizingCursor<T extends NativeType<T>>
class
ArrayLocalizingSubIntervalCursor<T extends NativeType<T>>
LocalizingAbstractArrayLocalizingCursor
on anArrayImg
.class
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess
on anArrayImg
.class
ArraySubIntervalCursor<T extends NativeType<T>>
-
Uses of AbstractEuclideanSpace in net.imglib2.img.cell
Subclasses of AbstractEuclideanSpace in net.imglib2.img.cell Modifier and Type Class Description class
CellCursor<T extends NativeType<T>,C extends Cell<?>>
Cursor
on aAbstractCellImg
.class
CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>
LocalizingCursor
on aAbstractCellImg
.class
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>>
RandomAccess
on aAbstractCellImg
. -
Uses of AbstractEuclideanSpace in net.imglib2.img.list
Subclasses of AbstractEuclideanSpace in net.imglib2.img.list Modifier and Type Class Description class
AbstractLongListImg.LongListCursor
class
AbstractLongListImg.LongListLocalizingCursor
class
AbstractLongListImg.LongListRandomAccess
class
ListCursor<T>
class
ListLocalizingCursor<T>
class
ListRandomAccess<T>
RandomAccess
on aListImg
. -
Uses of AbstractEuclideanSpace in net.imglib2.img.planar
Subclasses of AbstractEuclideanSpace in net.imglib2.img.planar Modifier and Type Class Description class
PlanarCursor<T extends NativeType<T>>
Basic Iterator forPlanarContainers
class
PlanarCursor1D<T extends NativeType<T>>
Basic Iterator for 1dPlanarContainers
class
PlanarCursor2D<T extends NativeType<T>>
Basic Iterator for 2dPlanarContainers
class
PlanarLocalizingCursor<T extends NativeType<T>>
Localizing Iterator for aPlanarContainers
class
PlanarLocalizingCursor1D<T extends NativeType<T>>
TODOclass
PlanarLocalizingCursor2D<T extends NativeType<T>>
TODOclass
PlanarPlaneSubsetCursor<T extends NativeType<T>>
Basic Iterator forPlanarContainers
class
PlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>
Cursor optimized for one plane in an PlanarImg.class
PlanarRandomAccess<T extends NativeType<T>>
RandomAccess
on aPlanarImg
.class
PlanarRandomAccess1D<T extends NativeType<T>>
RandomAccess
for a 1-dimensionalPlanarImg
. -
Uses of AbstractEuclideanSpace in net.imglib2.img.sparse
Subclasses of AbstractEuclideanSpace in net.imglib2.img.sparse Modifier and Type Class Description class
NtreeCursor<T extends NativeType<T>>
-
Uses of AbstractEuclideanSpace in net.imglib2.interpolation.neighborsearch
Subclasses of AbstractEuclideanSpace in net.imglib2.interpolation.neighborsearch Modifier and Type Class Description class
InverseDistanceWeightingInterpolator<T extends RealType<T>>
RealRandomAccess
to aKNearestNeighborSearch
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
NearestNeighborSearchInterpolator<T>
Nearest-neighbor interpolation implemented byNearestNeighborSearch
. -
Uses of AbstractEuclideanSpace in net.imglib2.interpolation.randomaccess
Subclasses of AbstractEuclideanSpace in net.imglib2.interpolation.randomaccess Modifier and Type Class Description class
FloorInterpolator<T>
RealRandomAccess
to aRandomAccess
by nearest floor interpolation (i.e., the value is sampled at floor(x)).class
LanczosInterpolator<T extends RealType<T>>
n-dimensional double-based Lanczos Interpolationclass
NearestNeighborInterpolator<T>
RealRandomAccess
to aRandomAccess
by nearest neighbor interpolation.class
NLinearInterpolator<T extends NumericType<T>>
Performs multi-linear interpolation.class
NLinearInterpolator1D<T extends NumericType<T>>
class
NLinearInterpolator2D<T extends NumericType<T>>
class
NLinearInterpolator3D<T extends NumericType<T>>
class
NLinearInterpolatorARGB
N-linear interpolator for ARGB values with overflow check. -
Uses of AbstractEuclideanSpace in net.imglib2.iterator
Subclasses of AbstractEuclideanSpace in net.imglib2.iterator Modifier and Type Class Description class
IntervalIterator
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
LocalizingIntervalIterator
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
LocalizingZeroMinIntervalIterator
Use this class to iterate a virtual rectangularInterval
whose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...class
OffsetableIntervalIterator
AIntervalIterator
that has an adjustable offsetclass
OffsetableLocalizingIntervalIterator
ALocalizingIntervalIterator
that has an adjustable offsetclass
ZeroMinIntervalIterator
Use this class to iterate a virtual rectangularInterval
whose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ... -
Uses of AbstractEuclideanSpace in net.imglib2.outofbounds
Subclasses of AbstractEuclideanSpace in net.imglib2.outofbounds Modifier and Type Class Description class
AbstractOutOfBoundsValue<T extends Type<T>>
class
OutOfBoundsBorder<T>
Repeat the boundary pixels.class
OutOfBoundsConstantValue<T extends Type<T>>
class
OutOfBoundsPeriodic<T>
Coordinates out of image bounds are periodically repeated.class
OutOfBoundsRandomValue<T extends RealType<T>>
Return a random value in a certain range when outside of the Intervalclass
RealOutOfBoundsRealRandomAccess<T>
-
Uses of AbstractEuclideanSpace in net.imglib2.position.transform
Subclasses of AbstractEuclideanSpace in net.imglib2.position.transform Modifier and Type Class Description class
AbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to somehow derived discrete coordinates.class
Floor<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its floor discrete coordinates.class
FloorOffset<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its floor discrete coordinates plus a discrete offset vector.class
Round<LocalizablePositionable extends Localizable & Positionable>
ARealPositionable
that drives aPositionable
to its round discrete coordinates:f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 )
-
Uses of AbstractEuclideanSpace in net.imglib2.view
Subclasses of AbstractEuclideanSpace in net.imglib2.view Modifier and Type Class Description class
FullSourceMapMixedRandomAccess<T>
class
FullSourceMapSlicingRandomAccess<T>
class
HyperSlicesView.HyperSlicesViewRandomAccess
class
IntervalView<T>
IntervalView is a view that putsInterval
boundaries on its sourceRandomAccessible
.class
MixedRandomAccess<T>
class
RandomAccessibleIntervalCursor<T>
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order.class
RandomAccessibleOnRealRandomAccessible<T>
class
SlicingRandomAccess<T>
class
StackView<T>
A stack of n-dimensionalRandomAccessibleInterval
s, forming a (n+1)-dimensionalRandomAccessibleInterval
.class
TransformRandomAccess<T>
class
TranslationRandomAccess<T>
TODO -
Uses of AbstractEuclideanSpace in net.imglib2.view.iteration
Subclasses of AbstractEuclideanSpace in net.imglib2.view.iteration Modifier and Type Class Description class
SlicingCursor<T>
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-