Uses of Interface
net.imglib2.img.Img
-
-
Uses of Img in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement Img Modifier and Type Class Description classARGBScreenImageclassArrayImgAWTScreenImage<T extends NativeType<T>,A extends DataAccess>AnAWTScreenImagethat is anArrayImg.classByteAWTScreenImageAAWTScreenImagethat is anArrayImg<ByteType, ByteArray>.classDoubleAWTScreenImageAAWTScreenImagethat is anArrayImg<DoubleType, DoubleArray>.classFloatAWTScreenImageAAWTScreenImagethat is anArrayImg<FloatType, FloatArray>.classIntAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classShortAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classUnsignedByteAWTScreenImageAAWTScreenImagethat is anArrayImg<UnsignedByteType, ByteArray>.classUnsignedIntAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classUnsignedShortAWTScreenImageAAWTScreenImagethat is anArrayImg<UnsignedShortType, ShortArray>. -
Uses of Img in net.imglib2.histogram
Classes in net.imglib2.histogram that implement Img Modifier and Type Class Description classDiscreteFrequencyDistributionThis 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 Img Modifier and Type Field Description private Img<LongType>DiscreteFrequencyDistribution. countsConstructors in net.imglib2.histogram with parameters of type Img Constructor Description DiscreteFrequencyDistribution(Img<LongType> img)Construct an n-dimensional counter using a providedImg<LongType>to store counts. -
Uses of Img in net.imglib2.img
Subinterfaces of Img in net.imglib2.img Modifier and Type Interface Description interfaceNativeImg<T extends Type<T>,A>TODOClasses in net.imglib2.img that implement Img Modifier and Type Class Description classAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>,A>TODOclassImgView<T extends Type<T>>Allows aRandomAccessibleIntervalto be treated as anImg.Methods in net.imglib2.img that return Img Modifier and Type Method Description Img<T>Img. copy()Img<T>ImgView. copy()Img<T>ImgFactory. create(int[] dimensions)Create anImg<T>with the specifieddimensions.Img<T>ImgFactory. create(int[] dim, T type)Deprecated.abstract Img<T>ImgFactory. create(long... dimensions)Create anImg<T>with the specifieddimensions.abstract Img<T>ImgFactory. create(long[] dim, T type)Deprecated.Img<T>ImgFactory. create(java.util.function.Supplier<T> typeSupplier, int[] dim)Deprecated.Img<T>ImgFactory. create(java.util.function.Supplier<T> typeSupplier, long... dim)Deprecated.Img<T>ImgFactory. create(java.util.function.Supplier<T> typeSupplier, Dimensions dim)Deprecated.Img<T>ImgFactory. create(Dimensions dimensions)Create anImg<T>with the specifieddimensions.Img<T>ImgFactory. create(Dimensions dim, T type)Deprecated.Img<T>WrappedImg. getImg()static <T extends Type<T>>
Img<T>ImgView. wrap(RandomAccessibleInterval<T> accessible)Represent an arbitraryRandomAccessibleIntervalas anImg, with a suitableImgFactoryfor its size and type, created byUtil.getSuitableImgFactory(net.imglib2.Dimensions, Object).static <T extends Type<T>>
Img<T>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 Img Modifier and Type Class Description classArrayImg<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 Img Modifier and Type Class Description classAbstractCellImg<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 classLazyCellImg.LazyCells<T extends Cell<?>>Methods in net.imglib2.img.cell that return Img Modifier and Type Method Description Img<T>LazyCellImg. copy()Img<T>LazyCellImg.LazyCells. copy() -
Uses of Img in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Img Modifier and Type Class Description classAbstractListImg<T>Abstract base class forImgthat store pixels in a single linear array (anArrayListor similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE.classAbstractLongListImg<T>Abstract base class forImgthat store pixels in a single linear list addressed by a long.classListImg<T>ThisImgstores an image in a single linearArrayList. -
Uses of Img in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Img Modifier and Type Class Description classPlanarImg<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 Img Modifier and Type Class Description classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>> -
Uses of Img in net.imglib2.kdtree
Methods in net.imglib2.kdtree that return Img Modifier and Type Method Description (package private) static <T extends NativeType<T>>
Img<T>KDTreeUtils. orderValuesImg(int[] invtree, java.lang.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 Img Modifier and Type Method Description <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 Img Modifier and Type Method Description static <T extends BooleanType<T>>
voidImgUtil. copy(boolean[] src, int offset, int[] stride, Img<T> dest)static <T extends RealType<T>>
voidImgUtil. copy(double[] src, int offset, int[] stride, Img<T> dest)Copy a flat array of doubles into an Img.static <T extends RealType<T>>
voidImgUtil. copy(float[] src, int offset, int[] stride, Img<T> dest)static <T extends IntegerType<T>>
voidImgUtil. copy(int[] src, int offset, int[] stride, Img<T> dest)static <T extends IntegerType<T>>
voidImgUtil. copy(long[] src, int offset, int[] stride, Img<T> dest)static <T extends BooleanType<T>>
voidImgUtil. copy(Img<T> src, boolean[] dest, int offset, int[] stride)static <T extends RealType<T>>
voidImgUtil. copy(Img<T> src, double[] dest, int offset, int[] stride)Copy the contents of an Img to a double arraystatic <T extends RealType<T>>
voidImgUtil. copy(Img<T> src, float[] dest, int offset, int[] stride)static <T extends IntegerType<T>>
voidImgUtil. copy(Img<T> src, int[] dest, int offset, int[] stride)static <T extends IntegerType<T>>
voidImgUtil. copy(Img<T> src, long[] dest, int offset, int[] stride)static <T extends IntegerType<T>>
voidImgUtil. copy(Img<T> src, short[] dest, int offset, int[] stride)
-