Uses of Interface
net.imglib2.Dimensions
Packages that use Dimensions
Package
Description
-
Uses of Dimensions in net.imglib2
Subinterfaces of Dimensions in net.imglib2Modifier and TypeInterfaceDescriptioninterface
{x∈Zn|mind≤ xd≤maxd;d∈{0… n-1}}interface
AnIterableRealInterval
whose elements are located at integer coordinates.interface
f:{x∈Zn|[min,max]→T}Classes in net.imglib2 that implement DimensionsModifier and TypeClassDescriptionclass
Implementation of theInterval
interface.class
AbstractWrappedInterval<I extends Interval>
Convenient base class forIterableIntervals
,RandomAccessibleIntervals
, etc that forward theInterval
interface to, for example, their source accessible.final class
An implementation of dimensionality that can wrap a long[] array.final class
Implementation of theInterval
interface.class
A list of data samples at explicitinteger coordinates
.Constructors in net.imglib2 with parameters of type DimensionsModifierConstructorDescriptionAbstractInterval
(Dimensions dimensions) Creates an Interval with the boundaries [0, dimensions-1]FinalInterval
(Dimensions dimensions) Creates an Interval with the boundaries [0, dimensions-1] -
Uses of Dimensions in net.imglib2.converter
Classes in net.imglib2.converter that implement DimensionsModifier and TypeClassDescriptionclass
TODOclass
AbstractConvertedIterableRandomAccessibleInterval<A,
B, S extends RandomAccessible<A> & IterableInterval<A>> TODOclass
-
Uses of Dimensions in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement DimensionsModifier and TypeClassDescriptionclass
ConvertedIterableInterval<A,
B extends Type<B>> TODOclass
ConvertedRandomAccessibleInterval<A,
B extends Type<B>> TODO -
Uses of Dimensions in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement DimensionsModifier and TypeClassDescriptionclass
TODOclass
WriteConvertedIterableRandomAccessibleInterval<A,
B, S extends RandomAccessible<A> & IterableInterval<A>> TODOclass
TODO -
Uses of Dimensions in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement DimensionsModifier and TypeClassDescriptionclass
class
ArrayImgAWTScreenImage<T extends NativeType<T>,
A> AnAWTScreenImage
that is anArrayImg
.class
AAWTScreenImage
that is anArrayImg<ByteType, ByteArray>
.class
AAWTScreenImage
that is anArrayImg<DoubleType, DoubleArray>
.class
AAWTScreenImage
that is anArrayImg<FloatType, FloatArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<UnsignedByteType, ByteArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<UnsignedShortType, ShortArray>
. -
Uses of Dimensions in net.imglib2.histogram
Classes in net.imglib2.histogram that implement DimensionsModifier and TypeClassDescriptionclass
This class represents an n-dimensional set of counters.class
Histogram1d<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 areasclass
HistogramNd<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 areas -
Uses of Dimensions in net.imglib2.img
Subinterfaces of Dimensions in net.imglib2.imgModifier and TypeInterfaceDescriptioninterface
Img<T>
AnImg
is aRandomAccessibleInterval
that has its min at 0n and its max positive.interface
TODOClasses in net.imglib2.img that implement DimensionsModifier and TypeClassDescriptionclass
AbstractImg<T>
TODOclass
AbstractNativeImg<T extends NativeType<T>,
A> TODOclass
Allows aRandomAccessibleInterval
to be treated as anImg
.Methods in net.imglib2.img with parameters of type DimensionsModifier and TypeMethodDescriptionImgFactory.create
(Supplier<T> typeSupplier, Dimensions dim) TheImgFactory
can decide how to create theImg
.ImgFactory.create
(Dimensions dim, T type) TheImgFactory
can decide how to create theImg
. -
Uses of Dimensions in net.imglib2.img.array
Classes in net.imglib2.img.array that implement DimensionsModifier and TypeClassDescriptionclass
ArrayImg<T extends NativeType<T>,
A> ThisImg
stores an image in a single linear array of basic types. -
Uses of Dimensions in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement DimensionsModifier and TypeClassDescriptionclass
AbstractCellImg<T extends NativeType<T>,
A, C extends Cell<A>, I extends RandomAccessible<C> & IterableInterval<C>> Abstract superclass forImg
types that divide their underlying data into cells.class
CellImg<T extends NativeType<T>,
A> class
LazyCellImg<T extends NativeType<T>,
A> AAbstractCellImg
that obtains its Cells lazily when they are accessed.static final class
-
Uses of Dimensions in net.imglib2.img.list
Classes in net.imglib2.img.list that implement DimensionsModifier and TypeClassDescriptionclass
Abstract base class forImg
that store pixels in a single linear array (anArrayList
or similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE
.class
Abstract base class forImg
that store pixels in a single linear list addressed by a long.class
ListImg<T>
-
Uses of Dimensions in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement DimensionsModifier and TypeClassDescriptionclass
PlanarImg<T extends NativeType<T>,
A extends ArrayDataAccess<A>> ANativeImg
that stores data in an list of primitive arrays, one per image plane. -
Uses of Dimensions in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement DimensionsModifier and TypeClassDescriptionfinal class
NtreeCursor<T extends NativeType<T>>
final class
NtreeImg<T extends NativeType<T>,
A extends NtreeAccess<?, A>> -
Uses of Dimensions in net.imglib2.iterator
Classes in net.imglib2.iterator that implement DimensionsModifier and TypeClassDescriptionclass
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
Use this class to iterate a virtual rectangularInterval
whose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...class
AIntervalIterator
that has an adjustable offsetclass
ALocalizingIntervalIterator
that has an adjustable offsetclass
Use this class to iterate a virtual rectangularInterval
whose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ... -
Uses of Dimensions in net.imglib2.util
Methods in net.imglib2.util with parameters of type DimensionsModifier and TypeMethodDescriptionstatic int[]
Intervals.dimensionsAsIntArray
(Dimensions dimensions) Create aint[]
with the dimensions of anInterval
.static long[]
Intervals.dimensionsAsLongArray
(Dimensions dimensions) Create along[]
with the dimensions of aDimensions
.static FinalInterval
Intervals.expand
(Interval interval, Dimensions border) Grow/shrink an interval in all dimensions.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 final void
IntervalIndexer.indexToPosition
(long index, Dimensions dimensions, Positionable position) static long
Intervals.numElements
(Dimensions interval) Compute the number of elements contained in an (integer)Interval
.static final long
IntervalIndexer.positionToIndex
(Localizable position, Dimensions dimensions) -
Uses of Dimensions in net.imglib2.view
Classes in net.imglib2.view that implement DimensionsModifier and TypeClassDescriptionclass
IntervalView<T>
IntervalView is a view that putsInterval
boundaries on its sourceRandomAccessible
.class
GeneratesCursors
that iterate aRandomAccessibleInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...final class
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order.class
StackView<T>
A stack of n-dimensionalRandomAccessibleInterval
s, forming a (n+1)-dimensionalRandomAccessibleInterval
.class
SubsampleIntervalView
is a view that provides access to only every sdth value of a sourceRandomAccessibleInterval
. -
Uses of Dimensions in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Dimensions