Documentation

Large Image Files

Read and navigate very large images

A very large image might not load in Image Viewer, or if the image does load, zooming and panning can be slow. In either case, creating a reduced resolution data set (R-Set) can improve performance. Use the Image Viewer to navigate an R-Set image the same way you navigate a standard image.

Functions

isrset Check if file is R-Set
openrset Open R-Set file
rsetwrite Create reduced resolution data set from image file
imtool Open Image Viewer app
blockproc Distinct block processing for image

Classes

ImageAdapter Interface for image I/O

Topics

Create and Open Reduced Resolution Files

A reduced resolution (R-Set) file creates a smaller version of an image file by dividing the image into spatial tiles and resampling the image.

Block Size and Performance

Using larger block sizes reduces overall computation time but requires more memory to process each block.

Parallel Block Processing on Large Image Files

If you have a Parallel Computing Toolbox™ license, you can take advantage of multiple processor cores on your machine to improve the performance ofblockproc.

Perform Block Processing on Image Files in Unsupported Formats

To work with image data in file formats not supported by block processing functions, construct a class that manages files based on region.

Was this topic helpful?