Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
공지
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6814 토론

JPEG2000 codec settings in Unified Image Codec sample for Windows

haerle
초급자
682 조회수
Hello,

The encode_jpeg2000 function of the UIC sample just initializes theJP2Encoder class with it's default parameters.
How do I change the quality settings (to get a smaller file, a faster compression, etc.) for the JPEG2000 encoding?

I tried several parameters with jp2enc.SetParams. For example:

jp2enc.SetParams(20, true, true, false, 2, 10, 0xFFFFFFFF);

This neither influences the target file's size nor the compression time considerably. Are there other parameters which I have overlooked? Do I have to initlialize some other class?

Thx for your help,

Fabian

P.S.: Will dstSize = 0xFFFFFFFF work on 64bit?
0 포인트
1 응답
Vladimir_Dudnik
682 조회수
Fabian,

please take a look at UIC picnic application, where you can set JPEG2000 encoder parameters through GUI application

To support files with big size you may need to implement another variant of StdFileInput class. The implementation in UIC rely on fread CRT function.

Regards,
Vladimir
0 포인트
응답