Read arbitrary region of big image
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.