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 extends DataAccess>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 areasFields in net.imglib2.histogram declared as ImgConstructors 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()ImgFactory.create(int[] dimensions) Create anImg<T>with the specifieddimensions.Deprecated.ImgFactory.create(long... dimensions) Create anImg<T>with the specifieddimensions.Deprecated.Deprecated.Deprecated.ImgFactory.create(Supplier<T> typeSupplier, Dimensions dim) Deprecated.ImgFactory.create(Dimensions dimensions) Create anImg<T>with the specifieddimensions.ImgFactory.create(Dimensions dim, T type) Deprecated.WrappedImg.getImg()ImgView.wrap(RandomAccessibleInterval<T> accessible) Represent an arbitraryRandomAccessibleIntervalas anImg, with a suitableImgFactoryfor its size and type, created byUtil.getSuitableImgFactory(net.imglib2.Dimensions, Object).ImgView.wrap(RandomAccessibleInterval<T> accessible, ImgFactory<T> factory) Represent an arbitraryRandomAccessibleIntervalas anImg. -
Uses of Img in net.imglib2.img.array
Classes in net.imglib2.img.array that implement ImgModifier and TypeClassDescriptionclassArrayImg<T extends NativeType<T>, A extends DataAccess>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 extends DataAccess, 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 extends DataAccess>classLazyCellImg<T extends NativeType<T>, A extends DataAccess>AAbstractCellImgthat obtains its Cells lazily when they are accessed.static final classLazyCellImg.LazyCells<T extends Cell<?>>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 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 a 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.kdtree
Methods in net.imglib2.kdtree that return ImgModifier and TypeMethodDescription(package private) static <T extends NativeType<T>>
Img<T> KDTreeUtils.orderValuesImg(int[] invtree, Iterable<T> values) Re-order the nodevaluesto form a tree corresponding to the index arraytree'={0,1,2,...}. -
Uses of Img in net.imglib2.test
Methods in net.imglib2.test that return ImgModifier and TypeMethodDescription<T extends NativeType<T>>
Img<T> RandomImgs.nextImage(T type, long... dims) Creates an image with randomized content -
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>>
voidstatic <T extends IntegerType<T>>
void