Uses of Class
net.imglib2.display.projector.AbstractProjector2D
Packages that use AbstractProjector2D
Package
Description
-
Uses of AbstractProjector2D in net.imglib2.display.projector
Subclasses of AbstractProjector2D in net.imglib2.display.projectorModifier and TypeClassDescriptionclassA 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 AbstractProjector2D in net.imglib2.display.projector.composite
Subclasses of AbstractProjector2D in net.imglib2.display.projector.compositeModifier 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 AbstractProjector2D in net.imglib2.display.projector.sampler
Subclasses of AbstractProjector2D in net.imglib2.display.projector.samplerModifier and TypeClassDescriptionclassSamplingProjector2D<A,B> A general 2D Projector that uses three dimensions as input to create the 2D result. -
Uses of AbstractProjector2D in net.imglib2.display.projector.specialized
Subclasses of AbstractProjector2D in net.imglib2.display.projector.specializedModifier 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 AbstractProjector2D in net.imglib2.display.projector.volatiles
Subclasses of AbstractProjector2D in net.imglib2.display.projector.volatilesModifier and TypeClassDescriptionclassVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>, B> IterableIntervalProjector2DforVolatileinput.