Displaying NITFs containing JPEG2000 imagery

1 回表示 (過去 30 日間)
Dan
Dan 2012 年 1 月 5 日
回答済み: DGM 2024 年 10 月 8 日
Hi,
I have a NITF file which contains JPEG2000 imagery. When attempting to read the image via "nitfread()" I receive an error regarding it not supporting compressed imagery (subheader compression type of 'C8').
I do see that "imread()" supports JPEG2000 files, however, so I'm curious if anyone has a workaround for this issue? Any plans on adding direct support for this in an upcoming release?
I'm running w/ MATLAB R2011b / Image Processing Toolbox 7.3.
Thanks in advance for any advice or suggestions.
-- Dan
  4 件のコメント
Walter Roberson
Walter Roberson 2012 年 1 月 6 日
Only MathWorks Sales (and very high management) are authorized to speak about what will or will not be supported and in what timeframe.
I am not familiar with NITF files or how much work would be required to deal with compressed JPEG2000 files.
Dan
Dan 2012 年 1 月 6 日
Fair enough. Thanks for responding.

サインインしてコメントする。

回答 (1 件)

DGM
DGM 2024 年 10 月 8 日
Try:
Given a filename, it will produce a JP2 tempfile in the current directory.
It may require some adjustment depending on the contents of the file and how you want to handle the output, but I don't have any files to test.

カテゴリ

Help Center および File ExchangeImport, Export, and Conversion についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by