Uses of Class
net.imglib2.img.planar.PlanarImg
Packages that use PlanarImg
Package
Description
-
Uses of PlanarImg in net.imglib2.blocks
Fields in net.imglib2.blocks declared as PlanarImgModifier and TypeFieldDescriptionprivate final PlanarImg<?, ?> PlanarImgRangeCopier.SliceAccess.planarImgConstructors in net.imglib2.blocks with parameters of type PlanarImg -
Uses of PlanarImg in net.imglib2.display.projector.specialized
Fields in net.imglib2.display.projector.specialized declared as PlanarImgModifier and TypeFieldDescriptionPlanarImgXYByteProjector.sourceprivate final PlanarImg<A, ShortArray> PlanarImgXYShortProjector.sourceConstructors in net.imglib2.display.projector.specialized with parameters of type PlanarImgModifierConstructorDescriptionPlanarImgXYByteProjector(PlanarImg<A, ByteArray> source, ArrayImg<UnsignedByteType, ByteArray> target, double normalizationFactor, double min) Normalizes a PlanarImg and writes the result into target.PlanarImgXYShortProjector(PlanarImg<A, ShortArray> source, ArrayImg<UnsignedShortType, ShortArray> target, double normalizationFactor, double min) Normalizes a PlanarImg and writes the result into target. -
Uses of PlanarImg in net.imglib2.img.planar
Fields in net.imglib2.img.planar declared as PlanarImgModifier and TypeFieldDescriptionPlanarCursor.containerPlanarLocalizingCursor.containerPlanarPlaneSubsetCursor.containerContainerPlanarPlaneSubsetLocalizingCursor.containerContainerPlanarSpliterator.imgMethods in net.imglib2.img.planar that return PlanarImgModifier and TypeMethodDescriptionPlanarImgs.argbs(long... dim) PlanarImgs.bits(long... dim) static final PlanarImg<NativeBoolType, BooleanArray> PlanarImgs.booleans(long... dim) PlanarImgs.bytes(long... dim) static final PlanarImg<ComplexDoubleType, DoubleArray> PlanarImgs.complexDoubles(long... dim) static final PlanarImg<ComplexFloatType, FloatArray> PlanarImgs.complexFloats(long... dim) PlanarImg.copy()PlanarImgFactory.create(int[] dimensions) PlanarImgFactory.create(long... dimensions) Deprecated.private <A extends ArrayDataAccess<A>>
PlanarImg<T, ?> PlanarImgFactory.create(long[] dimensions, T type, NativeTypeFactory<T, A> typeFactory) PlanarImgFactory.create(Dimensions dimensions) static final PlanarImg<DoubleType, DoubleArray> PlanarImgs.doubles(long... dim) static final PlanarImg<FloatType, FloatArray> PlanarImgs.floats(long... dim) PlanarImgs.ints(long... dim) PlanarImgs.longs(long... dim) static final PlanarImg<ShortType, ShortArray> PlanarImgs.shorts(long... dim) static final PlanarImg<UnsignedByteType, ByteArray> PlanarImgs.unsignedBytes(long... dim) static final PlanarImg<UnsignedIntType, IntArray> PlanarImgs.unsignedInts(long... dim) static final PlanarImg<UnsignedShortType, ShortArray> PlanarImgs.unsignedShorts(long... dim) Constructors in net.imglib2.img.planar with parameters of type PlanarImgModifierConstructorDescriptionPlanarCursor(PlanarImg<T, ?> container) PlanarCursor1D(PlanarImg<T, ?> container) PlanarCursor2D(PlanarImg<T, ?> container) PlanarLocalizingCursor(PlanarImg<T, ?> container) PlanarLocalizingCursor1D(PlanarImg<T, ?> container) PlanarLocalizingCursor2D(PlanarImg<T, ?> container) PlanarPlaneSubsetCursor(PlanarImg<T, ?> container, Interval interval) ConstructorPlanarPlaneSubsetLocalizingCursor(PlanarImg<T, ?> container, Interval interval) ConstructorPlanarRandomAccess(PlanarImg<T, ?> container) PlanarRandomAccess1D(PlanarImg<T, ?> container) (package private)PlanarSpliterator(PlanarImg<T, ?> img, long origin, long fence)