Is it possible to access the headers and packet information from the JPEG 2000 compressed format?

조회 수: 3 (최근 30일)
The JPEG 2000 COMPRESSION coding standard stores the compressed stream and stores data of packets, tiles and header information. Is it possible to access the information from the JPEG 2000 compressed file through imwrite or file read?

답변 (1개)

Dimitris Iliou
Dimitris Iliou 2017년 6월 15일
If you want to access information related to an image, you could use the imfinfo function. You can find more details in the following documentation page:
I do not think that you could use imwrite. You could possibly use fopen and fread, and this will get you a stream of bytes for the image. Then you can use the JPEG standard to find the specific headers you are looking for.

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by