getRegion
(Removed) Read arbitrary region of bigimage object
The getRegion function of the bigimage object
has been removed (since R2026a). Use the getRegion
function associated with the blockedImage object
instead. For more information, see Version History.
Description
reads the big image data in data = getRegion(bigimg,level,regionStartWorld,regionEndWorld)bigimg at the specified resolution level.
The function returns all pixels whose extents touch or lie within the bounds of the
rectangular region specified by regionStartWorld and
regionEndWorld, inclusive.