Uses of Interface
net.imglib2.View
Packages that use View
Package
Description
-
Uses of View in net.imglib2.converter
Classes in net.imglib2.converter that implement ViewModifier and TypeClassDescriptionclass
TODOclass
AbstractConvertedIterableRandomAccessibleInterval<A,
B, S extends RandomAccessible<A> & IterableInterval<A>> TODOclass
TODOclass
class
TODO -
Uses of View in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement ViewModifier and TypeClassDescriptionclass
ConvertedIterableInterval<A,
B extends Type<B>> TODOclass
ConvertedRandomAccessible<A,
B extends Type<B>> TODOclass
ConvertedRandomAccessibleInterval<A,
B extends Type<B>> TODOclass
ConvertedRealRandomAccessible<A,
B extends Type<B>> TODOclass
ConvertedRealRandomAccessibleRealInterval<A,
B extends Type<B>> TODO -
Uses of View in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement ViewModifier and TypeClassDescriptionclass
TODOclass
WriteConvertedIterableRandomAccessibleInterval<A,
B, S extends RandomAccessible<A> & IterableInterval<A>> TODOclass
TODO -
Uses of View in net.imglib2.img
Classes in net.imglib2.img that implement ViewModifier and TypeClassDescriptionclass
Allows aRandomAccessibleInterval
to be treated as anImg
. -
Uses of View in net.imglib2.interpolation
Classes in net.imglib2.interpolation that implement ViewModifier and TypeClassDescriptionfinal class
Interpolant<T,
F extends EuclideanSpace> ARealRandomAccessible
that is generated through interpolation. -
Uses of View in net.imglib2.view
Subinterfaces of View in net.imglib2.viewModifier and TypeInterfaceDescriptioninterface
A view of a RandomAccessible which is related by a coordinateTransform
to its source.Classes in net.imglib2.view that implement ViewModifier and TypeClassDescriptionfinal class
ExtendedRandomAccessibleInterval<T,
F extends RandomAccessibleInterval<T>> class
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, ...class
TODOclass
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
.class
SubsampleView
is a view that provides access to only every sdth value of a sourceRandomAccessible
.class
-
Uses of View in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement ViewModifier and TypeClassDescriptionclass
CompositeIntervalView<T,
C extends Composite<T>> class
CompositeView<T,
C extends Composite<T>>