getRegion
The getRegion
function of the bigimage
object is not
recommended. Use the getRegion
function associated with the blockedImage
object
instead. For more information, see Compatibility Considerations.
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.