H5
Description
The H5
object is an adapter that reads and writes blocked image
data as a single chunked HDF5 file.
When writing to disk, if the blocked image has any additional metadata in the
UserData
property, then the H5
object writes the data to
a separate MAT file with the same file name.
The object supports lossless compression. By default, the compression level is set to
1
. To use a different compression level, create the object and then
change the compression level using the GZIPLevel
property. You can also
use this property to turn off compression. For example, to use a compression level of
3
, use this code.
adapter = images.blocked.H5; adapter.GZIPLevel = 3;
The table lists the support that the H5
object has for various blockedImage
capabilities.
Creation
Description
adapter = images.blocked.H5
creates an H5
object
that reads and writes blocked image data as a single chunked HDF5 file.
Properties
Examples
Version History
Introduced in R2021a