getRegion
(To be removed) Read arbitrary region of bigimage
object
The getRegion
function of the bigimage
object will
be removed in a future release. 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.