Uses of Interface
net.imglib2.IterableRealInterval
Packages that use IterableRealInterval
Package
Description
-
Uses of IterableRealInterval in net.imglib2
Subinterfaces of IterableRealInterval in net.imglib2Modifier and TypeInterfaceDescriptioninterfaceAnIterableRealIntervalwhose elements are located at integer coordinates.Classes in net.imglib2 that implement IterableRealIntervalModifier and TypeClassDescriptionclassKDTree<T>KDTree to access values at RealLocalizable positions.classA list of data samples at explicitinteger coordinates.classA list of data samples at explicitreal coordinates.Constructors in net.imglib2 with parameters of type IterableRealIntervalModifierConstructorDescriptionKDTree(IterableRealInterval<T> interval) Construct a KDTree from the elements of the givenIterableRealInterval. -
Uses of IterableRealInterval in net.imglib2.converter
Classes in net.imglib2.converter that implement IterableRealIntervalModifier and TypeClassDescriptionclassTODOclassAbstractConvertedIterableRandomAccessibleInterval<A,B, S extends RandomAccessible<A> & IterableInterval<A>> TODO -
Uses of IterableRealInterval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement IterableRealInterval -
Uses of IterableRealInterval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement IterableRealIntervalModifier and TypeClassDescriptionclassTODOclassWriteConvertedIterableRandomAccessibleInterval<A,B, S extends RandomAccessible<A> & IterableInterval<A>> TODO -
Uses of IterableRealInterval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement IterableRealIntervalModifier and TypeClassDescriptionclassclassArrayImgAWTScreenImage<T extends NativeType<T>,A> AnAWTScreenImagethat is anArrayImg.classAAWTScreenImagethat is anArrayImg<ByteType, ByteArray>.classAAWTScreenImagethat is anArrayImg<DoubleType, DoubleArray>.classAAWTScreenImagethat is anArrayImg<FloatType, FloatArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<UnsignedByteType, ByteArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<UnsignedShortType, ShortArray>. -
Uses of IterableRealInterval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement IterableRealIntervalModifier and TypeClassDescriptionclassThis 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 IterableRealInterval in net.imglib2.img
Subinterfaces of IterableRealInterval in net.imglib2.imgModifier and TypeInterfaceDescriptioninterfaceImg<T>AnImgis aRandomAccessibleIntervalthat has its min at 0n and its max positive.interfaceTODOClasses in net.imglib2.img that implement IterableRealIntervalModifier and TypeClassDescriptionclassAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>,A> TODOclassAllows aRandomAccessibleIntervalto be treated as anImg. -
Uses of IterableRealInterval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement IterableRealIntervalModifier and TypeClassDescriptionclassArrayImg<T extends NativeType<T>,A> ThisImgstores an image in a single linear array of basic types. -
Uses of IterableRealInterval in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement IterableRealIntervalModifier and TypeClassDescriptionclassAbstractCellImg<T extends NativeType<T>,A, C extends Cell<A>, I extends RandomAccessible<C> & IterableInterval<C>> Abstract superclass forImgtypes that divide their underlying data into cells.classCellImg<T extends NativeType<T>,A> classLazyCellImg<T extends NativeType<T>,A> AAbstractCellImgthat obtains its Cells lazily when they are accessed.static final class -
Uses of IterableRealInterval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement IterableRealIntervalModifier and TypeClassDescriptionclassAbstract base class forImgthat store pixels in a single linear array (anArrayListor similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE.classAbstract base class forImgthat store pixels in a single linear list addressed by a long.classListImg<T> -
Uses of IterableRealInterval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement IterableRealIntervalModifier and TypeClassDescriptionclassPlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>> ANativeImgthat stores data in an list of primitive arrays, one per image plane. -
Uses of IterableRealInterval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement IterableRealIntervalModifier and TypeClassDescriptionfinal classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?, A>> -
Uses of IterableRealInterval in net.imglib2.neighborsearch
Fields in net.imglib2.neighborsearch declared as IterableRealIntervalModifier and TypeFieldDescriptionprotected final IterableRealInterval<T> KNearestNeighborSearchOnIterableRealInterval.iterableprotected final IterableRealInterval<T> NearestNeighborSearchOnIterableRealInterval.iterableConstructors in net.imglib2.neighborsearch with parameters of type IterableRealIntervalModifierConstructorDescriptionKNearestNeighborSearchOnIterableRealInterval(IterableRealInterval<T> iterable, int k) -
Uses of IterableRealInterval in net.imglib2.view
Classes in net.imglib2.view that implement IterableRealIntervalModifier and TypeClassDescriptionclassIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.classGeneratesCursorsthat iterate aRandomAccessibleIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...