Uses of Class
net.imglib2.AbstractLocalizable
-
-
Uses of AbstractLocalizable in net.imglib2
Subclasses of AbstractLocalizable in net.imglib2 Modifier and Type Class Description class
AbstractLocalizingCursor<T>
Abstract base class for localizingCursor
s.class
Point
A Point is a position in Euclidean space specified in integer coordinates. -
Uses of AbstractLocalizable in net.imglib2.display.projector
Subclasses of AbstractLocalizable 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 AbstractLocalizable in net.imglib2.display.projector.composite
Subclasses of AbstractLocalizable 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 AbstractLocalizable in net.imglib2.display.projector.sampler
Subclasses of AbstractLocalizable 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 AbstractLocalizable in net.imglib2.display.projector.specialized
Subclasses of AbstractLocalizable 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 AbstractLocalizable in net.imglib2.display.projector.volatiles
Subclasses of AbstractLocalizable in net.imglib2.display.projector.volatiles Modifier and Type Class Description class
Volatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>
IterableIntervalProjector2D
forVolatile
input. -
Uses of AbstractLocalizable in net.imglib2.img.cell
Subclasses of AbstractLocalizable in net.imglib2.img.cell Modifier and Type Class Description 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 AbstractLocalizable in net.imglib2.img.list
Subclasses of AbstractLocalizable in net.imglib2.img.list Modifier and Type Class Description class
AbstractLongListImg.LongListLocalizingCursor
class
AbstractLongListImg.LongListRandomAccess
-
Uses of AbstractLocalizable in net.imglib2.outofbounds
Subclasses of AbstractLocalizable 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 Interval -
Uses of AbstractLocalizable in net.imglib2.view
Subclasses of AbstractLocalizable in net.imglib2.view Modifier and Type Class Description class
HyperSlicesView.HyperSlicesViewRandomAccess
class
MixedRandomAccess<T>
class
SlicingRandomAccess<T>
class
TransformRandomAccess<T>
-