Uses of Class
net.imglib2.view.SubsampleIntervalView
-
Packages that use SubsampleIntervalView Package Description net.imglib2.view -
-
Uses of SubsampleIntervalView in net.imglib2.view
Methods in net.imglib2.view that return SubsampleIntervalView Modifier and Type Method Description static <T> SubsampleIntervalView<T>
Views. subsample(RandomAccessibleInterval<T> source, long step)
Sample only every stepth value of a sourceRandomAccessibleInterval
.static <T> SubsampleIntervalView<T>
Views. subsample(RandomAccessibleInterval<T> source, long... steps)
Sample only every stepdth value of a sourceRandomAccessibleInterval
.
-