Main Content
readRegion
Class: ImageAdapter
Read region of image
Syntax
data = readRegion(adapter,region_start,
region_size)
Description
reads an image region of size data
= readRegion(adapter
,region_start
,
region_size
)region_size
with top-left pixel at
coordinate region_start
.
Input Arguments
Output Arguments
Tips
When you construct a class that inherits from the
ImageAdapter
class, you must implement this method.
Version History
Introduced in R2010a