In my opinion, these kind of studies are useless, since they do not provide any insight into the technology or options provided. Within JPEG2000 Part 1, there...
Hello David, Thank you for your response. Quick question. Is it something that was mentioned in the reference paper which I quoted indicated the color planes...
HI sS, It is not in the paper you quoted and I'm not aware of a specific reference, but the misalignment is the main reason why the luminance plane of Lenna ...
Hello, Does kakadu have rate distortion optimization option similar to RD-optimazation in H.264? Can I use this option using command line option? I want to...
I am vieweing a Quickwave file "(.20d)" extension from a DVR used for surveillance. When the Quickwave application loads a "KAKADU ERR" error message box pops...
Hi, Does anyone used kdu_transcode.exe? I want to change compress parameters from : -rate 1.5,0.001 Clayers=28 Creversible=yes Clevels=8 Corder=PCRL...
Simple, just use "cw.j2c" as the output file and the "kdu_transcode" program will write the transcoded code-stream for you, but will strip the JP2 header...
Your viewing application is, for sure, Kakadu-based. The error appears when the file is corrupted in some way -- yes, it could potentially be legal, but it's...
Kakadu automatically uses RD optimization. J2K is a raw codestream. JP2 is a codestream, wrapped in the JP2 file format which adds some simple information...
Are you using this with "kdu_show" or some other way of driving the client? Perhaps the problem lies with the way the application is using the client. ... ...
Hi Bradford, I really don't know how that exit status could occur. It looks like a call to exit() from somewhere outside of Kakadu, but then you are using...
No actully the problem was in my 8-byte chunk, I was sending the chunk size in an invalid format so the kdu_show was waiting for more data on the TCP channel...
Hi David, I have a 12-bit /sample (36 bits per colour sample) Raw colour file with the following dimensions 1920(L)*1080(H) (HDTV) Can you kindly give me an...
I have a scenario in a JPIP client-server which I can't figure how it should be handled by the JPIP server. Assume that a JPIP client requested an image and...
Dear users, I have lossless compressed a 3D data volume by using the command: kdu_compress -i /tmp/vol.raw\*8@1374310 Mcomponents=8 Msigned=no Mprecision=16...
Hi group. I'm looking for additional information about all datatypes supported by Kakadu. Basically I know it can support 8 and 16 bit images with 1 or more...
Hi, I have a problem when expanding my images, values seem to be shifted with a factor of 2 power precision (12), encoded as signed integer (shift = -2048). ...
Hi Christelle, Internally, kakadu uses signed representations for everything. That means that Y, Cb and Cr are all signed quantities, centred about 0, for...
Hi Daniele, Actually, Kakadu supports all precisions (up to about 28 bits/sample, which is ridiculously high) for any number of components (up to about 16000,...
Hi Rosa, You can check the parameters actually used by including a "-record" argument with your compression command. However, it is pretty useless to use...
Hi Zaid, There should be no problem. There is a well-defined mapping from the supplied frame size and region fields to actual codestream dimensions and...
Hello! I would like to know whether it is possible or not using Kakadu to unite several tiles encoded in single-tiled codestreams into a single multitiled...
Hi Evgeny, This is a question which comes up from time to time. There are two things you can do: 1) The JPX file format allows you to create composite images...
Thanks David for your response, Still I find it a problem when sending multiple codestreams with different sizes, I tried it on kdu_server and I found out that...
Hi, Could someone please provide the setting that could generate the best quality HD (720 and 1080) MJPEG2000 file using kdu_v_compress? Thanks. Jay...
Hi Guys, I am trying to compress losslessly DICOM images, using kdu_stripe_compressor. I load pixel data into memory buffer and pass it to the compressor. Here...
I want to develop an application in which multiple-bitrate Jpeg2000 data is created from single Jpeg2000 compressed data which has multiple-bitrate quality...
Hello all, We have a situation where some of our compressed images are specified to have ROIs. We also have a size limit for the compressed output image, so...