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 TypeClassDescriptionclassclassArrayImgAWTScreenImage<T extends NativeType<T>,A> 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 Img in net.imglib2.histogram
Classes in net.imglib2.histogram that implement ImgModifier 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 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 TypeClassDescriptionclassAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>,A> TODOclassAllows aRandomAccessibleIntervalto be treated as anImg.Methods in net.imglib2.img that return ImgModifier and TypeMethodDescriptionImg.copy()ImgView.copy()TheImgFactorycan decide how to create theImg.TheImgFactorycan decide how to create theImg.TheImgFactorycan decide how to create theImg.TheImgFactorycan decide how to create theImg.ImgFactory.create(Supplier<T> typeSupplier, Dimensions dim) TheImgFactorycan decide how to create theImg.ImgFactory.create(Dimensions dim, T type) TheImgFactorycan 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 TypeClassDescriptionclassArrayImg<T extends NativeType<T>,A> ThisImgstores 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 TypeClassDescriptionclassAbstractCellImg<T extends NativeType<T>,A, C extends Cell<A>, I extends RandomAccessible<C> & IterableInterval<C>> Abstract superclass forImgtypes that divide their underlying data into cells.classCellImg<T extends NativeType<T>,A> classLazyCellImg<T extends NativeType<T>,A> AAbstractCellImgthat obtains its Cells lazily when they are accessed.static final classMethods 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 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 Img in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement ImgModifier and TypeClassDescriptionclassPlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>> ANativeImgthat 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 classNtreeImg<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