Uses of Interface
net.imglib2.RandomAccessibleInterval
Packages that use RandomAccessibleInterval
Package
Description
-
Uses of RandomAccessibleInterval in net.imglib2.converter
Classes in net.imglib2.converter that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclassAbstractConvertedIterableRandomAccessibleInterval<A, B, S extends IterableInterval<A>>TODOclassSubclasses with type arguments of type RandomAccessibleInterval in net.imglib2.converterMethods in net.imglib2.converter that return RandomAccessibleIntervalModifier and TypeMethodDescriptionConverters.argbChannels(RandomAccessibleInterval<ARGBType> source) Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.Converters.argbChannels(RandomAccessibleInterval<ARGBType> source, int... channels) Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.static <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.compose(List<RandomAccessibleInterval<A>> components, Converter<Composite<A>, B> composer, B targetType) Compose a list of sameIntervaland sameTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.compose2(List<RandomAccessibleInterval<A>> components, Converter<Composite<A>, B> composer, Supplier<B> targetSupplier) Compose a list of sameIntervaland sameTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends NumericType<A>, B extends Type<B>>
RandomAccessibleInterval<B> Converters.composeNumeric(List<RandomAccessibleInterval<A>> components, Converter<NumericComposite<A>, B> composer, B targetType) Compose a list of sameIntervaland sameNumericTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends NumericType<A>, B>
RandomAccessibleInterval<B> Converters.composeNumeric2(List<RandomAccessibleInterval<A>> components, Converter<NumericComposite<A>, B> composer, Supplier<B> targetSupplier) Compose a list of sameIntervaland sameNumericTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends RealType<A>, B extends Type<B>>
RandomAccessibleInterval<B> Converters.composeReal(List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>, B> composer, B targetType) Compose a list of sameIntervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends RealType<A>, B>
RandomAccessibleInterval<B> Converters.composeReal2(List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>, B> composer, Supplier<B> targetSupplier) Compose a list of sameIntervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.convert(RandomAccessibleInterval<A> source, Supplier<Converter<? super A, ? super B>> converterSupplier, B b) static <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.convert(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, B b) static <A, B, C extends Type<C>>
RandomAccessibleInterval<C> Converters.convert(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, Supplier<BiConverter<? super A, ? super B, ? super C>> converterSupplier, C c) static <A, B, C extends Type<C>>
RandomAccessibleInterval<C> Converters.convert(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, BiConverter<? super A, ? super B, ? super C> converter, C c) static <T extends RealType<T>>
RandomAccessibleInterval<T> RealTypeConverters.convert(RandomAccessibleInterval<? extends RealType<?>> image, T pixelType) Convert the pixel type of the given image to a given output pixel type.static <A,B> RandomAccessibleInterval <B> Converters.convert2(RandomAccessibleInterval<A> source, Supplier<Converter<? super A, ? super B>> converterSupplier, Supplier<B> targetSupplier) static <A,B> RandomAccessibleInterval <B> Converters.convert2(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, Supplier<B> targetSupplier) static <A,B, C> RandomAccessibleInterval <C> Converters.convert2(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, Supplier<BiConverter<? super A, ? super B, ? super C>> converterSupplier, Supplier<C> targetSupplier) static <A,B, C> RandomAccessibleInterval <C> Converters.convert2(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, BiConverter<? super A, ? super B, ? super C> converter, Supplier<C> targetSupplier) static <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.convertRAI(RandomAccessibleInterval<A> source, Supplier<Converter<? super A, ? super B>> converterSupplier, B b) static <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.convertRAI(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, B b) static <A, B, C extends Type<C>>
RandomAccessibleInterval<C> Converters.convertRAI(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, Supplier<BiConverter<? super A, ? super B, ? super C>> converterSupplier, C c) static <A, B, C extends Type<C>>
RandomAccessibleInterval<C> Converters.convertRAI(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, BiConverter<? super A, ? super B, ? super C> converter, C c) static <A,B> RandomAccessibleInterval <B> Converters.convertRAI2(RandomAccessibleInterval<A> source, Supplier<Converter<? super A, ? super B>> converterSupplier, Supplier<B> targetSupplier) static <A,B> RandomAccessibleInterval <B> Converters.convertRAI2(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, Supplier<B> targetSupplier) static <A,B, C> RandomAccessibleInterval <C> Converters.convertRAI2(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, Supplier<BiConverter<? super A, ? super B, ? super C>> converterSupplier, Supplier<C> targetSupplier) static <A,B, C> RandomAccessibleInterval <C> Converters.convertRAI2(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, BiConverter<? super A, ? super B, ? super C> converter, Supplier<C> targetSupplier) static RandomAccessibleInterval<ARGBType> Converters.mergeARGB(RandomAccessibleInterval<UnsignedByteType> source, ColorChannelOrder channelOrder) Create an n-dimensional color image from an (n+1)-dimensional image ofUnsignedByteType.Methods in net.imglib2.converter with parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionConverters.argbChannel(RandomAccessibleInterval<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleIntervalto one of the four channels encoded in aRandomAccessibleIntervalofARGBType.Converters.argbChannels(RandomAccessibleInterval<ARGBType> source) Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.Converters.argbChannels(RandomAccessibleInterval<ARGBType> source, int... channels) Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.static <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.convert(RandomAccessibleInterval<A> source, Supplier<Converter<? super A, ? super B>> converterSupplier, B b) static <A, B extends Type<B>>
WriteConvertedRandomAccessibleInterval<A, B> Converters.convert(RandomAccessibleInterval<A> source, Supplier<SamplerConverter<? super A, B>> converterSupplier) static <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.convert(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, B b) static <A, B extends Type<B>>
WriteConvertedRandomAccessibleInterval<A, B> Converters.convert(RandomAccessibleInterval<A> source, SamplerConverter<? super A, B> converter) static <A, B, C extends Type<C>>
RandomAccessibleInterval<C> Converters.convert(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, Supplier<BiConverter<? super A, ? super B, ? super C>> converterSupplier, C c) static <A, B, C extends Type<C>>
RandomAccessibleInterval<C> Converters.convert(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, BiConverter<? super A, ? super B, ? super C> converter, C c) static <T extends RealType<T>>
RandomAccessibleInterval<T> RealTypeConverters.convert(RandomAccessibleInterval<? extends RealType<?>> image, T pixelType) Convert the pixel type of the given image to a given output pixel type.static <A,B> RandomAccessibleInterval <B> Converters.convert2(RandomAccessibleInterval<A> source, Supplier<Converter<? super A, ? super B>> converterSupplier, Supplier<B> targetSupplier) static <A,B> RandomAccessibleInterval <B> Converters.convert2(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, Supplier<B> targetSupplier) static <A,B, C> RandomAccessibleInterval <C> Converters.convert2(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, Supplier<BiConverter<? super A, ? super B, ? super C>> converterSupplier, Supplier<C> targetSupplier) static <A,B, C> RandomAccessibleInterval <C> Converters.convert2(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, BiConverter<? super A, ? super B, ? super C> converter, Supplier<C> targetSupplier) static <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.convertRAI(RandomAccessibleInterval<A> source, Supplier<Converter<? super A, ? super B>> converterSupplier, B b) static <A, B extends Type<B>>
WriteConvertedRandomAccessibleInterval<A, B> Converters.convertRAI(RandomAccessibleInterval<A> source, Supplier<SamplerConverter<? super A, B>> converterSupplier) static <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.convertRAI(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, B b) static <A, B extends Type<B>>
WriteConvertedRandomAccessibleInterval<A, B> Converters.convertRAI(RandomAccessibleInterval<A> source, SamplerConverter<? super A, B> converter) static <A, B, C extends Type<C>>
RandomAccessibleInterval<C> Converters.convertRAI(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, Supplier<BiConverter<? super A, ? super B, ? super C>> converterSupplier, C c) static <A, B, C extends Type<C>>
RandomAccessibleInterval<C> Converters.convertRAI(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, BiConverter<? super A, ? super B, ? super C> converter, C c) static <A,B> RandomAccessibleInterval <B> Converters.convertRAI2(RandomAccessibleInterval<A> source, Supplier<Converter<? super A, ? super B>> converterSupplier, Supplier<B> targetSupplier) static <A,B> RandomAccessibleInterval <B> Converters.convertRAI2(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, Supplier<B> targetSupplier) static <A,B, C> RandomAccessibleInterval <C> Converters.convertRAI2(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, Supplier<BiConverter<? super A, ? super B, ? super C>> converterSupplier, Supplier<C> targetSupplier) static <A,B, C> RandomAccessibleInterval <C> Converters.convertRAI2(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, BiConverter<? super A, ? super B, ? super C> converter, Supplier<C> targetSupplier) static voidRealTypeConverters.copyFromTo(RandomAccessible<? extends RealType<?>> source, RandomAccessibleInterval<? extends RealType<?>> destination) Copy the image content from a source image to a destination image.static RandomAccessibleInterval<ARGBType> Converters.mergeARGB(RandomAccessibleInterval<UnsignedByteType> source, ColorChannelOrder channelOrder) Create an n-dimensional color image from an (n+1)-dimensional image ofUnsignedByteType.Method parameters in net.imglib2.converter with type arguments of type RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.compose(List<RandomAccessibleInterval<A>> components, Converter<Composite<A>, B> composer, B targetType) Compose a list of sameIntervaland sameTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.compose2(List<RandomAccessibleInterval<A>> components, Converter<Composite<A>, B> composer, Supplier<B> targetSupplier) Compose a list of sameIntervaland sameTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends NumericType<A>, B extends Type<B>>
RandomAccessibleInterval<B> Converters.composeNumeric(List<RandomAccessibleInterval<A>> components, Converter<NumericComposite<A>, B> composer, B targetType) Compose a list of sameIntervaland sameNumericTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends NumericType<A>, B>
RandomAccessibleInterval<B> Converters.composeNumeric2(List<RandomAccessibleInterval<A>> components, Converter<NumericComposite<A>, B> composer, Supplier<B> targetSupplier) Compose a list of sameIntervaland sameNumericTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends RealType<A>, B extends Type<B>>
RandomAccessibleInterval<B> Converters.composeReal(List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>, B> composer, B targetType) Compose a list of sameIntervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends RealType<A>, B>
RandomAccessibleInterval<B> Converters.composeReal2(List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>, B> composer, Supplier<B> targetSupplier) Compose a list of sameIntervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.Constructors in net.imglib2.converter with parameters of type RandomAccessibleIntervalModifierConstructorDescription -
Uses of RandomAccessibleInterval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclassTODOclassTODOFields in net.imglib2.converter.read declared as RandomAccessibleIntervalModifier and TypeFieldDescriptionprotected final RandomAccessibleInterval<B> BiConvertedRandomAccessibleInterval.sourceIntervalBConstructors in net.imglib2.converter.read with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionBiConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, Supplier<BiConverter<? super A, ? super B, ? super C>> converterSupplier, Supplier<? extends C> convertedSupplier) BiConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> sourceA, RandomAccessibleInterval<B> sourceB, BiConverter<? super A, ? super B, ? super C> converter, Supplier<? extends C> convertedSupplier) ConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> source, Supplier<Converter<? super A, ? super B>> converterSupplier, Supplier<? extends B> convertedSupplier) ConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, Supplier<? extends B> convertedSupplier) -
Uses of RandomAccessibleInterval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclassWriteConvertedIterableRandomAccessibleInterval<A, B, S extends RandomAccessible<A> & IterableInterval<A>>TODOclassTODOConstructors in net.imglib2.converter.readwrite with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionWriteConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> source, Supplier<SamplerConverter<? super A, B>> converterSupplier) WriteConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> source, SamplerConverter<? super A, B> converter) -
Uses of RandomAccessibleInterval in net.imglib2.display.projector
Fields in net.imglib2.display.projector declared as RandomAccessibleIntervalModifier and TypeFieldDescriptionprotected final RandomAccessibleInterval<B> RandomAccessibleProjector2D.targetConstructors in net.imglib2.display.projector with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionRandomAccessibleProjector2D(int dimX, int dimY, RandomAccessible<A> source, RandomAccessibleInterval<B> target, Converter<? super A, B> converter) creates a new 2D projector that samples a plain in the dimensions dimX, dimY. -
Uses of RandomAccessibleInterval in net.imglib2.display.projector.composite
Fields in net.imglib2.display.projector.composite declared as RandomAccessibleIntervalModifier and TypeFieldDescriptionprivate final RandomAccessibleInterval<A> CompositeXYProjector.sourceprotected final RandomAccessibleInterval<A> CompositeXYRandomAccessibleProjector.sourceprotected final RandomAccessibleInterval<ARGBType> CompositeXYRandomAccessibleProjector.targetConstructors in net.imglib2.display.projector.composite with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionCompositeXYProjector(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, ArrayList<Converter<A, ARGBType>> converters, int dimIndex) CompositeXYRandomAccessibleProjector(RandomAccessibleInterval<A> source, RandomAccessibleInterval<ARGBType> target, ArrayList<Converter<A, ARGBType>> converters, int dimIndex) -
Uses of RandomAccessibleInterval in net.imglib2.display.projector.sampler
Constructors in net.imglib2.display.projector.sampler with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionSamplingProjector2D(int dimX, int dimY, RandomAccessibleInterval<A> source, IterableInterval<B> target, Converter<ProjectedSampler<A>, B> converter, int projectedDimension) -
Uses of RandomAccessibleInterval in net.imglib2.display.projector.volatiles
Constructors in net.imglib2.display.projector.volatiles with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionVolatile2DRandomAccessibleProjector(int dimX, int dimY, RandomAccessible<A> source, RandomAccessibleInterval<B> target, Converter<? super A, B> converter) -
Uses of RandomAccessibleInterval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement RandomAccessibleIntervalModifier 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 RandomAccessibleInterval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement RandomAccessibleIntervalModifier 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 RandomAccessibleInterval in net.imglib2.img
Subinterfaces of RandomAccessibleInterval 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 RandomAccessibleIntervalModifier and TypeClassDescriptionclassAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>, A>TODOclassAllows aRandomAccessibleIntervalto be treated as anImg.Methods in net.imglib2.img with parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionImgView.wrap(RandomAccessibleInterval<T> accessible) Represent an arbitraryRandomAccessibleIntervalas anImg, with a suitableImgFactoryfor its size and type, created byUtil.getSuitableImgFactory(net.imglib2.Dimensions, Object).ImgView.wrap(RandomAccessibleInterval<T> accessible, ImgFactory<T> factory) Represent an arbitraryRandomAccessibleIntervalas anImg.Constructors in net.imglib2.img with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionImgView(RandomAccessibleInterval<T> in, ImgFactory<T> fac) Deprecated. -
Uses of RandomAccessibleInterval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclassArrayImg<T extends NativeType<T>, A extends DataAccess>ThisImgstores an image in a single linear array of basic types. -
Uses of RandomAccessibleInterval in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RandomAccessibleIntervalModifier 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.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 RandomAccessibleInterval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RandomAccessibleIntervalModifier 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 RandomAccessibleInterval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RandomAccessibleIntervalModifier 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 RandomAccessibleInterval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RandomAccessibleIntervalModifier and TypeClassDescriptionfinal classNtreeImg<T extends NativeType<T>, A extends NtreeAccess<?,A>> -
Uses of RandomAccessibleInterval in net.imglib2.kdtree
Fields in net.imglib2.kdtree declared as RandomAccessibleIntervalMethods in net.imglib2.kdtree that return RandomAccessibleIntervalModifier and TypeMethodDescriptionKDTreeData.values()Get the values as a 1DRandomAccessibleInterval, for serialization.Constructors in net.imglib2.kdtree with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionKDTreeData(KDTreePositions positions, RandomAccessibleInterval<T> values) KDTreeData(KDTreePositions positions, RandomAccessibleInterval<T> values, RealInterval boundingBox) -
Uses of RandomAccessibleInterval in net.imglib2.loops
Fields in net.imglib2.loops declared as RandomAccessibleIntervalMethods in net.imglib2.loops with parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionprivate static RandomAccess<?> LoopBuilder.initRandomAccess(RandomAccessibleInterval<?> image) (package private) static <T,R> R LoopBuilder.runOnChunkUsingRandomAccesses(RandomAccessibleInterval[] images, Function<LoopBuilder.Chunk<T>, R> chunkAction, Interval subInterval) static <A> LoopBuilder<Consumer<A>> LoopBuilder.setImages(RandomAccessibleInterval<A> a) static <A,B> LoopBuilder <BiConsumer<A, B>> LoopBuilder.setImages(RandomAccessibleInterval<A> a, RandomAccessibleInterval<B> b) static <A,B, C> LoopBuilder <LoopBuilder.TriConsumer<A, B, C>> LoopBuilder.setImages(RandomAccessibleInterval<A> a, RandomAccessibleInterval<B> b, RandomAccessibleInterval<C> c) static <A,B, C, D> LoopBuilder <LoopBuilder.FourConsumer<A, B, C, D>> LoopBuilder.setImages(RandomAccessibleInterval<A> a, RandomAccessibleInterval<B> b, RandomAccessibleInterval<C> c, RandomAccessibleInterval<D> d) static <A,B, C, D, E>
LoopBuilder<LoopBuilder.FiveConsumer<A, B, C, D, E>> LoopBuilder.setImages(RandomAccessibleInterval<A> a, RandomAccessibleInterval<B> b, RandomAccessibleInterval<C> c, RandomAccessibleInterval<D> d, RandomAccessibleInterval<E> e) static <A,B, C, D, E, F>
LoopBuilder<LoopBuilder.SixConsumer<A, B, C, D, E, F>> LoopBuilder.setImages(RandomAccessibleInterval<A> a, RandomAccessibleInterval<B> b, RandomAccessibleInterval<C> c, RandomAccessibleInterval<D> d, RandomAccessibleInterval<E> e, RandomAccessibleInterval<F> f) Constructors in net.imglib2.loops with parameters of type RandomAccessibleInterval -
Uses of RandomAccessibleInterval in net.imglib2.test
Methods in net.imglib2.test with type parameters of type RandomAccessibleIntervalModifier and TypeMethodDescription<I extends RandomAccessibleInterval<T>, T>
IRandomImgs.randomize(I image) Randomizes the content of the given image.Methods in net.imglib2.test that return RandomAccessibleIntervalModifier and TypeMethodDescription<T extends NativeType<T>>
RandomAccessibleInterval<T> Creates an image with randomized content.Methods in net.imglib2.test with parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <A extends ValueEquals<B>, B>
voidImgLib2Assert.assertImageEquals(RandomAccessibleInterval<? extends A> expected, RandomAccessibleInterval<? extends B> actual) Throws an AssertionError, if the content or intervals of the two images differ.static <A,B> void ImgLib2Assert.assertImageEquals(RandomAccessibleInterval<? extends A> expected, RandomAccessibleInterval<? extends B> actual, BiPredicate<A, B> equals) Throws an AssertionError, if the content or intervals of the two images differ.static voidImgLib2Assert.assertImageEqualsIntegerType(RandomAccessibleInterval<? extends IntegerType<?>> expected, RandomAccessibleInterval<? extends IntegerType<?>> actual) Throws an AssertionError, if the content or intervals of the two images differ.static voidImgLib2Assert.assertImageEqualsRealType(RandomAccessibleInterval<? extends RealType<?>> expected, RandomAccessibleInterval<? extends RealType<?>> actual, double tolerance) Throws an AssertionError, if the content or intervals of the two images differ. -
Uses of RandomAccessibleInterval in net.imglib2.util
Classes in net.imglib2.util that implement RandomAccessibleIntervalFields in net.imglib2.util declared as RandomAccessibleIntervalModifier and TypeFieldDescriptionprivate final RandomAccessibleInterval<T> FlatCollections.ListFromRAI.raiMethods in net.imglib2.util that return RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <T> RandomAccessibleInterval<T> ConstantUtils.constantRandomAccessibleInterval(T constant, int numDimensions, Interval interval) Deprecated.static <T> RandomAccessibleInterval<T> ConstantUtils.constantRandomAccessibleInterval(T constant, Interval interval) static RandomAccessibleInterval<Localizable> Returns an image, where each pixel value is the position of the pixel represented asLocalizable.static RandomAccessibleInterval<Localizable> Localizables.randomAccessibleInterval(Interval interval) Methods in net.imglib2.util with parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic double[]Util.asDoubleArray(RandomAccessibleInterval<? extends RealType<?>> rai) Returns the pixels of an RandomAccessibleInterval of RealType as array of doubles.static List<BigInteger> FlatCollections.bigIntegerList(RandomAccessibleInterval<? extends IntegerType<?>> image) Wraps aIntegerTyperandom-accessible image as a list.FlatCollections.booleanList(RandomAccessibleInterval<? extends BooleanType<?>> image) Wraps aBooleanTyperandom-accessible image as a list.static <T extends Type<T>>
voidImgUtil.copy(RandomAccessibleInterval<T> source, RandomAccessibleInterval<T> destination) Copy one image into another, multi-threaded.FlatCollections.doubleList(RandomAccessibleInterval<? extends RealType<?>> image) Wraps aRealTyperandom-accessible image as a list.FlatCollections.floatList(RandomAccessibleInterval<? extends RealType<?>> image) Wraps aRealTyperandom-accessible image as a list.static <T extends ValueEquals<U>, U>
booleanUtil.imagesEqual(RandomAccessibleInterval<? extends T> a, RandomAccessibleInterval<? extends U> b) Checks if both images have equal intervals and content.static <T,U> boolean Util.imagesEqual(RandomAccessibleInterval<? extends T> a, RandomAccessibleInterval<? extends U> b, BiPredicate<T, U> pixelEquals) Checks if both images have equal intervals and content.FlatCollections.integerList(RandomAccessibleInterval<? extends IntegerType<?>> image) Wraps anIntegerTyperandom-accessible image as a list.static <T,E> List <E> FlatCollections.list(RandomAccessibleInterval<T> image, Function<T, E> converter) Wraps aRandomAccessibleIntervalas aList.FlatCollections.longList(RandomAccessibleInterval<? extends IntegerType<?>> image) Wraps anIntegerTyperandom-accessible image as a list.Constructors in net.imglib2.util with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionListFromRAI(RandomAccessibleInterval<T> rai, Function<T, E> converter) -
Uses of RandomAccessibleInterval in net.imglib2.view
Classes in net.imglib2.view with type parameters of type RandomAccessibleIntervalModifier and TypeClassDescriptionfinal classExtendedRandomAccessibleInterval<T, F extends RandomAccessibleInterval<T>>Classes in net.imglib2.view that implement RandomAccessibleIntervalModifier 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, ...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.Subclasses with type arguments of type RandomAccessibleInterval in net.imglib2.viewModifier and TypeClassDescriptionclassGeneratesCursorsthat iterate aRandomAccessibleIntervalinFlatIterationOrder, that is: row by row, plane by plane, cube by cube, ...Fields in net.imglib2.view declared as RandomAccessibleIntervalModifier and TypeFieldDescriptionprivate final RandomAccessibleInterval<T>[]StackView.slicesprotected final FExtendedRandomAccessibleInterval.sourceMethods in net.imglib2.view with type parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <T, F extends RandomAccessibleInterval<T>>
IntervalView<T> Views.expand(F source, OutOfBoundsFactory<T, ? super F> oob, long... border) Expand a RandomAccessibleInterval as specified by border.static <T, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extend(F source, OutOfBoundsFactory<T, ? super F> factory) Extend a RandomAccessibleInterval with an out-of-bounds strategy.static <T, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendBorder(F source) Extend a RandomAccessibleInterval with an out-of-bounds strategy to repeat border pixels.static <T, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendMirrorDouble(F source) Extend a RandomAccessibleInterval with a mirroring out-of-bounds strategy.static <T, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendMirrorSingle(F source) Extend a RandomAccessibleInterval with a mirroring out-of-bounds strategy.static <T, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendPeriodic(F source) Extend a RandomAccessibleInterval with a periodic out-of-bounds strategy.static <T extends RealType<T>, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendRandom(F source, double min, double max) Extend a RandomAccessibleInterval with a random-value out-of-bounds strategy.static <T extends BooleanType<T>, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, boolean value) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.static <T extends RealType<T>, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, double value) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.static <T extends RealType<T>, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, float value) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.static <T extends IntegerType<T>, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, int value) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.static <T extends IntegerType<T>, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, long value) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.static <T, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, T value) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.static <T extends Type<T>, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, T value) Deprecated.static <T extends NumericType<T>, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendZero(F source) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy where the constant value is the zero-element of the data type.Methods in net.imglib2.view that return RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <T> RandomAccessibleInterval<T> Views.concatenate(int concatenationAxis, List<? extends RandomAccessibleInterval<T>> sources) Concatenate a list ofRandomAccessibleIntervalalong the providedconcatenationAxis.static <T> RandomAccessibleInterval<T> Views.concatenate(int concatenationAxis, RandomAccessibleInterval<T>... sources) Concatenate an array ofRandomAccessibleIntervalalong the providedconcatenationAxis.static <T> RandomAccessibleInterval<T> Views.concatenate(int concatenationAxis, StackView.StackAccessMode mode, List<? extends RandomAccessibleInterval<T>> sources) Concatenate a list ofRandomAccessibleIntervalalong the providedconcatenationAxis.static <T> RandomAccessibleInterval<T> Views.concatenate(int concatenationAxis, StackView.StackAccessMode mode, RandomAccessibleInterval<T>... sources) Concatenate an array ofRandomAccessibleIntervalalong the providedconcatenationAxis.static <T> RandomAccessibleInterval<T> Views.dropSingletonDimensions(RandomAccessibleInterval<T> source) Removes all unit dimensions (dimensions with size one) from the RandomAccessibleIntervalstatic <T> RandomAccessibleInterval<T> Views.flatIterable(RandomAccessibleInterval<T> randomAccessibleInterval) Return anRandomAccessibleIntervalhavingFlatIterationOrder.static <T> RandomAccessibleInterval<RandomAccessibleInterval<T>> Views.intervals(RandomAccessible<T> img, RandomAccessibleInterval<? extends Interval> intervals) Given a RandomAccessibleimg, and a RandomAccessibleInterval of intervalsintervals, return a RandomAccessibleInterval ofintervals onimg.static <T> RandomAccessibleInterval<T> Views.moveAxis(RandomAccessibleInterval<T> image, int fromAxis, int toAxis) Create view with permuted axes.static <T> RandomAccessibleInterval<T> Views.stack(List<? extends RandomAccessibleInterval<T>> hyperslices) Form a (n+1)-dimensionalRandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals.static <T> RandomAccessibleInterval<T> Views.stack(RandomAccessibleInterval<T>... hyperslices) Form a (n+1)-dimensionalRandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals.static <T> RandomAccessibleInterval<T> Views.stack(StackView.StackAccessMode stackAccessMode, List<? extends RandomAccessibleInterval<T>> hyperslices) Form a (n+1)-dimensionalRandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals.static <T> RandomAccessibleInterval<T> Views.stack(StackView.StackAccessMode stackAccessMode, RandomAccessibleInterval<T>... hyperslices) Form a (n+1)-dimensionalRandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals.static <T> RandomAccessibleInterval<RandomAccessibleInterval<T>> Views.tiles(RandomAccessibleInterval<T> source, int... tileSize) Split thesourceimage into blocks of the giventileSize.static <T> RandomAccessibleInterval<RandomAccessibleInterval<T>> Views.tiles(RandomAccessibleInterval<T> source, long... tileSize) Split thesourceimage into blocks of the giventileSize.Methods in net.imglib2.view that return types with arguments of type RandomAccessibleIntervalModifier and TypeMethodDescriptionStackView.getSourceSlices()Get the source slices that are stacked in thisStackView.static <T> RandomAccessible<RandomAccessibleInterval<T>> Views.intervals(RandomAccessible<T> img, RandomAccessible<? extends Interval> intervals) Given a RandomAccessibleimg, and a RandomAccessible of Intervalsintervals, return a RandomAccessible ofintervals onimg.static <T> RandomAccessibleInterval<RandomAccessibleInterval<T>> Views.intervals(RandomAccessible<T> img, RandomAccessibleInterval<? extends Interval> intervals) Given a RandomAccessibleimg, and a RandomAccessibleInterval of intervalsintervals, return a RandomAccessibleInterval ofintervals onimg.static <T> RandomAccessibleInterval<RandomAccessibleInterval<T>> Views.tiles(RandomAccessibleInterval<T> source, int... tileSize) Split thesourceimage into blocks of the giventileSize.static <T> RandomAccessibleInterval<RandomAccessibleInterval<T>> Views.tiles(RandomAccessibleInterval<T> source, long... tileSize) Split thesourceimage into blocks of the giventileSize.Methods in net.imglib2.view with parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <T> IntervalView<T> Views.addDimension(RandomAccessibleInterval<T> interval, long minOfNewDim, long maxOfNewDim) Create view which adds a dimension to the sourceRandomAccessibleInterval.static <T> CompositeIntervalView<T, ? extends GenericComposite<T>> Views.collapse(RandomAccessibleInterval<T> source) Collapse the nth dimension of an n -dimensionalRandomAccessibleInterval<T> into an ( n-1)-dimensionalRandomAccessibleInterval<GenericComposite<T>>static <T extends NumericType<T>>
CompositeIntervalView<T, NumericComposite<T>> Views.collapseNumeric(RandomAccessibleInterval<T> source) Collapse the nth dimension of an n -dimensionalRandomAccessibleInterval<T extendsNumericType<T>> into an (n-1)-dimensionalRandomAccessibleInterval<NumericComposite<T>>static <T extends RealType<T>>
CompositeIntervalView<T, RealComposite<T>> Views.collapseReal(RandomAccessibleInterval<T> source) Collapse the nth dimension of an n -dimensionalRandomAccessibleInterval<T extendsRealType<T>> into an (n-1)-dimensionalRandomAccessibleInterval<RealComposite<T>>static <T> RandomAccessibleInterval<T> Views.concatenate(int concatenationAxis, RandomAccessibleInterval<T>... sources) Concatenate an array ofRandomAccessibleIntervalalong the providedconcatenationAxis.static <T> RandomAccessibleInterval<T> Views.concatenate(int concatenationAxis, StackView.StackAccessMode mode, RandomAccessibleInterval<T>... sources) Concatenate an array ofRandomAccessibleIntervalalong the providedconcatenationAxis.static <T> IterableRandomAccessibleInterval<T> IterableRandomAccessibleInterval.create(RandomAccessibleInterval<T> interval) static <T> RandomAccessibleInterval<T> Views.dropSingletonDimensions(RandomAccessibleInterval<T> source) Removes all unit dimensions (dimensions with size one) from the RandomAccessibleIntervalstatic <T> IntervalView<T> Views.expandBorder(RandomAccessibleInterval<T> source, long... border) Expand a RandomAccessibleInterval as specified by border.static <T> IntervalView<T> Views.expandMirrorDouble(RandomAccessibleInterval<T> source, long... border) Expand a RandomAccessibleInterval as specified by border.static <T> IntervalView<T> Views.expandMirrorSingle(RandomAccessibleInterval<T> source, long... border) Expand a RandomAccessibleInterval as specified by border.static <T> IntervalView<T> Views.expandPeriodic(RandomAccessibleInterval<T> source, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends RealType<T>>
IntervalView<T> Views.expandRandom(RandomAccessibleInterval<T> source, double min, double max, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends BooleanType<T>>
IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, boolean value, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends RealType<T>>
IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, double value, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends RealType<T>>
IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, float value, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends IntegerType<T>>
IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, int value, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends IntegerType<T>>
IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, long value, long... border) Expand a RandomAccessibleInterval as specified by border.static <T> IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, T t, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends Type<T>>
IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, T t, long... border) Deprecated.useexpandValuewith unbounded type parameter Tstatic <T extends NumericType<T>>
IntervalView<T> Views.expandZero(RandomAccessibleInterval<T> source, long... border) Expand a RandomAccessibleInterval as specified by border.static <T> RandomAccessibleInterval<T> Views.flatIterable(RandomAccessibleInterval<T> randomAccessibleInterval) Return anRandomAccessibleIntervalhavingFlatIterationOrder.static <T> IntervalView<T> Views.hyperSlice(RandomAccessibleInterval<T> view, int d, long pos) take a (n-1)-dimensional slice of a n-dimensional view, fixing d-component of coordinates to pos.static <T> RandomAccessibleInterval<RandomAccessibleInterval<T>> Views.intervals(RandomAccessible<T> img, RandomAccessibleInterval<? extends Interval> intervals) Given a RandomAccessibleimg, and a RandomAccessibleInterval of intervalsintervals, return a RandomAccessibleInterval ofintervals onimg.static <T> IntervalView<T> Views.invertAxis(RandomAccessibleInterval<T> interval, int d) Invert the d-axis.static <T> IterableInterval<T> Views.iterable(RandomAccessibleInterval<T> randomAccessibleInterval) Deprecated.BecauseRandomAccessibleIntervalextendsIterableIntervalnow, this is no longer necessary.static <T> RandomAccessibleInterval<T> Views.moveAxis(RandomAccessibleInterval<T> image, int fromAxis, int toAxis) Create view with permuted axes.static <T> IntervalView<T> Views.offset(RandomAccessibleInterval<T> interval, long... offset) Deprecated.Please useViews.translateInverse(RandomAccessibleInterval, long...)instead.static <T> IntervalView<T> Views.permute(RandomAccessibleInterval<T> interval, int fromAxis, int toAxis) Create view with permuted axes.static <T> IntervalView<T> Views.permuteCoordinateInverse(RandomAccessibleInterval<T> source, int[] permutation, int d) static <T> IntervalView<T> Views.permuteCoordinates(RandomAccessibleInterval<T> source, int[] permutation) Bijective permutation of the integer coordinates in each dimension of aRandomAccessibleInterval.static <T> IntervalView<T> Views.permuteCoordinates(RandomAccessibleInterval<T> source, int[] permutation, int d) Bijective permutation of the integer coordinates of one dimension of aRandomAccessibleInterval.static <T> IntervalView<T> Views.permuteCoordinatesInverse(RandomAccessibleInterval<T> source, int[] permutation) Inverse Bijective permutation of the integer coordinates in each dimension of aRandomAccessibleInterval.static <T> IntervalView<T> Views.permuteCoordinatesInverse(RandomAccessibleInterval<T> source, int[] permutation, int d) Inverse bijective permutation of the integer coordinates of one dimension of aRandomAccessibleInterval.static <T> IntervalView<T> Views.rotate(RandomAccessibleInterval<T> interval, int fromAxis, int toAxis) Create view that is rotated by 90 degrees.static <T> RandomAccessibleInterval<T> Views.stack(RandomAccessibleInterval<T>... hyperslices) Form a (n+1)-dimensionalRandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals.static <T> RandomAccessibleInterval<T> Views.stack(StackView.StackAccessMode stackAccessMode, RandomAccessibleInterval<T>... hyperslices) Form a (n+1)-dimensionalRandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals.static <T> SubsampleIntervalView<T> Views.subsample(RandomAccessibleInterval<T> source, long step) Sample only every stepth value of a sourceRandomAccessibleInterval.static <T> SubsampleIntervalView<T> Views.subsample(RandomAccessibleInterval<T> source, long... steps) Sample only every stepdth value of a sourceRandomAccessibleInterval.static <T> RandomAccessibleInterval<RandomAccessibleInterval<T>> Views.tiles(RandomAccessibleInterval<T> source, int... tileSize) Split thesourceimage into blocks of the giventileSize.static <T> RandomAccessibleInterval<RandomAccessibleInterval<T>> Views.tiles(RandomAccessibleInterval<T> source, long... tileSize) Split thesourceimage into blocks of the giventileSize.static <T> IntervalView<T> Views.translate(RandomAccessibleInterval<T> interval, long... translation) Translate the source view by the given translation vector.static <T> IntervalView<T> Views.translateInverse(RandomAccessibleInterval<T> interval, long... translation) Translate the source view by the given inverse translation vector.static <T> IntervalView<T> Views.zeroMin(RandomAccessibleInterval<T> interval) Translate the source such that the upper left corner is at the originMethod parameters in net.imglib2.view with type arguments of type RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <T> RandomAccessibleInterval<T> Views.concatenate(int concatenationAxis, List<? extends RandomAccessibleInterval<T>> sources) Concatenate a list ofRandomAccessibleIntervalalong the providedconcatenationAxis.static <T> RandomAccessibleInterval<T> Views.concatenate(int concatenationAxis, StackView.StackAccessMode mode, List<? extends RandomAccessibleInterval<T>> sources) Concatenate a list ofRandomAccessibleIntervalalong the providedconcatenationAxis.static <T> RandomAccessibleInterval<T> Views.stack(List<? extends RandomAccessibleInterval<T>> hyperslices) Form a (n+1)-dimensionalRandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals.static <T> RandomAccessibleInterval<T> Views.stack(StackView.StackAccessMode stackAccessMode, List<? extends RandomAccessibleInterval<T>> hyperslices) Form a (n+1)-dimensionalRandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals.Constructors in net.imglib2.view with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionDefaultRA(RandomAccessibleInterval<T>[] slices) DefaultRA(RandomAccessibleInterval<T>[] slices, Interval interval) MoveAllSlicesRA(RandomAccessibleInterval<T>[] slices) MoveAllSlicesRA(RandomAccessibleInterval<T>[] slices, Interval interval) SubsampleIntervalView(RandomAccessibleInterval<T> source, long step) SubsampleIntervalView(RandomAccessibleInterval<T> source, long... steps) Constructor parameters in net.imglib2.view with type arguments of type RandomAccessibleIntervalModifierConstructorDescriptionStackView(List<? extends RandomAccessibleInterval<T>> hyperslices) StackView(List<? extends RandomAccessibleInterval<T>> hyperslices, StackView.StackAccessMode stackAccessMode) -
Uses of RandomAccessibleInterval in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RandomAccessibleIntervalMethods in net.imglib2.view.composite that return RandomAccessibleIntervalModifier and TypeMethodDescriptionprotected static final <T> RandomAccessibleInterval<T> CompositeIntervalView.zeroMinN(RandomAccessibleInterval<T> source) Methods in net.imglib2.view.composite with parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionprotected static final <T> RandomAccessibleInterval<T> CompositeIntervalView.zeroMinN(RandomAccessibleInterval<T> source) Constructors in net.imglib2.view.composite with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionCompositeIntervalView(RandomAccessibleInterval<T> source, CompositeFactory<T, C> compositeFactory)
extendValuewith unbounded type parameter T