Search the web
Sign In
New User? Sign Up
kakadu_jpeg2000 · Kakadu JPEG2000 Discussion Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2941 - 2970 of 5972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2941
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...
fjshjpp
Offline Send Email
May 1, 2005
8:52 pm
2942
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...
erwinhogeweg
Offline Send Email
May 1, 2005
8:52 pm
2943
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...
carrotlea
Offline Send Email
May 1, 2005
8:52 pm
2944
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...
jratike80
Offline Send Email
May 2, 2005
3:08 pm
2945
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()...
erwinhogeweg
Offline Send Email
May 2, 2005
3:08 pm
2946
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 ...
Rabah Mehdi
med_rabah
Offline Send Email
May 2, 2005
3:09 pm
2947
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...
erwinhogeweg
Offline Send Email
May 2, 2005
3:09 pm
2948
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, ...
Alec Wong
Chopin_Alec
Offline Send Email
May 3, 2005
1:46 am
2949
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 ...
Alec Wong
Chopin_Alec
Offline Send Email
May 3, 2005
1:46 am
2950
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...
David Taubman
taubman_ds
Offline Send Email
May 3, 2005
5:50 am
2951
Yes, this is it. ... From: "carrotlea" <carrotlea@...> To: <kakadu_jpeg2000@yahoogroups.com> Sent: Monday, May 02, 2005 1:41 AM Subject:...
David Taubman
taubman_ds
Offline Send Email
May 3, 2005
6:47 am
2952
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:...
David Taubman
taubman_ds
Offline Send Email
May 3, 2005
6:49 am
2953
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...
David Taubman
taubman_ds
Offline Send Email
May 3, 2005
7:03 am
2954
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...
David Taubman
taubman_ds
Offline Send Email
May 3, 2005
7:06 am
2955
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...
David Taubman
taubman_ds
Offline Send Email
May 3, 2005
7:39 am
2956
The latter is the case -- only those relevant code-blocks are decoded and only the relevant subband samples are transformed. cheers, david ... From: "Alec...
David Taubman
taubman_ds
Offline Send Email
May 3, 2005
7:40 am
2957
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...
David Taubman
taubman_ds
Offline Send Email
May 3, 2005
8:03 am
2958
... 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...
karthik parashar
karthik_n_pa...
Offline Send Email
May 3, 2005
12:51 pm
2959
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...
Michael Wildermoth
orange_of_doom
Offline Send Email
May 3, 2005
12:51 pm
2960
1. Can I convert pass_wmse_changes[z] to MSE reduction by the statement as follows? delta_MSE = pass_wmse_changes[z]*(1<<16)*(1<<16)/(x*y); where...
carrotlea
Offline Send Email
May 3, 2005
4:55 pm
2961
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...
Tera Bruce
tera_jpeg2000
Offline Send Email
May 3, 2005
4:56 pm
2962
Hello, Thanks so much!! Is this decoding feature a ``special'' feature in kakadu, or it is inside the JPEG2000 standard? Best Regards, Alec. ... ...
Alec Wong
Chopin_Alec
Offline Send Email
May 3, 2005
9:00 pm
2963
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...
David Taubman
taubman_ds
Offline Send Email
May 4, 2005
6:44 am
2964
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...
atopia11
Offline Send Email
May 4, 2005
1:25 pm
2965
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...
Donald Pian
donald_pian
Offline Send Email
May 5, 2005
3:24 am
2966
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...
Karthik Parashar
karthik_n_pa...
Offline Send Email
May 5, 2005
3:24 am
2967
Is there a publicly viewable Bugzilla database or other problem database for Kakadu?...
davidwlegg
Offline Send Email
May 5, 2005
1:35 pm
2968
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 ...
walkerfleck
Offline Send Email
May 5, 2005
1:36 pm
2969
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 ...
Michael Gormish
gormish
Offline Send Email
May 5, 2005
7:05 pm
2970
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...
David Taubman
taubman_ds
Offline Send Email
May 6, 2005
6:00 am
Messages 2941 - 2970 of 5972   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help