Dear all: I have some questions about ROI in kakadu. Can you give me a anwser? 1) in Kd_encoder_row_of_block(),there is a variable :have_foreground. Does it...
All, I am trying to read a jp2 compressed bytestream from a java InputStream. In order to do that I created a KakaduInputStream class which extends the...
I am still not clear where the conversion is conducted. Is the statement pass_wmse_changes[z] = pass_wmse_scale * distortion_change; the right place? (I am...
Hi David and others, I noticed that my first poor experience with the resolution scaled images was due to the viewer I used. This certain viewer shows the full...
I got a little further so I realize now that these questions probably didn't make a lot of sense. Sorry about that. Erwin ... Yes, from the Native_Create()...
Hi@All As Bharat say, kdu_show is very complete and seems to me too quiet complex. What's one of the raison I was querying older version of the kakadu: maybe ...
David, I am still struggling to get my Java app working (see my other posting), but I think it slowly starts do dawn on me. When you say "derive your own...
Hello, I've a question about random access. If I want to decode a specified region, is that all tiles associated with those regions are all decoded? Thanks, ...
Hello all, Sorry ,I've missed some information in previous e-mail. My question is, if I want to have random access by extracting a certain region from encoded ...
HI Jukka, Indeed it is easy to expand some aspects of "kdu_transcode" to JP2, JPX or even MJ2 files, while other aspects can be more difficult. Resolution...
1) Yes. 2) You are not supposed to transfer anything yourself to `kd_block', since objects starting with "kd_" are strictly internal. Cheers, David ... From:...
Hi Bharat, I know that others have done this sort of thing -- although not made it more widely available -- and claim that it is not too hard, if you know...
HI Mehdi, You could request to be shipped an older version. Your question about licensing costs, however, was not appropriate for this email forum. It would...
To decode a specific region, all tiles intersecting with the region are examined. Only those code-blocks which contribute to the intersecting portion in each...
The latter is the case -- only those relevant code-blocks are decoded and only the relevant subband samples are transformed. cheers, david ... From: "Alec...
Hi Mehdi, Going back to earlier versions is not recommended. Also, the "kdu_region_compositor" object is probably simpler (and much more powerful) than using...
... Hi Alec, It is possible to decode the region of interest from the stream looking for the TILE numbers, in the SOT markers. The Idea would be to hop from...
I'm certain that you don't have to decode the whole tile. I have some very large images with only a single tile and I can pull out whatever roi I want. As I...
Hi.Guys I am new with kakadu package and begainning with the simple example C application. I wonder where I can find the wavelet transform part and block...
It is enabled by JPEG2000, but not all implementations of JPEG2000 offer the feature. Kakadu was the first implementation which did so, from its first release...
Dear all: I have a question about kdu_show application in kakadu v4.5. Can you give me a anwser? when I am running kdu_show application and openning jp2 file...
Hi Everyone, I would like to say allocate 15% (7.5% to Cb and 7.5% to Cr) of the bits to chrominance and 85% of the bits to luminance. Please let me know if...
As I understand the JPEG2000 standard, the ordering of the tile parts in the stream is guided by the progression order. Hence, I would like to know how...
Hello, I'm surveying the video compression components. But I don't know how fast kakadu can do. We need 4 compression jobs to be performed concurrently, is it ...
Karthik: There are many ways to "stream" J2K data over a low bandwidth connection. The simplest is if your J2K file happens to be in exactly the right order ...
HI Donald, There is no specific tool for controlling the allocation of bits to luminance and chrominance within a single codestream. What you would have to do...