Uses of Class
net.imglib2.view.MixedTransformView
Packages that use MixedTransformView
-
Uses of MixedTransformView in net.imglib2.view
Methods in net.imglib2.view that return MixedTransformViewModifier and TypeMethodDescriptionstatic <T> MixedTransformView<T> Views.addDimension(RandomAccessible<T> randomAccessible) Create view which adds a dimension to the sourceRandomAccessible.static <T> MixedTransformView<T> Views.hyperSlice(RandomAccessible<T> view, int d, long pos) take a (n-1)-dimensional slice of a n-dimensional view, fixing d-component of coordinates to pos.static <T> MixedTransformView<T> Views.invertAxis(RandomAccessible<T> randomAccessible, int d) Invert the d-axis.static <T> MixedTransformView<T> Views.offset(RandomAccessible<T> randomAccessible, long... offset) Translate such that pixel at offset in randomAccessible is at the origin in the resulting view.static <T> MixedTransformView<T> Views.permute(RandomAccessible<T> randomAccessible, int fromAxis, int toAxis) Create view with permuted axes.static <T> MixedTransformView<T> Views.rotate(RandomAccessible<T> randomAccessible, int fromAxis, int toAxis) Create view that is rotated by 90 degrees.static <T> MixedTransformView<T> Views.translate(RandomAccessible<T> randomAccessible, long... translation) Translate the source view by the given translation vector.