Uses of Class
net.imglib2.img.ImgFactory
-
Packages that use ImgFactory Package Description net.imglib2.histogram net.imglib2.img net.imglib2.img.array net.imglib2.img.cell net.imglib2.img.list net.imglib2.img.planar net.imglib2.img.sparse net.imglib2.util -
-
Uses of ImgFactory in net.imglib2.histogram
Methods in net.imglib2.histogram that return ImgFactory Modifier and Type Method Description ImgFactory<LongType>DiscreteFrequencyDistribution. factory()ImgFactory<LongType>Histogram1d. factory()ImgFactory<LongType>HistogramNd. factory() -
Uses of ImgFactory in net.imglib2.img
Subclasses of ImgFactory in net.imglib2.img Modifier and Type Class Description classNativeImgFactory<T extends NativeType<T>>TODO: get rid ofNativeImgFactory???Fields in net.imglib2.img declared as ImgFactory Modifier and Type Field Description private ImgFactory<T>ImgView. factoryMethods in net.imglib2.img that return ImgFactory Modifier and Type Method Description ImgFactory<T>Img. factory()Get aImgFactorythat createsImgs of the same kind as this one.ImgFactory<T>ImgView. factory()<S> ImgFactory<S>ImgFactory. imgFactory(java.util.function.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 ImgFactory Modifier and Type Method Description static <T extends Type<T>>
Img<T>ImgView. wrap(RandomAccessibleInterval<T> accessible, ImgFactory<T> factory)Represent an arbitraryRandomAccessibleIntervalas anImg.Constructors in net.imglib2.img with parameters of type ImgFactory Constructor Description ImgView(RandomAccessibleInterval<T> in, ImgFactory<T> fac)Deprecated. -
Uses of ImgFactory in net.imglib2.img.array
Subclasses of ImgFactory in net.imglib2.img.array Modifier and Type Class Description classArrayImgFactory<T extends NativeType<T>>Factory forArrayImgs.Methods in net.imglib2.img.array that return ImgFactory Modifier and Type Method Description <S> ImgFactory<S>ArrayImgFactory. imgFactory(S type) -
Uses of ImgFactory in net.imglib2.img.cell
Subclasses of ImgFactory in net.imglib2.img.cell Modifier and Type Class Description classCellImgFactory<T extends NativeType<T>>Factory for creatingCellImgs.Methods in net.imglib2.img.cell that return ImgFactory Modifier and Type Method Description ImgFactory<T>CellImg. factory()ImgFactory<T>LazyCellImg. factory()ImgFactory<T>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.list Modifier and Type Class Description classListImgFactory<T>ImgFactoryforListImgof any type T.Methods in net.imglib2.img.list that return ImgFactory Modifier and Type Method Description <S> ImgFactory<S>ListImgFactory. imgFactory(S type) -
Uses of ImgFactory in net.imglib2.img.planar
Subclasses of ImgFactory in net.imglib2.img.planar Modifier and Type Class Description classPlanarImgFactory<T extends NativeType<T>>Factory that creates an appropriatePlanarImg.Methods in net.imglib2.img.planar that return ImgFactory Modifier and Type Method Description <S> ImgFactory<S>PlanarImgFactory. imgFactory(S type) -
Uses of ImgFactory in net.imglib2.img.sparse
Subclasses of ImgFactory in net.imglib2.img.sparse Modifier and Type Class Description classNtreeImgFactory<T extends NativeType<T>>Methods in net.imglib2.img.sparse that return ImgFactory Modifier and Type Method Description ImgFactory<T>NtreeImg. factory()<S> ImgFactory<S>NtreeImgFactory. imgFactory(S type) -
Uses of ImgFactory in net.imglib2.util
Methods in net.imglib2.util that return ImgFactory Modifier and Type Method Description static <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)static <T> ImgFactory<T>Util. getSuitableImgFactory(Dimensions targetSize, T type)
-