JPEG2000
Description
The JPEG2000
object is an adapter that reads 2-D blocked image
data in the JPEG2000 format.
By default, the object reads JPEG2000 image files with a block size of [1024
1024]
. To use a different block size, create the object and then change the block
size using the IOBlockSize
property. For example, to specify a block size
of [512 512]
, use this code.
adapter = images.blocked.JPEG2000; adapter.IOBlockSize = [512 512];
The table lists the support that the JPEG2000
object has for various
blockedImage
capabilities.
Capabilities | Support |
---|---|
Data types | This object supports 2-D images only:
|
Multiple resolution levels | Yes |
Process blocks in parallel using the apply
function | Yes |
Resume block processing using the apply
function | No |
Write blocked image data using the write
function | No |
Creation
Description
adapter = images.blocked.JPEG2000
creates a
JPEG2000
object that reads blocks from JPEG2000 files.
Properties
Examples
Version History
Introduced in R2023a