Uses of Interface
net.imglib2.IterableRealInterval
-
-
Uses of IterableRealInterval in net.imglib2
Subinterfaces of IterableRealInterval in net.imglib2 Modifier and Type Interface Description interfaceIterableInterval<T>AnIterableRealIntervalwhose elements are located at integer coordinates.interfaceRandomAccessibleInterval<T>f:{x∈Zn|[min,max]→T}Classes in net.imglib2 that implement IterableRealInterval Modifier and Type Class Description classKDTree<T>classPointSampleList<T>A list of data samples at explicitinteger coordinates.classRealPointSampleList<T>A list of data samples at explicitreal coordinates.Methods in net.imglib2 with parameters of type IterableRealInterval Modifier and Type Method Description private static <A> java.lang.Iterable<RealLocalizable>KDTree. positionsIterable(IterableRealInterval<A> sourceInterval)private static intKDTree. verifySize(IterableRealInterval<?> interval)Constructors in net.imglib2 with parameters of type IterableRealInterval Constructor Description KDTree(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 IterableRealInterval Modifier and Type Class Description classAbstractConvertedIterableInterval<A,B>TODOclassAbstractConvertedIterableRandomAccessibleInterval<A,B,S extends IterableInterval<A>>TODOclassAbstractConvertedIterableRealInterval<A,B>TODOclassAbstractConvertedRandomAccessibleInterval<A,B>Methods in net.imglib2.converter that return IterableRealInterval Modifier and Type Method Description static <A,B extends Type<B>>
IterableRealInterval<B>Converters. convert(IterableRealInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, B b)static <A,B extends Type<B>>
IterableRealInterval<B>Converters. convert(IterableRealInterval<A> source, Converter<? super A,? super B> converter, B b)static <A,B,C extends Type<C>>
IterableRealInterval<C>Converters. convert(IterableRealInterval<A> sourceA, IterableRealInterval<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, C c)static <A,B,C extends Type<C>>
IterableRealInterval<C>Converters. convert(IterableRealInterval<A> sourceA, IterableRealInterval<B> sourceB, BiConverter<? super A,? super B,? super C> converter, C c)static <A,B>
IterableRealInterval<B>Converters. convert2(IterableRealInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<B> targetSupplier)static <A,B>
IterableRealInterval<B>Converters. convert2(IterableRealInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> targetSupplier)static <A,B,C>
IterableRealInterval<C>Converters. convert2(IterableRealInterval<A> sourceA, IterableRealInterval<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, java.util.function.Supplier<C> targetSupplier)static <A,B,C>
IterableRealInterval<C>Converters. convert2(IterableRealInterval<A> sourceA, IterableRealInterval<B> sourceB, BiConverter<? super A,? super B,? super C> converter, java.util.function.Supplier<C> targetSupplier)Methods in net.imglib2.converter with parameters of type IterableRealInterval Modifier and Type Method Description static <A,B extends Type<B>>
IterableRealInterval<B>Converters. convert(IterableRealInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, B b)static <A,B extends Type<B>>
IterableRealInterval<B>Converters. convert(IterableRealInterval<A> source, Converter<? super A,? super B> converter, B b)static <A,B extends Type<B>>
WriteConvertedIterableRealInterval<A,B>Converters. convert(IterableRealInterval<A> source, SamplerConverter<? super A,B> converter)static <A,B,C extends Type<C>>
IterableRealInterval<C>Converters. convert(IterableRealInterval<A> sourceA, IterableRealInterval<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, C c)static <A,B,C extends Type<C>>
IterableRealInterval<C>Converters. convert(IterableRealInterval<A> sourceA, IterableRealInterval<B> sourceB, BiConverter<? super A,? super B,? super C> converter, C c)static <A,B>
IterableRealInterval<B>Converters. convert2(IterableRealInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<B> targetSupplier)static <A,B>
IterableRealInterval<B>Converters. convert2(IterableRealInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> targetSupplier)static <A,B,C>
IterableRealInterval<C>Converters. convert2(IterableRealInterval<A> sourceA, IterableRealInterval<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, java.util.function.Supplier<C> targetSupplier)static <A,B,C>
IterableRealInterval<C>Converters. convert2(IterableRealInterval<A> sourceA, IterableRealInterval<B> sourceB, BiConverter<? super A,? super B,? super C> converter, java.util.function.Supplier<C> targetSupplier)Constructors in net.imglib2.converter with parameters of type IterableRealInterval Constructor Description AbstractConvertedIterableRealInterval(IterableRealInterval<A> source) -
Uses of IterableRealInterval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement IterableRealInterval Modifier and Type Class Description classBiConvertedIterableInterval<A,B,C>TODOclassBiConvertedIterableRealInterval<A,B,C>TODOclassBiConvertedRandomAccessibleInterval<A,B,C>TODOclassConvertedIterableInterval<A,B>TODOclassConvertedIterableRealInterval<A,B>TODOclassConvertedRandomAccessibleInterval<A,B>TODOFields in net.imglib2.converter.read declared as IterableRealInterval Modifier and Type Field Description protected IterableRealInterval<B>BiConvertedIterableRealInterval. sourceIntervalBConstructors in net.imglib2.converter.read with parameters of type IterableRealInterval Constructor Description BiConvertedIterableRealInterval(IterableRealInterval<A> sourceA, IterableRealInterval<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, java.util.function.Supplier<? extends C> convertedSupplier)Creates a copy of c for conversion.BiConvertedIterableRealInterval(IterableRealInterval<A> sourceA, IterableRealInterval<B> sourceB, BiConverter<? super A,? super B,? super C> converter, java.util.function.Supplier<? extends C> convertedSupplier)Creates a copy of c for conversion.ConvertedIterableRealInterval(IterableRealInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion.ConvertedIterableRealInterval(IterableRealInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion. -
Uses of IterableRealInterval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement IterableRealInterval Modifier and Type Class Description classWriteConvertedIterableInterval<A,B>TODOclassWriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>TODOclassWriteConvertedIterableRealInterval<A,B>TODOclassWriteConvertedRandomAccessibleInterval<A,B>TODOConstructors in net.imglib2.converter.readwrite with parameters of type IterableRealInterval Constructor Description WriteConvertedIterableRealInterval(IterableRealInterval<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedIterableRealInterval(IterableRealInterval<A> source, SamplerConverter<? super A,B> converter) -
Uses of IterableRealInterval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement IterableRealInterval 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 IterableRealInterval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement IterableRealInterval 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 IterableRealInterval in net.imglib2.img
Subinterfaces of IterableRealInterval 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 IterableRealInterval 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 IterableRealInterval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement IterableRealInterval Modifier and Type Class Description classArrayImg<T extends NativeType<T>,A extends DataAccess>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 IterableRealInterval 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.classCellGrid.CellIntervalsclassCellImg<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 classLazyCellImg.LazyCells<T extends Cell<?>> -
Uses of IterableRealInterval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement IterableRealInterval 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.classListImg<T>ThisImgstores an image in a single linearArrayList. -
Uses of IterableRealInterval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement IterableRealInterval Modifier and Type Class Description classPlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>ANativeImgthat stores data in a list of primitive arrays, one per image plane. -
Uses of IterableRealInterval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement IterableRealInterval Modifier and Type Class Description classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>> -
Uses of IterableRealInterval in net.imglib2.neighborsearch
Fields in net.imglib2.neighborsearch declared as IterableRealInterval Modifier and Type Field Description protected IterableRealInterval<T>KNearestNeighborSearchOnIterableRealInterval. iterableprotected IterableRealInterval<T>NearestNeighborSearchOnIterableRealInterval. iterableConstructors in net.imglib2.neighborsearch with parameters of type IterableRealInterval Constructor Description KNearestNeighborSearchOnIterableRealInterval(IterableRealInterval<T> iterable, int k)NearestNeighborSearchOnIterableRealInterval(IterableRealInterval<T> iterable) -
Uses of IterableRealInterval in net.imglib2.stream
Methods in net.imglib2.stream with parameters of type IterableRealInterval Modifier and Type Method Description static <T> java.util.stream.Stream<RealLocalizableSampler<T>>Streams. localizable(IterableRealInterval<T> interval)Create a sequentialStreamof the elements (value and location) of the giveninterval.static <T> java.util.stream.Stream<RealLocalizableSampler<T>>Streams. localizing(IterableRealInterval<T> interval)Create a sequentialStreamof the elements (value and location) of the giveninterval. -
Uses of IterableRealInterval in net.imglib2.util
Classes in net.imglib2.util that implement IterableRealInterval Modifier and Type Class Description classGrid.CellIntervals -
Uses of IterableRealInterval in net.imglib2.view
Classes in net.imglib2.view that implement IterableRealInterval Modifier and Type Class Description classIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.classIterableRandomAccessibleInterval<T>GeneratesCursorsthat iterate aRandomAccessibleIntervalinFlatIterationOrder, that is: row by row, plane by plane, cube by cube, ...classStackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.classSubsampleIntervalView<T>SubsampleIntervalViewis a view that provides access to only every sdth value of a sourceRandomAccessibleInterval. -
Uses of IterableRealInterval in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement IterableRealInterval Modifier and Type Class Description classCompositeIntervalView<T,C extends Composite<T>> -
Uses of IterableRealInterval in net.imglib2.view.iteration
Subinterfaces of IterableRealInterval in net.imglib2.view.iteration Modifier and Type Interface Description interfaceSubIntervalIterable<T>Classes in net.imglib2.view.iteration that implement IterableRealInterval Modifier and Type Class Description private classIterableTransformBuilder.IterableIntervalViewprivate classIterableTransformBuilder.SliceAnIterableIntervalon a slice of aSubIntervalIterable.private classIterableTransformBuilder.SubInterval
-