Uses of Class
net.imglib2.AbstractEuclideanSpace
Packages that use AbstractEuclideanSpace
Package
Description
-
Uses of AbstractEuclideanSpace in net.imglib2
Subclasses of AbstractEuclideanSpace in net.imglib2Modifier and TypeClassDescriptionclass
Abstract implementation ofCursor
.class
Abstract implementation ofCursor
.class
Implementation of theInterval
interface.class
An abstract class that implements theLocalizable
interface using a long[] array to maintain position.class
An abstract class that implements theLocalizable
interface using an int[] array to maintain position.class
Abstract base class for localizingCursor
s.class
Abstract base class for localizingCursor
s.class
Implementation of theRealInterval
interface.class
An abstract class that implements theRealLocalizable
interface using an array of doubles to maintain positionfinal class
Implementation of theInterval
interface.final class
Implementation of theRealInterval
interface.class
A Point is a position in Euclidean space specified in integer coordinates.class
A list of data samples at explicitinteger coordinates
.class
A point is a location in EuclideanSpace. -
Uses of AbstractEuclideanSpace in net.imglib2.display.projector
Subclasses of AbstractEuclideanSpace in net.imglib2.display.projectorModifier and TypeClassDescriptionclass
Base class for 2D projectors.class
A general 2D Projector that uses two dimensions as input to create the 2D result.class
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.compositeModifier and TypeClassDescriptionclass
Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).class
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.samplerModifier and TypeClassDescriptionclass
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.specializedModifier and TypeClassDescriptionclass
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.volatilesModifier and TypeClassDescriptionclass
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.arrayModifier and TypeClassDescriptionclass
AbstractArrayCursor<T extends NativeType<T>>
class
AbstractArrayLocalizingCursor<T extends NativeType<T>>
final class
ArrayCursor<T extends NativeType<T>>
final class
ArrayLocalizingCursor<T extends NativeType<T>>
final class
ArrayLocalizingSubIntervalCursor<T extends NativeType<T>>
LocalizingAbstractArrayLocalizingCursor
on anArrayImg
.class
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess
on anArrayImg
.final class
ArraySubIntervalCursor<T extends NativeType<T>>
-
Uses of AbstractEuclideanSpace in net.imglib2.img.cell
Subclasses of AbstractEuclideanSpace in net.imglib2.img.cellModifier and TypeClassDescriptionclass
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.listModifier and TypeClassDescriptionclass
class
class
final class
ListCursor<T>
final class
class
RandomAccess
on aListImg
. -
Uses of AbstractEuclideanSpace in net.imglib2.img.planar
Subclasses of AbstractEuclideanSpace in net.imglib2.img.planarModifier and TypeClassDescriptionclass
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 -
Uses of AbstractEuclideanSpace in net.imglib2.interpolation.neighborsearch
Subclasses of AbstractEuclideanSpace in net.imglib2.interpolation.neighborsearchModifier and TypeClassDescriptionclass
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
Nearest-neighbor interpolation implemented byNearestNeighborSearch
. -
Uses of AbstractEuclideanSpace in net.imglib2.interpolation.randomaccess
Subclasses of AbstractEuclideanSpace in net.imglib2.interpolation.randomaccessModifier and TypeClassDescriptionclass
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
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
N-linear interpolator for ARGB values with overflow check. -
Uses of AbstractEuclideanSpace in net.imglib2.iterator
Subclasses of AbstractEuclideanSpace in net.imglib2.iteratorModifier and TypeClassDescriptionclass
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
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
AIntervalIterator
that has an adjustable offsetclass
ALocalizingIntervalIterator
that has an adjustable offsetclass
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.outofboundsModifier and TypeClassDescriptionclass
AbstractOutOfBoundsValue<T extends Type<T>>
class
Repeat the boundary pixels.class
OutOfBoundsConstantValue<T extends Type<T>>
class
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 Intervalfinal class
-
Uses of AbstractEuclideanSpace in net.imglib2.position.transform
Subclasses of AbstractEuclideanSpace in net.imglib2.position.transformModifier and TypeClassDescriptionclass
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.viewModifier and TypeClassDescriptionfinal class
class
class
class
IntervalView<T>
IntervalView is a view that putsInterval
boundaries on its sourceRandomAccessible
.final class
final class
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order.class
class
class
StackView<T>
A stack of n-dimensionalRandomAccessibleInterval
s, forming a (n+1)-dimensionalRandomAccessibleInterval
.final class
final class
TODO -
Uses of AbstractEuclideanSpace in net.imglib2.view.iteration
Subclasses of AbstractEuclideanSpace in net.imglib2.view.iterationModifier and TypeClassDescriptionclass
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.