Class Views


  • public class Views
    extends java.lang.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