Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strange behaviour of opj_jp3d_compress/decompress utility #1274

Closed
franfcunha opened this issue Sep 13, 2020 · 0 comments
Closed

strange behaviour of opj_jp3d_compress/decompress utility #1274

franfcunha opened this issue Sep 13, 2020 · 0 comments
Labels
removed_components Issues that affect MJ2, JPWL or JP3D wontfix

Comments

@franfcunha
Copy link

Hi,

I am trying to encode and decode a binary volume using JPEG2000 Part 10 framework.

I can successfully call the respective enc/dec executables. However, I am unable to get a meaningful reconstruction of the compressed bitstream. Furthermore, after encoding in lossless mode (default) and adding -O and -m options once decompressing in order to compare the original (uncompressed) volume and the decoded one, PSNR equals 'nan' and SSIM a value close to 0.02.

What can be happening then? Any idea? I've played with byte-order of the input stream and no matter what I provide to the encoder, the respective reconstruction after decoding is always leading to loss of information even though in lossless mode!

@rouault rouault closed this as completed May 6, 2021
@rouault rouault added wontfix removed_components Issues that affect MJ2, JPWL or JP3D labels May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
removed_components Issues that affect MJ2, JPWL or JP3D wontfix
Projects
None yet
Development

No branches or pull requests

2 participants