Uses of Interface
net.imglib2.EuclideanSpace
-
-
Uses of EuclideanSpace in net.imglib2
Subinterfaces of EuclideanSpace in net.imglib2 Modifier and Type Interface Description interfaceCursor<T>A Cursor iterates over a set of Localizable elements, for example the image values at the (integer) pixel positions of an image.interfaceDimensionsDefines an extent in n-dimensional discrete space.interfaceInterval{x∈Zn|mind≤ xd≤maxd;d∈{0… n-1}}interfaceIterableInterval<T>AnIterableRealIntervalwhose elements are located at integer coordinates.interfaceIterableRealInterval<T>f:Rn∈[0,s]→TinterfaceLocalizableTheLocalizableinterface can localize itself in an n-dimensional discrete space.interfaceLocalizableSampler<T>Combination ofLocalizableandSamplerinterfaces.interfacePositionableAn element that can be positioned in n-dimensional discrete space.interfaceRandomAccess<T>interfaceRandomAccessible<T>f:Zn→TinterfaceRandomAccessibleInterval<T>f:{x∈Zn|[min,max]→T}interfaceRealCursor<T>A RealCursor iterates over a set of RealLocalizable elements, for example intensity values sampled at a finite set of arbitrary real positions.interfaceRealInterval{x∈Rn|mind≤ xd≤maxd;d∈{0… n-1}}interfaceRealLocalizableTheRealLocalizableinterface can localize itself in an n-dimensional real space.interfaceRealLocalizableSampler<T>Combination ofRealLocalizableandSamplerinterfaces.interfaceRealPositionableAn element that can be positioned in n-dimensional real space.interfaceRealRandomAccess<T>interfaceRealRandomAccessible<T>f:Rn→TinterfaceRealRandomAccessibleRealInterval<T>f:{x∈Rn|[min,max]→T}Classes in net.imglib2 that implement EuclideanSpace Modifier and Type Class Description classAbstractCursor<T>Abstract implementation ofCursor.classAbstractCursorInt<T>Abstract implementation ofCursor.classAbstractEuclideanSpaceSuperclass of abstract EuclideanSpace implementations (accessors, containers, etc).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 positionclassAbstractWrappedInterval<I extends Interval>Convenient base class forIterableIntervals,RandomAccessibleIntervals, etc that forward theIntervalinterface to, for example, their source accessible.classAbstractWrappedLocalizable<L extends Localizable>Convenient base class for accessors etc, that source allLocalizablecalls to aLocalizablesource.classAbstractWrappedPositionableLocalizable<P extends Positionable & Localizable>Convenient base class for accessors etc, that source allLocalizableandPositionablecalls to aLocalizable & Positionablesource.classAbstractWrappedRealInterval<I extends RealInterval>Convenient base class forIterableRealIntervals, etc that forward theRealIntervalinterface to, for example, their source accessible.classFinalDimensionsAn implementation of dimensionality that can wrap a long[] array.classFinalIntervalImplementation of theIntervalinterface.classFinalRealIntervalImplementation of theRealIntervalinterface.classKDTree<T>classKDTree.KDTreeCursorclassKDTreeNode<T>Proxy for a node in a KDTree.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.classPointSampleList.PointSampleListCursorclassRealPointA 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.classRealPointSampleList<T>A list of data samples at explicitreal coordinates.classRealPointSampleList.RealPointSampleListCursor -
Uses of EuclideanSpace in net.imglib2.converter
Classes in net.imglib2.converter that implement EuclideanSpace Modifier and Type Class Description classAbstractConvertedCursor<A,B>TODOclassAbstractConvertedIterableInterval<A,B>TODOclassAbstractConvertedIterableRandomAccessibleInterval<A,B,S extends IterableInterval<A>>TODOclassAbstractConvertedIterableRealInterval<A,B>TODOclassAbstractConvertedRandomAccess<A,B>TODOclassAbstractConvertedRandomAccessible<A,B>TODOclassAbstractConvertedRandomAccessibleInterval<A,B>classAbstractConvertedRealCursor<A,B>TODOclassAbstractConvertedRealRandomAccess<A,B>TODOclassAbstractConvertedRealRandomAccessible<A,B>TODO -
Uses of EuclideanSpace in net.imglib2.converter.read
-
Uses of EuclideanSpace in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement EuclideanSpace Modifier and Type Class Description classWriteConvertedCursor<A,B>TODOclassWriteConvertedIterableInterval<A,B>TODOclassWriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>TODOclassWriteConvertedIterableRealInterval<A,B>TODOclassWriteConvertedRandomAccess<A,B>TODOclassWriteConvertedRandomAccessible<A,B>TODOclassWriteConvertedRandomAccessibleInterval<A,B>TODOclassWriteConvertedRealCursor<A,B>TODO -
Uses of EuclideanSpace in net.imglib2.display.projector
Classes in net.imglib2.display.projector that implement EuclideanSpace 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 EuclideanSpace in net.imglib2.display.projector.composite
Classes in net.imglib2.display.projector.composite that implement EuclideanSpace 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 EuclideanSpace in net.imglib2.display.projector.sampler
Classes in net.imglib2.display.projector.sampler that implement EuclideanSpace 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 EuclideanSpace in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized that implement EuclideanSpace 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 EuclideanSpace in net.imglib2.display.projector.volatiles
Classes in net.imglib2.display.projector.volatiles that implement EuclideanSpace Modifier and Type Class Description classVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>IterableIntervalProjector2DforVolatileinput. -
Uses of EuclideanSpace in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement EuclideanSpace Modifier and Type Class Description classARGBScreenImageclassArrayImgAWTScreenImage<T extends NativeType<T>,A extends DataAccess>AnAWTScreenImagethat is anArrayImg.classByteAWTScreenImageAAWTScreenImagethat is anArrayImg<ByteType, ByteArray>.classDoubleAWTScreenImageAAWTScreenImagethat is anArrayImg<DoubleType, DoubleArray>.classFloatAWTScreenImageAAWTScreenImagethat is anArrayImg<FloatType, FloatArray>.classIntAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classShortAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classUnsignedByteAWTScreenImageAAWTScreenImagethat is anArrayImg<UnsignedByteType, ByteArray>.classUnsignedIntAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classUnsignedShortAWTScreenImageAAWTScreenImagethat is anArrayImg<UnsignedShortType, ShortArray>. -
Uses of EuclideanSpace in net.imglib2.histogram
Classes in net.imglib2.histogram that implement EuclideanSpace Modifier and Type Class Description classDiscreteFrequencyDistributionThis class represents an n-dimensional set of counters.classHistogram1d<T>A Histogram1d is a histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areasclassHistogramNd<T>A HistogramNd is an n-dimensional histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areas -
Uses of EuclideanSpace in net.imglib2.img
Subinterfaces of EuclideanSpace in net.imglib2.img Modifier and Type Interface Description interfaceImg<T>AnImgis aRandomAccessibleIntervalthat has its min at 0n and its max positive.interfaceNativeImg<T extends Type<T>,A>TODOClasses in net.imglib2.img that implement EuclideanSpace Modifier and Type Class Description classAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>,A>TODOclassImgView<T extends Type<T>>Allows aRandomAccessibleIntervalto be treated as anImg. -
Uses of EuclideanSpace in net.imglib2.img.array
Classes in net.imglib2.img.array that implement EuclideanSpace Modifier and Type Class Description classAbstractArrayCursor<T extends NativeType<T>>classAbstractArrayLocalizingCursor<T extends NativeType<T>>classArrayCursor<T extends NativeType<T>>classArrayImg<T extends NativeType<T>,A extends DataAccess>ThisImgstores an image in a single linear array of basic types.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.(package private) classArraySpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.classArraySubIntervalCursor<T extends NativeType<T>> -
Uses of EuclideanSpace in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement EuclideanSpace Modifier and Type Class Description classAbstractCellImg<T extends NativeType<T>,A extends DataAccess,C extends Cell<A>,I extends RandomAccessible<C> & IterableInterval<C>>Abstract superclass forImgtypes that divide their underlying data into cells.classCell<A>A cell of anAbstractCellImg.classCellCursor<T extends NativeType<T>,C extends Cell<?>>Cursoron aAbstractCellImg.classCellGrid.CellIntervalsprivate classCellGrid.CellIntervalsRAclassCellImg<T extends NativeType<T>,A extends DataAccess>classCellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>LocalizingCursoron aAbstractCellImg.classCellRandomAccess<T extends NativeType<T>,C extends Cell<?>>RandomAccesson aAbstractCellImg.(package private) classCellSpliterator<T extends NativeType<T>,C extends Cell<?>>LocalizableSpliterator forCellImg.classLazyCellImg<T extends NativeType<T>,A extends DataAccess>AAbstractCellImgthat obtains its Cells lazily when they are accessed.static classLazyCellImg.LazyCells<T extends Cell<?>> -
Uses of EuclideanSpace in net.imglib2.img.list
Classes in net.imglib2.img.list that implement EuclideanSpace Modifier and Type Class Description classAbstractListImg<T>Abstract base class forImgthat store pixels in a single linear array (anArrayListor similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE.classAbstractLongListImg<T>Abstract base class forImgthat store pixels in a single linear list addressed by a long.classAbstractLongListImg.LongListCursorclassAbstractLongListImg.LongListLocalizingCursorclassAbstractLongListImg.LongListRandomAccessclassListCursor<T>classListImg<T>ThisImgstores an image in a single linearArrayList.classListLocalizingCursor<T>classListRandomAccess<T>RandomAccesson aListImg. -
Uses of EuclideanSpace in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement EuclideanSpace 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 2dPlanarContainersclassPlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>ANativeImgthat stores data in a list of primitive arrays, one per image plane.classPlanarLocalizingCursor<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.(package private) classPlanarSpliterator<T extends NativeType<T>>LocalizableSpliterator forPlanarImg. -
Uses of EuclideanSpace in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement EuclideanSpace Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>>classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>>classNtreeRandomAccess<T extends NativeType<T>> -
Uses of EuclideanSpace in net.imglib2.interpolation
Classes in net.imglib2.interpolation that implement EuclideanSpace Modifier and Type Class Description classInterpolant<T,F>ARealRandomAccessiblethat is generated through interpolation.Constructors in net.imglib2.interpolation with parameters of type EuclideanSpace Constructor Description Interpolant(EuclideanSpace source, InterpolatorFactory<T,F> factory)Deprecated.use the compile time safe constructorInterpolant(Object, InterpolatorFactory, int)instead -
Uses of EuclideanSpace in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement EuclideanSpace 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 EuclideanSpace in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement EuclideanSpace 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 EuclideanSpace in net.imglib2.interpolation.stack
Classes in net.imglib2.interpolation.stack that implement EuclideanSpace 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 EuclideanSpace in net.imglib2.iterator
Classes in net.imglib2.iterator that implement EuclideanSpace 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 EuclideanSpace in net.imglib2.loops
Subinterfaces of EuclideanSpace in net.imglib2.loops Modifier and Type Interface Description static interfaceSyncedPositionables.Private.ForwarderClasses in net.imglib2.loops that implement EuclideanSpace Modifier and Type Class Description static classSyncedPositionables.Private.Forwarder1static classSyncedPositionables.Private.Forwarder2static classSyncedPositionables.Private.Forwarder3static classSyncedPositionables.Private.Forwarder4static classSyncedPositionables.Private.Forwarder5static classSyncedPositionables.Private.GeneralForwarder -
Uses of EuclideanSpace in net.imglib2.neighborsearch
Subinterfaces of EuclideanSpace in net.imglib2.neighborsearch Modifier and Type Interface Description interfaceKNearestNeighborSearch<T>k-nearest-neighbor search in an Euclidean space.interfaceNearestNeighborSearch<T>Nearest-neighbor search in an Euclidean space.interfaceRadiusNeighborSearch<T>Radius neighbor search in an Euclidean space.Classes in net.imglib2.neighborsearch that implement EuclideanSpace Modifier and Type Class Description classKNearestNeighborSearchOnIterableRealInterval<T>k-nearest-neighbor search onIterableRealIntervalimplemented as linear search.classKNearestNeighborSearchOnKDTree<T>Implementation ofKNearestNeighborSearchsearch for kd-trees.classNearestNeighborSearchOnIterableRealInterval<T>k-nearest-neighbor search onIterableRealIntervalimplemented as linear search.classNearestNeighborSearchOnKDTree<T>Implementation ofNearestNeighborSearchsearch for kd-trees.classRadiusNeighborSearchOnKDTree<T>Implementation ofRadiusNeighborSearchsearch for kd-trees. -
Uses of EuclideanSpace in net.imglib2.outofbounds
Subinterfaces of EuclideanSpace in net.imglib2.outofbounds Modifier and Type Interface Description interfaceOutOfBounds<T>interfaceRealOutOfBounds<T>Classes in net.imglib2.outofbounds that implement EuclideanSpace Modifier and Type Class Description classAbstractOutOfBoundsMirror<T>Abstract implementation of shared functions for mirroring out of bounds.classAbstractOutOfBoundsValue<T>classOutOfBoundsBorder<T>Repeat the boundary pixels.classOutOfBoundsConstantValue<T>classOutOfBoundsMirrorDoubleBoundary<T>Coordinates out of image bounds are mirrored between boundary coordinates.classOutOfBoundsMirrorExpWindowing<T extends NumericType<T>>Adds a exponential windowing to the mirrored content outside the Interval boundariesclassOutOfBoundsMirrorSingleBoundary<T>Coordinates out of image bounds are mirrored at boundary coordinates.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 EuclideanSpace in net.imglib2.position
Classes in net.imglib2.position that implement EuclideanSpace Modifier and Type Class Description classAbstractFunctionEuclideanSpace<P,T>Abstract base class for functions that generate values through aBiConsumer.classFunctionRandomAccessible<T>ARandomAccessiblethat generates a function value for each position in discrete coordinate space by side-effect using aBiConsumer.classFunctionRandomAccessible.FunctionRandomAccessclassFunctionRealRandomAccessible<T>ARealRandomAccessiblethat generates a function value for each position in real coordinate space by side-effect using aBiConsumer.classFunctionRealRandomAccessible.RealFunctionRealRandomAccessclassPositionRandomAccessibleARandomAccessibleover the d-th position of discrete coordinate space.classPositionRandomAccessible.PositionRandomAccessclassRealPositionRealRandomAccessibleARealRandomAccessibleover the d-th position of real coordinate space.classRealPositionRealRandomAccessible.RealPositionRealRandomAccess -
Uses of EuclideanSpace in net.imglib2.position.transform
Classes in net.imglib2.position.transform that implement EuclideanSpace 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 EuclideanSpace in net.imglib2.stream
Subinterfaces of EuclideanSpace in net.imglib2.stream Modifier and Type Interface Description interfaceLocalizableSpliterator<T>ASpliterator<T>which is Localizable similar to a Cursor.interfaceRealLocalizableSpliterator<T>ASpliterator<T>which is Localizable similar to a Cursor.Classes in net.imglib2.stream that implement EuclideanSpace Modifier and Type Class Description classCursorSpliterator<T>Spliterator implementation on top ofRealCursor.(package private) classLocalizableSamplerWrapper<T>WrapsLocalizableSpliteratorasSpliterator<LocalizableSampler<T>>.classRealCursorSpliterator<T>Spliterator implementation on top ofRealCursor.(package private) classRealLocalizableSamplerWrapper<T>WrapsRealLocalizableSpliteratorasSpliterator<RealLocalizableSampler<T>>. -
Uses of EuclideanSpace in net.imglib2.util
Classes in net.imglib2.util that implement EuclideanSpace Modifier and Type Class Description classGrid.CellIntervalsprivate 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 EuclideanSpace in net.imglib2.view
Subinterfaces of EuclideanSpace in net.imglib2.view Modifier and Type Interface Description interfaceTransformedRandomAccessible<T>A view of a RandomAccessible which is related by a coordinateTransformto its source.Methods in net.imglib2.view with type parameters of type EuclideanSpace Modifier and Type Method Description static <T,F extends EuclideanSpace>
RealRandomAccessible<T>Views. interpolate(F source, InterpolatorFactory<T,F> factory)Returns aRealRandomAccessibleusing interpolation -
Uses of EuclideanSpace in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement EuclideanSpace Modifier and Type Class Description classCompositeIntervalView<T,C extends Composite<T>>classCompositeView<T,C extends Composite<T>>classCompositeView.CompositeRandomAccessclassInflateView<T>InflateViewexpands the composite elements of aRandomAccessibleofCompositeof T into the trailing dimension of an (n+1)-dimensionalRandomAccessibleof T.classInflateView.InflateRandomAccessclassInterleaveView<T>classInterleaveView.InterleaveRandomAccessclassRealComposite<T extends RealType<T>>A vector ofRealTypescalars. -
Uses of EuclideanSpace in net.imglib2.view.iteration
Subinterfaces of EuclideanSpace in net.imglib2.view.iteration Modifier and Type Interface Description interfaceSubIntervalIterable<T>Classes in net.imglib2.view.iteration that implement EuclideanSpace Modifier and Type Class Description private classIterableTransformBuilder.IterableIntervalViewprivate classIterableTransformBuilder.SliceAnIterableIntervalon a slice of aSubIntervalIterable.private classIterableTransformBuilder.SubIntervalclassSlicingCursor<T>Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-