Uses of Interface
net.imglib2.RealInterval
Packages that use RealInterval
Package
Description
-
Uses of RealInterval in net.imglib2
Classes in net.imglib2 with type parameters of type RealIntervalModifier and TypeClassDescriptionclassAbstractWrappedRealInterval<I extends RealInterval>Convenient base class forIterableRealIntervals, etc that forward theRealIntervalinterface to, for example, their source accessible.Subinterfaces of RealInterval in net.imglib2Modifier and TypeInterfaceDescriptioninterface{x∈Zn|mind≤ xd≤maxd;d∈{0… n-1}}interfaceAnIterableRealIntervalwhose elements are located at integer coordinates.interfacef:Rn∈[0,s]→Tinterfacef:{x∈Zn|[min,max]→T}interfacef:{x∈Rn|[min,max]→T}Classes in net.imglib2 that implement RealIntervalModifier and TypeClassDescriptionclassImplementation of theIntervalinterface.classImplementation of theRealIntervalinterface.classAbstractWrappedInterval<I extends Interval>Convenient base class forIterableIntervals,RandomAccessibleIntervals, etc that forward theIntervalinterface to, for example, their source accessible.classAbstractWrappedRealInterval<I extends RealInterval>Convenient base class forIterableRealIntervals, etc that forward theRealIntervalinterface to, for example, their source accessible.final classImplementation of theIntervalinterface.final classImplementation of theRealIntervalinterface.classKDTree<T>classA list of data samples at explicitinteger coordinates.classA list of data samples at explicitreal coordinates.Fields in net.imglib2 declared as RealIntervalMethods in net.imglib2 with parameters of type RealIntervalConstructors in net.imglib2 with parameters of type RealIntervalModifierConstructorDescriptionAbstractRealInterval(RealInterval interval) Creates a newAbstractRealIntervalusing an existingRealIntervalFinalRealInterval(RealInterval interval) Creates a newAbstractRealIntervalusing an existingRealInterval -
Uses of RealInterval in net.imglib2.converter
Classes in net.imglib2.converter that implement RealIntervalModifier and TypeClassDescriptionclassTODOclassAbstractConvertedIterableRandomAccessibleInterval<A, B, S extends IterableInterval<A>>TODOclassTODOclassMethods in net.imglib2.converter with parameters of type RealIntervalModifier and TypeMethodDescriptionabstract AbstractConvertedRealRandomAccess<A, B> AbstractConvertedRealRandomAccessible.realRandomAccess(RealInterval interval) -
Uses of RealInterval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealIntervalModifier and TypeClassDescriptionclassBiConvertedIterableInterval<A,B, C> TODOclassTODOclassTODOclassTODOclassTODOclassTODOclassTODOclassTODOMethods in net.imglib2.converter.read with parameters of type RealIntervalModifier and TypeMethodDescriptionBiConvertedRealRandomAccessible.realRandomAccess(RealInterval interval) BiConvertedRealRandomAccessibleRealInterval.realRandomAccess(RealInterval interval) ConvertedRealRandomAccessible.realRandomAccess(RealInterval interval) ConvertedRealRandomAccessibleRealInterval.realRandomAccess(RealInterval interval) -
Uses of RealInterval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RealIntervalModifier and TypeClassDescriptionclassTODOclassWriteConvertedIterableRandomAccessibleInterval<A, B, S extends RandomAccessible<A> & IterableInterval<A>>TODOclassTODOclassTODO -
Uses of RealInterval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement RealIntervalModifier and TypeClassDescriptionclassclassArrayImgAWTScreenImage<T extends NativeType<T>, A extends DataAccess>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 RealInterval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement RealIntervalModifier 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 RealInterval in net.imglib2.img
Subinterfaces of RealInterval 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 RealIntervalModifier and TypeClassDescriptionclassAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>, A>TODOclassAllows aRandomAccessibleIntervalto be treated as anImg. -
Uses of RealInterval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RealIntervalModifier and TypeClassDescriptionclassArrayImg<T extends NativeType<T>, A extends DataAccess>ThisImgstores an image in a single linear array of basic types. -
Uses of RealInterval in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RealIntervalModifier and TypeClassDescriptionclassAbstractCellImg<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.classclassCellImg<T extends NativeType<T>, A extends DataAccess>classLazyCellImg<T extends NativeType<T>, A extends DataAccess>AAbstractCellImgthat obtains its Cells lazily when they are accessed.static final classLazyCellImg.LazyCells<T extends Cell<?>> -
Uses of RealInterval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RealIntervalModifier 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 RealInterval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RealIntervalModifier and TypeClassDescriptionclassPlanarImg<T extends NativeType<T>, A extends ArrayDataAccess<A>>ANativeImgthat stores data in a list of primitive arrays, one per image plane. -
Uses of RealInterval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RealIntervalModifier and TypeClassDescriptionfinal classNtreeCursor<T extends NativeType<T>>final classNtreeImg<T extends NativeType<T>, A extends NtreeAccess<?,A>> -
Uses of RealInterval in net.imglib2.interpolation
Methods in net.imglib2.interpolation with parameters of type RealIntervalModifier and TypeMethodDescriptionInterpolatorFactory.create(F f, RealInterval interval) Interpolant.realRandomAccess(RealInterval interval) -
Uses of RealInterval in net.imglib2.interpolation.neighborsearch
Methods in net.imglib2.interpolation.neighborsearch with parameters of type RealIntervalModifier and TypeMethodDescriptionInverseDistanceWeightingInterpolatorFactory.create(KNearestNeighborSearch<T> search, RealInterval interval) Creates a newInverseDistanceWeightingInterpolatorusing a copy of the passedKNearestNeighborSearch.NearestNeighborSearchInterpolatorFactory.create(NearestNeighborSearch<T> search, RealInterval interval) Creates a newNearestNeighborSearchInterpolatorusing a copy of the passedNearestNeighborSearch. -
Uses of RealInterval in net.imglib2.interpolation.randomaccess
Methods in net.imglib2.interpolation.randomaccess with parameters of type RealIntervalModifier and TypeMethodDescriptionClampingNLinearInterpolatorFactory.create(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealIntervaland returnClampingNLinearInterpolatorFactory.create(RandomAccessible).FloorInterpolatorFactory.create(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealIntervaland returnFloorInterpolatorFactory.create(RandomAccessible).LanczosInterpolatorFactory.create(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealIntervaland returnLanczosInterpolatorFactory.create(RandomAccessible).NearestNeighborInterpolatorFactory.create(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealIntervaland returnNearestNeighborInterpolatorFactory.create(RandomAccessible).NLinearInterpolatorARGBFactory.create(RandomAccessible<ARGBType> randomAccessible, RealInterval interval) For now, ignore theRealIntervaland returnNLinearInterpolatorARGBFactory.create(RandomAccessible).NLinearInterpolatorFactory.create(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealIntervaland returnNLinearInterpolatorFactory.create(RandomAccessible). -
Uses of RealInterval in net.imglib2.interpolation.stack
Methods in net.imglib2.interpolation.stack with parameters of type RealIntervalModifier and TypeMethodDescriptionLinearRealRandomAccessibleStackInterpolatorFactory.create(F stack, RealInterval interval) NearestNeighborRealRandomAccessibleStackInterpolatorFactory.create(F stack, RealInterval interval) -
Uses of RealInterval in net.imglib2.iterator
Classes in net.imglib2.iterator that implement RealIntervalModifier 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 virtualRealIntervalin flat order, that is: with the first dimension varying most quickly and the last dimension varying most slowly.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, ...Constructors in net.imglib2.iterator with parameters of type RealIntervalModifierConstructorDescriptionLocalizingRealIntervalIterator(RealInterval interval, double[] step) Iterates anRealIntervalwith given min and max with the provided step along each dimension. -
Uses of RealInterval in net.imglib2.kdtree
Fields in net.imglib2.kdtree declared as RealIntervalModifier and TypeFieldDescriptionprivate RealIntervalKDTreeData.boundingBoxprivate RealIntervalKDTreePositions.boundingBoxMethods in net.imglib2.kdtree that return RealIntervalModifier and TypeMethodDescriptionKDTreeData.boundingBox()(package private) abstract RealIntervalKDTreePositions.createBoundingBox()protected RealIntervalKDTreePositions.Flat.createBoundingBox()protected RealIntervalKDTreePositions.Nested.createBoundingBox()Constructors in net.imglib2.kdtree with parameters of type RealIntervalModifierConstructorDescriptionKDTreeData(KDTreePositions positions, List<T> values, RealInterval boundingBox) KDTreeData(KDTreePositions positions, RandomAccessibleInterval<T> values, RealInterval boundingBox) -
Uses of RealInterval in net.imglib2.position
Methods in net.imglib2.position with parameters of type RealIntervalModifier and TypeMethodDescriptionFunctionRealRandomAccessible.realRandomAccess(RealInterval interval) RealPositionRealRandomAccessible.realRandomAccess(RealInterval interval) -
Uses of RealInterval in net.imglib2.test
Methods in net.imglib2.test with parameters of type RealIntervalModifier and TypeMethodDescriptionstatic voidImgLib2Assert.assertIntervalEquals(RealInterval expected, RealInterval actual, double tolerance) private static StringImgLib2Assert.intervalToString(RealInterval interval) -
Uses of RealInterval in net.imglib2.util
Classes in net.imglib2.util that implement RealIntervalMethods in net.imglib2.util with type parameters of type RealIntervalModifier and TypeMethodDescriptionstatic <T, F extends RealInterval & RealRandomAccessible<T>>
TUtil.getTypeFromRealInterval(F rai) Deprecated.Methods in net.imglib2.util that return RealIntervalModifier and TypeMethodDescriptionstatic RealIntervalIntervals.scale(RealInterval interval, double scale) Return anRealIntervalthat is scaled by the given factor.Methods in net.imglib2.util with parameters of type RealIntervalModifier and TypeMethodDescriptionstatic final booleanIntervals.contains(RealInterval containing, RealInterval contained) Test whether thecontaininginterval completely contains thecontainedinterval.static booleanIntervals.contains(RealInterval containing, RealLocalizable contained) Test whether thecontaininginterval contains thecontainedpoint.static booleanIntervals.equals(RealInterval a, RealInterval b) Tests whether twoRealIntervals are equal in their min / max.static booleanIntervals.equals(RealInterval a, RealInterval b, double tolerance) Tests whether twoRealIntervals are equal in their min / max.static FinalRealIntervalIntervals.intersect(RealInterval intervalA, RealInterval intervalB) Compute the intersection of two intervals.static booleanIntervals.isEmpty(RealInterval interval) Check whether the given interval is empty, that is, the maximum is smaller than the minimum in some dimension.static IntervalIntervals.largestContainedInterval(RealInterval ri) Compute the largestIntervalthat is contained in the specifiedRealInterval.static double[]Intervals.maxAsDoubleArray(RealInterval interval) Create adouble[]with the maximum of aRealInterval.static double[]Intervals.minAsDoubleArray(RealInterval interval) Create adouble[]with the minimum of aRealInterval.Localizables.RealLocationRealRandomAccessible.realRandomAccess(RealInterval interval) static RealIntervalIntervals.scale(RealInterval interval, double scale) Return anRealIntervalthat is scaled by the given factor.static IntervalIntervals.smallestContainingInterval(RealInterval ri) Compute the smallestIntervalcontaining the specifiedRealInterval.static StringIntervals.toString(RealInterval value) Returns a string that contains min and max of theRealInterval.static FinalRealIntervalIntervals.union(RealInterval intervalA, RealInterval intervalB) Compute the smallest interval that contains both input intervals.static FinalRealIntervalIntervals.unionUnsafe(RealInterval intervalA, RealInterval intervalB) Compute the smallest interval that contains both input intervals. -
Uses of RealInterval in net.imglib2.view
Classes in net.imglib2.view that implement RealIntervalModifier and TypeClassDescriptionclassIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.classGeneratesCursorsthat iterate aRandomAccessibleIntervalinFlatIterationOrder, that is: row by row, plane by plane, cube by cube, ...final classACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.classStackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.classSubsampleIntervalViewis a view that provides access to only every sdth value of a sourceRandomAccessibleInterval.Methods in net.imglib2.view with parameters of type RealIntervalModifier and TypeMethodDescriptionfinal RealRandomAccess<T> ExtendedRealRandomAccessibleRealInterval.realRandomAccess(RealInterval interval) -
Uses of RealInterval in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RealInterval -
Uses of RealInterval in net.imglib2.view.iteration
Subinterfaces of RealInterval in net.imglib2.view.iterationModifier and TypeInterfaceDescriptioninterfaceClasses in net.imglib2.view.iteration that implement RealIntervalModifier and TypeClassDescriptionprivate classprivate classAnIterableIntervalon a slice of aSubIntervalIterable.private class