Uses of Class
net.imglib2.view.SubsampleIntervalView
Packages that use SubsampleIntervalView
-
Uses of SubsampleIntervalView in net.imglib2.view
Methods in net.imglib2.view that return SubsampleIntervalViewModifier and TypeMethodDescriptionstatic <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
.