Uses of Class
net.imglib2.view.SubsampleView
-
Packages that use SubsampleView Package Description net.imglib2.view -
-
Uses of SubsampleView in net.imglib2.view
Subclasses of SubsampleView in net.imglib2.view Modifier and Type Class Description classSubsampleIntervalView<T>SubsampleIntervalViewis a view that provides access to only every sdth value of a sourceRandomAccessibleInterval.Methods in net.imglib2.view that return SubsampleView Modifier and Type Method Description static <T> SubsampleView<T>Views. subsample(RandomAccessible<T> source, long step)Sample only every stepth value of a sourceRandomAccessible.static <T> SubsampleView<T>Views. subsample(RandomAccessible<T> source, long... steps)Sample only every stepdth value of a sourceRandomAccessible.
-