Uses of Class
net.imglib2.AbstractEuclideanSpace
-
-
Uses of AbstractEuclideanSpace in net.imglib2
Subclasses of AbstractEuclideanSpace in net.imglib2 Modifier and Type Class Description classAbstractCursor<T>Abstract implementation ofCursor.classAbstractCursorInt<T>Abstract implementation ofCursor.classAbstractIntervalImplementation of theIntervalinterface.classAbstractLocalizableAn abstract class that implements theLocalizableinterface using a long[] array to maintain position.classAbstractLocalizableIntAn abstract class that implements theLocalizableinterface using an int[] array to maintain position.classAbstractLocalizingCursor<T>Abstract base class for localizingCursors.classAbstractLocalizingCursorInt<T>Abstract base class for localizingCursors.classAbstractRealIntervalImplementation of theRealIntervalinterface.classAbstractRealLocalizableAn abstract class that implements theRealLocalizableinterface using an array of doubles to maintain positionclassFinalIntervalImplementation of theIntervalinterface.classFinalRealIntervalImplementation of theRealIntervalinterface.classPointA Point is a position in Euclidean space specified in integer coordinates.classPointSample<T>A simple default implementation ofRandomAccessthat can be used to combine a real location and a sample instance, e.g.classPointSampleList<T>A list of data samples at explicitinteger coordinates.classRealPointA point is a location in EuclideanSpace.classRealPointSample<T>A simple default implementation ofRealRandomAccessthat can be used to combine a real location and a sample value, e.g. -
Uses of AbstractEuclideanSpace in net.imglib2.display.projector
Subclasses of AbstractEuclideanSpace in net.imglib2.display.projector Modifier and Type Class Description classAbstractProjector2DBase class for 2D projectors.classIterableIntervalProjector2D<A,B>A general 2D Projector that uses two dimensions as input to create the 2D result.classRandomAccessibleProjector2D<A,B>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.composite Modifier and Type Class Description classCompositeXYProjector<A>Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).classCompositeXYRandomAccessibleProjector<A>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.sampler Modifier and Type Class Description classSamplingProjector2D<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.specialized Modifier and Type Class Description classArrayImgXYByteProjector<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.volatiles Modifier and Type Class Description classVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>IterableIntervalProjector2DforVolatileinput. -
Uses of AbstractEuclideanSpace in net.imglib2.img.array
Subclasses of AbstractEuclideanSpace in net.imglib2.img.array Modifier and Type Class Description classAbstractArrayCursor<T extends NativeType<T>>classAbstractArrayLocalizingCursor<T extends NativeType<T>>classArrayCursor<T extends NativeType<T>>classArrayLocalizingCursor<T extends NativeType<T>>(package private) classArrayLocalizingSpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.classArrayLocalizingSubIntervalCursor<T extends NativeType<T>>LocalizingAbstractArrayLocalizingCursoron anArrayImg.classArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg.classArraySubIntervalCursor<T extends NativeType<T>> -
Uses of AbstractEuclideanSpace in net.imglib2.img.cell
Subclasses of AbstractEuclideanSpace in net.imglib2.img.cell Modifier and Type Class Description classCellCursor<T extends NativeType<T>,C extends Cell<?>>Cursoron aAbstractCellImg.private classCellGrid.CellIntervalsRAclassCellLocalizingCursor<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.list Modifier and Type Class Description classAbstractLongListImg.LongListCursorclassAbstractLongListImg.LongListLocalizingCursorclassAbstractLongListImg.LongListRandomAccessclassListCursor<T>classListLocalizingCursor<T>classListRandomAccess<T>RandomAccesson aListImg. -
Uses of AbstractEuclideanSpace in net.imglib2.img.planar
Subclasses of AbstractEuclideanSpace in net.imglib2.img.planar Modifier and Type Class Description classPlanarCursor<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 Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>> -
Uses of AbstractEuclideanSpace in net.imglib2.interpolation.neighborsearch
Subclasses of AbstractEuclideanSpace in net.imglib2.interpolation.neighborsearch Modifier and Type Class Description classInverseDistanceWeightingInterpolator<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.classNearestNeighborSearchInterpolator<T>Nearest-neighbor interpolation implemented byNearestNeighborSearch. -
Uses of AbstractEuclideanSpace in net.imglib2.interpolation.randomaccess
Subclasses of AbstractEuclideanSpace in net.imglib2.interpolation.randomaccess Modifier and Type Class Description classClampingNLinearInterpolatorRealType<T extends RealType<T>>N-linear interpolator forRealTypevalues with overflow check.classClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>N-linear interpolator for volatile ARGB values with overflow check.classClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>N-linear interpolator forRealTypevalues with overflow check.classFloorInterpolator<T>RealRandomAccessto aRandomAccessby nearest floor interpolation (i.e., the value is sampled at floor(x)).classLanczosInterpolator<T extends RealType<T>>n-dimensional double-based Lanczos InterpolationclassNearestNeighborInterpolator<T>RealRandomAccessto 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>>classNLinearInterpolatorARGBN-linear interpolator for ARGB values with overflow check. -
Uses of AbstractEuclideanSpace in net.imglib2.interpolation.stack
Subclasses of AbstractEuclideanSpace in net.imglib2.interpolation.stack Modifier and Type Class Description classLinearRealRandomAccessibleStackInterpolator<T extends NumericType<T>>A linear interpolator for stacks ofRealRandomAccessibles.classNearestNeighborRealRandomAccessibleStackInterpolator<T>A nearest neighbor interpolator for stacks ofRealRandomAccessibles. -
Uses of AbstractEuclideanSpace in net.imglib2.iterator
Subclasses of AbstractEuclideanSpace in net.imglib2.iterator Modifier and Type Class Description classIntervalIteratorUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classLocalizingIntervalIteratorUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classLocalizingRealIntervalIteratorUse this class to iterate a virtualRealIntervalin flat order, that is: with the first dimension varying most quickly and the last dimension varying most slowly.classLocalizingZeroMinIntervalIteratorUse 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, ...classOffsetableIntervalIteratorAIntervalIteratorthat has an adjustable offsetclassOffsetableLocalizingIntervalIteratorALocalizingIntervalIteratorthat has an adjustable offsetclassZeroMinIntervalIteratorUse 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.outofbounds Modifier and Type Class Description classAbstractOutOfBoundsValue<T>classOutOfBoundsBorder<T>Repeat the boundary pixels.classOutOfBoundsConstantValue<T>classOutOfBoundsPeriodic<T>Coordinates out of image bounds are periodically repeated.classOutOfBoundsRandomValue<T extends RealType<T>>Return a random value in a certain range when outside of the IntervalclassRealOutOfBoundsRealRandomAccess<T> -
Uses of AbstractEuclideanSpace in net.imglib2.position
Subclasses of AbstractEuclideanSpace in net.imglib2.position Modifier and Type Class Description classFunctionRandomAccessible.FunctionRandomAccessclassFunctionRealRandomAccessible.RealFunctionRealRandomAccessclassPositionRandomAccessible.PositionRandomAccessclassRealPositionRealRandomAccessible.RealPositionRealRandomAccess -
Uses of AbstractEuclideanSpace in net.imglib2.position.transform
Subclasses of AbstractEuclideanSpace in net.imglib2.position.transform Modifier and Type Class Description classAbstractPositionableTransform<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.util
Subclasses of AbstractEuclideanSpace in net.imglib2.util Modifier and Type Class Description private classGrid.CellIntervalsRAprivate static classLocalizables.LocationRandomAccessA RandomAccess that returns its current position as value.private static classLocalizables.LocationRandomAccessibleprivate static classLocalizables.RealLocationRealRandomAccessA RandomAccess that returns its current position as value.private static classLocalizables.RealLocationRealRandomAccessible -
Uses of AbstractEuclideanSpace in net.imglib2.view
Subclasses of AbstractEuclideanSpace in net.imglib2.view Modifier and Type Class Description classFullSourceMapMixedRandomAccess<T>classFullSourceMapSlicingRandomAccess<T>classHyperSlicesView.HyperSlicesViewRandomAccessclassIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.classMixedRandomAccess<T>classRandomAccessibleIntervalCursor<T>ACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.classRandomAccessibleOnRealRandomAccessible<T>classSlicingRandomAccess<T>classStackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.classTransformRandomAccess<T>classTranslationRandomAccess<T>TODO -
Uses of AbstractEuclideanSpace in net.imglib2.view.iteration
Subclasses of AbstractEuclideanSpace in net.imglib2.view.iteration Modifier and Type Class Description classSlicingCursor<T>Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-