Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New public method ImageJVirtualStack.getSource returning the underlyi…
…ng RandomAccessibleInterval. There are many occasions when one wants to get the underlying RandomAccessibleInterval. Offering a public method to return the private field "source" addresses this well, so one can write, for example: RandomAccessibleInterval<UnsignedShortType> rai = IJ.getImage().getStack().getSource(); Or more simply from a script: rai = IJ.getImage().getStack().getSource()
- Loading branch information