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 class
NativeImgFactory<T extends NativeType<T>>
TODOMethods in net.imglib2.img that return ImgFactory Modifier and Type Method Description ImgFactory<T>
Img. factory()
Get aImgFactory
that createsImg
s of the same kind as this one.ImgFactory<T>
ImgView. factory()
<S> ImgFactory<S>
ImgFactory. imgFactory(java.util.function.Supplier<S> typeSupplier)
Creates the sameImgFactory
for a different generic parameter if possible.abstract <S> ImgFactory<S>
ImgFactory. imgFactory(S type)
Creates the sameImgFactory
for 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 arbitrary RandomAccessibleInterval as an ImgConstructors 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 class
ArrayImgFactory<T extends NativeType<T>>
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 class
CellImgFactory<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 class
ListImgFactory<T>
ImgFactory
forListImg
of 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 class
PlanarImgFactory<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 class
NtreeImgFactory<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)
-