Displaying NITFs containing JPEG2000 imagery
이전 댓글 표시
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
2012년 1월 5일
"This function supports version 2.0 and 2.1 NITF files, as well as NSIF 1.0. Compressed images, image submasks, and NITF 1.1 files are not supported."
Dan
2012년 1월 6일
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
2012년 1월 6일
답변 (1개)
DGM
2024년 10월 8일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!