Uses of Class
net.imglib2.img.planar.PlanarImg
-
Packages that use PlanarImg Package Description net.imglib2.blocks net.imglib2.display.projector.specialized net.imglib2.img.planar -
-
Uses of PlanarImg in net.imglib2.blocks
Fields in net.imglib2.blocks declared as PlanarImg Modifier and Type Field Description private PlanarImg<?,?>PlanarImgRangeCopier.SliceAccess. planarImgConstructors in net.imglib2.blocks with parameters of type PlanarImg Constructor Description PlanarImgRangeCopier(PlanarImg<?,?> planarImg, Ranges findRanges, MemCopy<T> memCopy, T oob)SliceAccess(PlanarImg<?,?> planarImg) -
Uses of PlanarImg in net.imglib2.display.projector.specialized
Fields in net.imglib2.display.projector.specialized declared as PlanarImg Modifier and Type Field Description private PlanarImg<A,ByteArray>PlanarImgXYByteProjector. sourceprivate PlanarImg<A,ShortArray>PlanarImgXYShortProjector. sourceConstructors in net.imglib2.display.projector.specialized with parameters of type PlanarImg Constructor Description PlanarImgXYByteProjector(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 PlanarImg Modifier and Type Field Description protected PlanarImg<T,?>PlanarCursor. containerprotected PlanarImg<T,?>PlanarLocalizingCursor. containerprivate PlanarImg<T,?>PlanarPlaneSubsetCursor. containerContainerprivate PlanarImg<T,?>PlanarPlaneSubsetLocalizingCursor. containerContainerprivate PlanarImg<T,?>PlanarSpliterator. imgMethods in net.imglib2.img.planar that return PlanarImg Modifier and Type Method Description static PlanarImg<ARGBType,IntArray>PlanarImgs. argbs(long... dim)static PlanarImg<BitType,LongArray>PlanarImgs. bits(long... dim)static PlanarImg<NativeBoolType,BooleanArray>PlanarImgs. booleans(long... dim)static PlanarImg<ByteType,ByteArray>PlanarImgs. bytes(long... dim)static PlanarImg<ComplexDoubleType,DoubleArray>PlanarImgs. complexDoubles(long... dim)static PlanarImg<ComplexFloatType,FloatArray>PlanarImgs. complexFloats(long... dim)PlanarImg<T,?>PlanarImg. copy()PlanarImg<T,?>PlanarImgFactory. create(int[] dimensions)PlanarImg<T,?>PlanarImgFactory. create(long... dimensions)PlanarImg<T,?>PlanarImgFactory. create(long[] dimensions, T type)Deprecated.private <A extends ArrayDataAccess<A>>
PlanarImg<T,?>PlanarImgFactory. create(long[] dimensions, T type, NativeTypeFactory<T,A> typeFactory)PlanarImg<T,?>PlanarImgFactory. create(Dimensions dimensions)static PlanarImg<DoubleType,DoubleArray>PlanarImgs. doubles(long... dim)static PlanarImg<FloatType,FloatArray>PlanarImgs. floats(long... dim)static PlanarImg<IntType,IntArray>PlanarImgs. ints(long... dim)static PlanarImg<LongType,LongArray>PlanarImgs. longs(long... dim)static PlanarImg<ShortType,ShortArray>PlanarImgs. shorts(long... dim)static PlanarImg<UnsignedByteType,ByteArray>PlanarImgs. unsignedBytes(long... dim)static PlanarImg<UnsignedIntType,IntArray>PlanarImgs. unsignedInts(long... dim)static PlanarImg<UnsignedShortType,ShortArray>PlanarImgs. unsignedShorts(long... dim)Constructors in net.imglib2.img.planar with parameters of type PlanarImg Constructor Description PlanarCursor(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)PlanarSpliterator(PlanarImg<T,?> img, long origin, long fence)
-