Uses of Interface
net.imglib2.Typed
-
-
Uses of Typed in net.imglib2
Subinterfaces of Typed 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.interfaceIterableInterval<T>AnIterableRealIntervalwhose elements are located at integer coordinates.interfaceIterableRealInterval<T>f:Rn∈[0,s]→TinterfaceLocalizableSampler<T>Combination ofLocalizableandSamplerinterfaces.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.interfaceRealLocalizableSampler<T>Combination ofRealLocalizableandSamplerinterfaces.interfaceRealRandomAccess<T>interfaceRealRandomAccessible<T>f:Rn→TinterfaceRealRandomAccessibleRealInterval<T>f:{x∈Rn|[min,max]→T}interfaceSampler<T>TheSamplerinterface provides access to a value whose type is specified by the generic parameter T.Classes in net.imglib2 that implement Typed Modifier and Type Class Description classAbstractCursor<T>Abstract implementation ofCursor.classAbstractCursorInt<T>Abstract implementation ofCursor.classAbstractLocalizingCursor<T>Abstract base class for localizingCursors.classAbstractLocalizingCursorInt<T>Abstract base class for localizingCursors.classKDTree<T>classKDTree.KDTreeCursorclassKDTreeNode<T>Proxy for a node in a KDTree.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.PointSampleListCursorclassRealPointSample<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 Typed in net.imglib2.converter
Classes in net.imglib2.converter that implement Typed 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 Typed in net.imglib2.converter.read
-
Uses of Typed in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Typed Modifier and Type Class Description private static classTypeUtils.ConstantSampler<T>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 Typed in net.imglib2.display.projector.sampler
Subinterfaces of Typed in net.imglib2.display.projector.sampler Modifier and Type Interface Description interfaceProjectedSampler<T>provides samples from a projected (SamplingProjector2D) dimension.Classes in net.imglib2.display.projector.sampler that implement Typed Modifier and Type Class Description classIntervalSampler<T>allows stepwise access to a preselected projected dimension.classSelectiveSampler<T>Provides access to a set of predefined positions of a projected dimension -
Uses of Typed in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement Typed 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 Typed in net.imglib2.histogram
Classes in net.imglib2.histogram that implement Typed 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 Typed in net.imglib2.img
Subinterfaces of Typed 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 Typed 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 Typed in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Typed 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 Typed in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Typed 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.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 Typed in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Typed 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 Typed in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Typed 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 Typed in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Typed 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 Typed in net.imglib2.interpolation
Classes in net.imglib2.interpolation that implement Typed Modifier and Type Class Description classInterpolant<T,F>ARealRandomAccessiblethat is generated through interpolation. -
Uses of Typed in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement Typed 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 Typed in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement Typed 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 Typed in net.imglib2.interpolation.stack
Classes in net.imglib2.interpolation.stack that implement Typed 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 Typed in net.imglib2.outofbounds
Subinterfaces of Typed in net.imglib2.outofbounds Modifier and Type Interface Description interfaceOutOfBounds<T>interfaceRealOutOfBounds<T>Classes in net.imglib2.outofbounds that implement Typed 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 Typed in net.imglib2.position
Classes in net.imglib2.position that implement Typed Modifier and Type Class Description 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 Typed in net.imglib2.stream
Subinterfaces of Typed 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 Typed 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 Typed in net.imglib2.util
Classes in net.imglib2.util that implement Typed 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 Typed in net.imglib2.view
Subinterfaces of Typed in net.imglib2.view Modifier and Type Interface Description interfaceTransformedRandomAccessible<T>A view of a RandomAccessible which is related by a coordinateTransformto its source. -
Uses of Typed in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Typed 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.InterleaveRandomAccess -
Uses of Typed in net.imglib2.view.iteration
Subinterfaces of Typed in net.imglib2.view.iteration Modifier and Type Interface Description interfaceSubIntervalIterable<T>Classes in net.imglib2.view.iteration that implement Typed 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.
-