Main Content

MATBlocks

Read and write blocks of blocked image data as MAT files

Since R2021a

Description

The MATBlocks object is an adapter that reads and writes blocked image data as MAT files, with one MAT file for each block. The object can read and write numeric, binary, categorical, and structure data types.

The object saves the image files in a folder. For multiresolution images, the object creates one subfolder for each resolution level.

The table lists the support that the MATBlocks object has for various blockedImage capabilities.

CapabilitiesSupport
Data types

All numeric, logical, categorical, and structure data types of any dimension.

Multiple resolution levelsYes
Process blocks in parallel using the apply functionYes
Resume block processing using the apply functionYes

Creation

Description

adapter = images.blocked.MATBlocks creates a MATBlocks object that reads and writes blocked image data as MAT files, with one MAT file for each block.

Version History

Introduced in R2021a

See Also