Class Views

java.lang.Object
net.imglib2.view.Views

public class Views extends Object
Create light-weight views into RandomAccessibles. A view is itself a RandomAccessible or RandomAccessibleInterval that provides accessors that transform coordinates on-the-fly without copying the underlying data. Consecutive transformations are concatenated and simplified to provide optimally efficient accessors. Note, that accessors provided by a view are read/write. Changing pixels in a view changes the underlying image data.
Author:
Tobias Pietzsch, Stephan Saalfeld, Philipp Hanslovsky