You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Reading a NITF image with JPEG 2000 compression results in the following Matlab errors:
Error using nitfread>checkCompression (line 386)
Bi-level and vector quantization compressed images currently not supported.
Error in nitfread>readImage (line 260)
useJpeg = checkCompression(subheader);
Error in nitfread (line 66)
X = readImage(subheader, pixelType, ...
This routine works by locating the JPEG 2000 header and extracting it from the NITF. The result is stored as TmpNtf.jp2, and then read using imread('TmpNtf.jp2').
The routine may be modified to read any file type supported by imread. To do this modify the variable Hdr to search for the appropriate image type, and change the extension of the temporary file name. If you have a way to decompress the image without writing the temporary file let me know at the email address contained in ImReadNtf.m
Cite As
Curtis (2026). Read NITF file with JPEG 2000 image compression. (https://www.mathworks.com/matlabcentral/fileexchange/42178-read-nitf-file-with-jpeg-2000-image-compression), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.63 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
