Uses of Interface
net.imglib2.Dimensions
-
-
Uses of Dimensions in net.imglib2
Subinterfaces of Dimensions in net.imglib2 Modifier and Type Interface Description interfaceInterval{x∈Zn|mind≤ xd≤maxd;d∈{0… n-1}}interfaceIterableInterval<T>AnIterableRealIntervalwhose elements are located at integer coordinates.interfaceRandomAccessibleInterval<T>f:{x∈Zn|[min,max]→T}Classes in net.imglib2 that implement Dimensions Modifier and Type Class Description classAbstractIntervalImplementation of theIntervalinterface.classAbstractWrappedInterval<I extends Interval>Convenient base class forIterableIntervals,RandomAccessibleIntervals, etc that forward theIntervalinterface to, for example, their source accessible.classFinalDimensionsAn implementation of dimensionality that can wrap a long[] array.classFinalIntervalImplementation of theIntervalinterface.classPointSampleList<T>A list of data samples at explicitinteger coordinates.Constructors in net.imglib2 with parameters of type Dimensions Constructor Description AbstractInterval(Dimensions dimensions)Creates an Interval with the boundaries [0, dimensions-1]FinalDimensions(Dimensions dimensions)Create a FinalDimensions with a defined sizeFinalInterval(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 Dimensions Modifier and Type Class Description classAbstractConvertedIterableInterval<A,B>TODOclassAbstractConvertedIterableRandomAccessibleInterval<A,B,S extends IterableInterval<A>>TODOclassAbstractConvertedRandomAccessibleInterval<A,B> -
Uses of Dimensions in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Dimensions Modifier and Type Class Description classBiConvertedIterableInterval<A,B,C>TODOclassBiConvertedRandomAccessibleInterval<A,B,C>TODOclassConvertedIterableInterval<A,B>TODOclassConvertedRandomAccessibleInterval<A,B>TODO -
Uses of Dimensions in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Dimensions Modifier and Type Class Description classWriteConvertedIterableInterval<A,B>TODOclassWriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>TODOclassWriteConvertedRandomAccessibleInterval<A,B>TODO -
Uses of Dimensions in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement Dimensions 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>.Methods in net.imglib2.display.screenimage.awt with parameters of type Dimensions Modifier and Type Method Description private static long[]ArrayImgAWTScreenImage. dimensions(Dimensions img) -
Uses of Dimensions in net.imglib2.histogram
Classes in net.imglib2.histogram that implement Dimensions 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 areas -
Uses of Dimensions in net.imglib2.img
Subinterfaces of Dimensions in net.imglib2.img Modifier and Type Interface Description interfaceImg<T>AnImgis aRandomAccessibleIntervalthat has its min at 0n and its max positive.interfaceNativeImg<T extends Type<T>,A>TODOClasses in net.imglib2.img that implement Dimensions 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 with parameters of type Dimensions Modifier and Type Method Description 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.NativeImg<T,?>NativeImgFactory. create(Dimensions dimensions)Create anImg<T>with the specifieddimensions. -
Uses of Dimensions in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Dimensions Modifier and Type Class Description classArrayImg<T extends NativeType<T>,A extends DataAccess>ThisImgstores an image in a single linear array of basic types.Methods in net.imglib2.img.array with parameters of type Dimensions Modifier and Type Method Description ArrayImg<T,?>ArrayImgFactory. create(Dimensions dimensions) -
Uses of Dimensions in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Dimensions 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.classCell<A>A cell of anAbstractCellImg.classCellGrid.CellIntervalsclassCellImg<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 with parameters of type Dimensions Modifier and Type Method Description CellImg<T,?>CellImgFactory. create(Dimensions dimensions) -
Uses of Dimensions in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Dimensions 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.Methods in net.imglib2.img.list with parameters of type Dimensions Modifier and Type Method Description ListImg<T>ListImgFactory. create(Dimensions dimensions) -
Uses of Dimensions in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Dimensions 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.Methods in net.imglib2.img.planar with parameters of type Dimensions Modifier and Type Method Description PlanarImg<T,?>PlanarImgFactory. create(Dimensions dimensions) -
Uses of Dimensions in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Dimensions Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>>classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>>Methods in net.imglib2.img.sparse with parameters of type Dimensions Modifier and Type Method Description NtreeImg<T,?>NtreeImgFactory. create(Dimensions dimensions) -
Uses of Dimensions in net.imglib2.iterator
Classes in net.imglib2.iterator that implement Dimensions Modifier and Type Class Description classIntervalIteratorUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classLocalizingIntervalIteratorUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classLocalizingZeroMinIntervalIteratorUse this class to iterate a virtual rectangularIntervalwhose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...classOffsetableIntervalIteratorAIntervalIteratorthat has an adjustable offsetclassOffsetableLocalizingIntervalIteratorALocalizingIntervalIteratorthat has an adjustable offsetclassZeroMinIntervalIteratorUse this class to iterate a virtual rectangularIntervalwhose 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.loops
Fields in net.imglib2.loops declared as Dimensions Modifier and Type Field Description private DimensionsLoopBuilder. dimensionsMethods in net.imglib2.loops with parameters of type Dimensions Modifier and Type Method Description static java.lang.RunnableLoopUtils. createIntervalLoop(Positionable positionable, Dimensions dimensions, java.lang.Runnable action)Returns aRunnablecontaining a loop. -
Uses of Dimensions in net.imglib2.util
Classes in net.imglib2.util that implement Dimensions Modifier and Type Class Description classGrid.CellIntervalsMethods in net.imglib2.util with parameters of type Dimensions Modifier and Type Method Description static 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 booleanIntervals. equalDimensions(Dimensions a, Dimensions b)Tests whether twoDimensionshave the same size.static FinalIntervalIntervals. 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 <T> ImgFactory<T>Util. getSuitableImgFactory(Dimensions targetSize, T type)static voidIntervalIndexer. indexToPosition(long index, Dimensions dimensions, Positionable position)static longIntervals. numElements(Dimensions interval)Compute the number of elements contained in an (integer)Interval.static longIntervalIndexer. positionToIndex(Localizable position, Dimensions dimensions)static java.lang.StringIntervals. toString(Dimensions value)Converts theDimensionsinto a string. -
Uses of Dimensions in net.imglib2.view
Classes in net.imglib2.view that implement Dimensions Modifier and Type Class Description classIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.classIterableRandomAccessibleInterval<T>GeneratesCursorsthat iterate aRandomAccessibleIntervalinFlatIterationOrder, that is: row by row, plane by plane, cube by cube, ...classRandomAccessibleIntervalCursor<T>ACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.classStackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.classSubsampleIntervalView<T>SubsampleIntervalViewis 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 Modifier and Type Class Description classCompositeIntervalView<T,C extends Composite<T>> -
Uses of Dimensions in net.imglib2.view.iteration
Subinterfaces of Dimensions in net.imglib2.view.iteration Modifier and Type Interface Description interfaceSubIntervalIterable<T>Classes in net.imglib2.view.iteration that implement Dimensions Modifier and Type Class Description private classIterableTransformBuilder.IterableIntervalViewprivate classIterableTransformBuilder.SliceAnIterableIntervalon a slice of aSubIntervalIterable.private classIterableTransformBuilder.SubInterval
-