readRegion
R2026bClass: ImageAdapter
(Not recommended) Read region of image
The readRegion method of the ImageAdapter class is not recommended. Instead of ImageAdapter, use
a blockedImage
object. For more information, see Version History.
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
ImageAdapterclass, you must implement this method.