Uses of Class
net.imglib2.img.ImgFactory
Packages that use ImgFactory
Package
Description
-
Uses of ImgFactory in net.imglib2.histogram
Methods in net.imglib2.histogram that return ImgFactory -
Uses of ImgFactory in net.imglib2.img
Subclasses of ImgFactory in net.imglib2.imgMethods in net.imglib2.img that return ImgFactoryModifier and TypeMethodDescriptionImg.factory()Get aImgFactorythat createsImgs of the same kind as this one.ImgView.factory()<S> ImgFactory<S> ImgFactory.imgFactory(Supplier<S> typeSupplier) Creates the sameImgFactoryfor a different generic parameter if possible.abstract <S> ImgFactory<S> ImgFactory.imgFactory(S type) Creates the sameImgFactoryfor a different generic parameter if possible.Methods in net.imglib2.img with parameters of type ImgFactoryModifier and TypeMethodDescriptionImgView.wrap(RandomAccessibleInterval<T> accessible, ImgFactory<T> factory) Represent an arbitrary RandomAccessibleInterval as an ImgConstructors in net.imglib2.img with parameters of type ImgFactoryModifierConstructorDescriptionImgView(RandomAccessibleInterval<T> in, ImgFactory<T> fac) Deprecated. -
Uses of ImgFactory in net.imglib2.img.array
Subclasses of ImgFactory in net.imglib2.img.arrayMethods in net.imglib2.img.array that return ImgFactory -
Uses of ImgFactory in net.imglib2.img.cell
Subclasses of ImgFactory in net.imglib2.img.cellModifier and TypeClassDescriptionclassCellImgFactory<T extends NativeType<T>>Factory for creatingCellImgs.Methods in net.imglib2.img.cell that return ImgFactoryModifier and TypeMethodDescriptionCellImg.factory()LazyCellImg.factory()LazyCellImg.LazyCells.factory()<S> ImgFactory<S> CellImgFactory.imgFactory(S type) -
Uses of ImgFactory in net.imglib2.img.list
Subclasses of ImgFactory in net.imglib2.img.listMethods in net.imglib2.img.list that return ImgFactory -
Uses of ImgFactory in net.imglib2.img.planar
Subclasses of ImgFactory in net.imglib2.img.planarModifier and TypeClassDescriptionclassPlanarImgFactory<T extends NativeType<T>>Factory that creates an appropriatePlanarImg.Methods in net.imglib2.img.planar that return ImgFactory -
Uses of ImgFactory in net.imglib2.img.sparse
Subclasses of ImgFactory in net.imglib2.img.sparseMethods in net.imglib2.img.sparse that return ImgFactoryModifier and TypeMethodDescriptionNtreeImg.factory()<S> ImgFactory<S> NtreeImgFactory.imgFactory(S type) -
Uses of ImgFactory in net.imglib2.util
Methods in net.imglib2.util that return ImgFactoryModifier and TypeMethodDescriptionstatic <T extends NativeType<T>>
ImgFactory<T> Util.getArrayOrCellImgFactory(Dimensions targetSize, int targetCellSize, T type) static <T extends NativeType<T>>
ImgFactory<T> Util.getArrayOrCellImgFactory(Dimensions targetSize, T type)