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 TypeClassDescriptionclassAbstract implementation ofCursor.classAbstract implementation ofCursor.classImplementation of theIntervalinterface.classAn abstract class that implements theLocalizableinterface using a long[] array to maintain position.classAn abstract class that implements theLocalizableinterface using an int[] array to maintain position.classAbstract base class for localizingCursors.classAbstract base class for localizingCursors.classImplementation of theRealIntervalinterface.classAn abstract class that implements theRealLocalizableinterface using an array of doubles to maintain positionfinal classImplementation of theIntervalinterface.final classImplementation of theRealIntervalinterface.classA Point is a position in Euclidean space specified in integer coordinates.classA list of data samples at explicitinteger coordinates.classA point is a location in EuclideanSpace. -
Uses of AbstractEuclideanSpace in net.imglib2.display.projector
Subclasses of AbstractEuclideanSpace in net.imglib2.display.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 AbstractEuclideanSpace in net.imglib2.display.projector.composite
Subclasses of AbstractEuclideanSpace 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 AbstractEuclideanSpace in net.imglib2.display.projector.sampler
Subclasses of AbstractEuclideanSpace 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 AbstractEuclideanSpace in net.imglib2.display.projector.specialized
Subclasses of AbstractEuclideanSpace 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 AbstractEuclideanSpace in net.imglib2.display.projector.volatiles
Subclasses of AbstractEuclideanSpace in net.imglib2.display.projector.volatilesModifier and TypeClassDescriptionclassVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>, B> IterableIntervalProjector2DforVolatileinput. -
Uses of AbstractEuclideanSpace in net.imglib2.img.array
Subclasses of AbstractEuclideanSpace in net.imglib2.img.arrayModifier and TypeClassDescriptionclassAbstractArrayCursor<T extends NativeType<T>>classAbstractArrayLocalizingCursor<T extends NativeType<T>>final classArrayCursor<T extends NativeType<T>>final classArrayLocalizingCursor<T extends NativeType<T>>final classArrayLocalizingSubIntervalCursor<T extends NativeType<T>>LocalizingAbstractArrayLocalizingCursoron anArrayImg.classArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg.final classArraySubIntervalCursor<T extends NativeType<T>> -
Uses of AbstractEuclideanSpace in net.imglib2.img.cell
Subclasses of AbstractEuclideanSpace in net.imglib2.img.cellModifier and TypeClassDescriptionclassCellCursor<T extends NativeType<T>,C extends Cell<?>> Cursoron aAbstractCellImg.classCellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>> LocalizingCursoron aAbstractCellImg.classCellRandomAccess<T extends NativeType<T>,C extends Cell<?>> RandomAccesson aAbstractCellImg. -
Uses of AbstractEuclideanSpace in net.imglib2.img.list
Subclasses of AbstractEuclideanSpace in net.imglib2.img.listModifier and TypeClassDescriptionclassclassclassfinal classListCursor<T>final classclassRandomAccesson aListImg. -
Uses of AbstractEuclideanSpace in net.imglib2.img.planar
Subclasses of AbstractEuclideanSpace in net.imglib2.img.planarModifier and TypeClassDescriptionclassPlanarCursor<T extends NativeType<T>>Basic Iterator forPlanarContainersclassPlanarCursor1D<T extends NativeType<T>>Basic Iterator for 1dPlanarContainersclassPlanarCursor2D<T extends NativeType<T>>Basic Iterator for 2dPlanarContainersclassPlanarLocalizingCursor<T extends NativeType<T>>Localizing Iterator for aPlanarContainersclassPlanarLocalizingCursor1D<T extends NativeType<T>>TODOclassPlanarLocalizingCursor2D<T extends NativeType<T>>TODOclassPlanarPlaneSubsetCursor<T extends NativeType<T>>Basic Iterator forPlanarContainersclassPlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>Cursor optimized for one plane in an PlanarImg.classPlanarRandomAccess<T extends NativeType<T>>RandomAccesson aPlanarImg.classPlanarRandomAccess1D<T extends NativeType<T>>RandomAccessfor 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 TypeClassDescriptionclassInverseDistanceWeightingInterpolator<T extends RealType<T>>RealRandomAccessto aKNearestNeighborSearchwhose sample value is generated by weighting the k nearest neighbors of a query real coordinate by their inverse distance to an arbitrary power p.classNearest-neighbor interpolation implemented byNearestNeighborSearch. -
Uses of AbstractEuclideanSpace in net.imglib2.interpolation.randomaccess
Subclasses of AbstractEuclideanSpace in net.imglib2.interpolation.randomaccessModifier and TypeClassDescriptionclassRealRandomAccessto aRandomAccessby nearest floor interpolation (i.e., the value is sampled at floor(x)).classLanczosInterpolator<T extends RealType<T>>n-dimensional double-based Lanczos InterpolationclassRealRandomAccessto aRandomAccessby nearest neighbor interpolation.classNLinearInterpolator<T extends NumericType<T>>Performs multi-linear interpolation.classNLinearInterpolator1D<T extends NumericType<T>>classNLinearInterpolator2D<T extends NumericType<T>>classNLinearInterpolator3D<T extends NumericType<T>>classN-linear interpolator for ARGB values with overflow check. -
Uses of AbstractEuclideanSpace in net.imglib2.iterator
Subclasses of AbstractEuclideanSpace in net.imglib2.iteratorModifier and TypeClassDescriptionclassUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classUse this class to iterate a virtual rectangularIntervalwhose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...classAIntervalIteratorthat has an adjustable offsetclassALocalizingIntervalIteratorthat has an adjustable offsetclassUse this class to iterate a virtual rectangularIntervalwhose 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 TypeClassDescriptionclassAbstractOutOfBoundsValue<T extends Type<T>>classRepeat the boundary pixels.classOutOfBoundsConstantValue<T extends Type<T>>classCoordinates out of image bounds are periodically repeated.classOutOfBoundsRandomValue<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 TypeClassDescriptionclassAbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto somehow derived discrete coordinates.classFloor<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto its floor discrete coordinates.classFloorOffset<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto its floor discrete coordinates plus a discrete offset vector.classRound<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto 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 classclassclassclassIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.final classfinal classACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.classclassclassStackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.final classfinal classTODO -
Uses of AbstractEuclideanSpace in net.imglib2.view.iteration
Subclasses of AbstractEuclideanSpace in net.imglib2.view.iterationModifier and TypeClassDescriptionclassWrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.