Uses of Interface
net.imglib2.display.projector.Projector
Packages that use Projector
Package
Description
-
Uses of Projector in net.imglib2.display.projector
Classes in net.imglib2.display.projector that implement ProjectorModifier and TypeClassDescriptionclassBase class for 2D projectors.classA general 2D Projector that uses two dimensions as input to create the 2D result.classA general 2D Projector that uses two dimensions as input to create the 2D result. -
Uses of Projector in net.imglib2.display.projector.composite
Classes in net.imglib2.display.projector.composite that implement ProjectorModifier and TypeClassDescriptionclassCreates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).classCreates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels). -
Uses of Projector in net.imglib2.display.projector.sampler
Classes in net.imglib2.display.projector.sampler that implement ProjectorModifier and TypeClassDescriptionclassSamplingProjector2D<A,B> A general 2D Projector that uses three dimensions as input to create the 2D result. -
Uses of Projector in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized that implement ProjectorModifier and TypeClassDescriptionclassArrayImgXYByteProjector<A extends GenericByteType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from an ByteType ArrayImg.classArrayImgXYShortProjector<A extends GenericShortType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from an ShortType ArrayImg.classPlanarImgXYByteProjector<A extends GenericByteType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from a ByteType PlanarImg.classPlanarImgXYShortProjector<A extends GenericShortType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from an ShortType PlanarImg. -
Uses of Projector in net.imglib2.display.projector.volatiles
Classes in net.imglib2.display.projector.volatiles that implement ProjectorModifier and TypeClassDescriptionclassVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>, B> IterableIntervalProjector2DforVolatileinput.