Uses of Class
net.imglib2.img.planar.PlanarImg
-
Packages that use PlanarImg Package Description net.imglib2.display.projector.specialized net.imglib2.img.planar -
-
Uses of PlanarImg in net.imglib2.display.projector.specialized
Constructors 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. container
protected PlanarImg<T,?>
PlanarLocalizingCursor. container
Methods 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<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(long[] dim, T type)
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)
-