Uses of Interface
net.imglib2.img.Img
Packages that use Img
Package
Description
-
Uses of Img in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement ImgModifier and TypeClassDescriptionclass
class
ArrayImgAWTScreenImage<T extends NativeType<T>,
A> AnAWTScreenImage
that is anArrayImg
.class
AAWTScreenImage
that is anArrayImg<ByteType, ByteArray>
.class
AAWTScreenImage
that is anArrayImg<DoubleType, DoubleArray>
.class
AAWTScreenImage
that is anArrayImg<FloatType, FloatArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<UnsignedByteType, ByteArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<UnsignedShortType, ShortArray>
. -
Uses of Img in net.imglib2.histogram
Classes in net.imglib2.histogram that implement ImgModifier and TypeClassDescriptionclass
This class represents an n-dimensional set of counters.class
Histogram1d<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 areasclass
HistogramNd<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 areasConstructors in net.imglib2.histogram with parameters of type ImgModifierConstructorDescriptionConstruct an n-dimensional counter using a providedImg<LongType>
to store counts. -
Uses of Img in net.imglib2.img
Subinterfaces of Img in net.imglib2.imgClasses in net.imglib2.img that implement ImgModifier and TypeClassDescriptionclass
AbstractImg<T>
TODOclass
AbstractNativeImg<T extends NativeType<T>,
A> TODOclass
Allows aRandomAccessibleInterval
to be treated as anImg
.Methods in net.imglib2.img that return ImgModifier and TypeMethodDescriptionImg.copy()
ImgView.copy()
TheImgFactory
can decide how to create theImg
.TheImgFactory
can decide how to create theImg
.TheImgFactory
can decide how to create theImg
.TheImgFactory
can decide how to create theImg
.ImgFactory.create
(Supplier<T> typeSupplier, Dimensions dim) TheImgFactory
can decide how to create theImg
.ImgFactory.create
(Dimensions dim, T type) TheImgFactory
can decide how to create theImg
.WrappedImg.getImg()
ImgView.wrap
(RandomAccessibleInterval<T> accessible, ImgFactory<T> factory) Represent an arbitrary RandomAccessibleInterval as an Img -
Uses of Img in net.imglib2.img.array
Classes in net.imglib2.img.array that implement ImgModifier and TypeClassDescriptionclass
ArrayImg<T extends NativeType<T>,
A> ThisImg
stores an image in a single linear array of basic types. -
Uses of Img in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement ImgModifier and TypeClassDescriptionclass
AbstractCellImg<T extends NativeType<T>,
A, C extends Cell<A>, I extends RandomAccessible<C> & IterableInterval<C>> Abstract superclass forImg
types that divide their underlying data into cells.class
CellImg<T extends NativeType<T>,
A> class
LazyCellImg<T extends NativeType<T>,
A> AAbstractCellImg
that obtains its Cells lazily when they are accessed.static final class
Methods in net.imglib2.img.cell that return Img -
Uses of Img in net.imglib2.img.list
Classes in net.imglib2.img.list that implement ImgModifier and TypeClassDescriptionclass
Abstract base class forImg
that store pixels in a single linear array (anArrayList
or similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE
.class
Abstract base class forImg
that store pixels in a single linear list addressed by a long.class
ListImg<T>
-
Uses of Img in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement ImgModifier and TypeClassDescriptionclass
PlanarImg<T extends NativeType<T>,
A extends ArrayDataAccess<A>> ANativeImg
that stores data in an list of primitive arrays, one per image plane. -
Uses of Img in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement ImgModifier and TypeClassDescriptionfinal class
NtreeImg<T extends NativeType<T>,
A extends NtreeAccess<?, A>> -
Uses of Img in net.imglib2.util
Methods in net.imglib2.util with parameters of type ImgModifier and TypeMethodDescriptionstatic <T extends BooleanType<T>>
voidstatic <T extends RealType<T>>
voidCopy a flat array of doubles into an Img.static <T extends RealType<T>>
voidstatic <T extends IntegerType<T>>
voidstatic <T extends IntegerType<T>>
voidstatic <T extends BooleanType<T>>
voidstatic <T extends RealType<T>>
voidCopy the contents of an Img to a double arraystatic <T extends RealType<T>>
voidstatic <T extends IntegerType<T>>
voidstatic <T extends IntegerType<T>>
void