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 2601 - 2630 of 5971   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2601
Hi all, I am new to this group and I am wondering if someone can tell me were I can extract the wavelet coefficients at the decoding side ? Thanks for your...
snow lam
lam_neige
Offline Send Email
Dec 2, 2004
8:50 pm
2602
Adjusted sub-band coefficients are pulled into kdu_line buffers from the kdu_decoder. See, e.g., synthesis.cpp line 551....
jsmith_titan
Offline Send Email
Dec 3, 2004
3:43 pm
2603
Hi all, I'm looking at Kakadu again, and may have a question later. I don't like to ask questions without contributing in some fashion, so in the meantime,...
jsmith_titan
Offline Send Email
Dec 3, 2004
8:46 pm
2604
Can anyone help with compiling kdu_compress with tiff support. I know that i must define KDU_INCLUDE_TIFF in the make file and reference libtiff somewhere but...
gunther1239
Offline Send Email
Dec 3, 2004
9:26 pm
2605
I am a fresh man in JPEG2000. I compress a bitmap as follows: " kdu_compress -i image.bmp -o out.j2c Creversible=yes Clayers=9 - rate 1.0,0.04 Corder=RLCP " ...
richietang2000
Offline Send Email
Dec 6, 2004
2:09 am
2606
Ihave a question about encoding mulitple images which do not differ too much between images. I was wondering if there were a way to compress these images...
dooohoo
Offline Send Email
Dec 6, 2004
2:10 am
2607
I'm trying to compress an array of signed 8bit values(-256<value<256). The array have few entries that can select one of multiple values, it does not matter...
dooohoo
Offline Send Email
Dec 6, 2004
2:10 am
2608
I am trying to write a decompression application using kdu_region_decompressor that minimizes memory usage. Consequently, I would like to pull "stripes" of...
swdaniel2
Offline Send Email
Dec 6, 2004
2:11 am
2609
Hi Stuart, Actually, `kdu_region_decompressor' does not require you to provide a buffer for an entire tile, even if there are multiple tiles on a row. It is...
David Taubman
taubman_ds
Offline Send Email
Dec 9, 2004
10:16 am
2610
I want to get some uncompressed images for test ,just like "woman"," bike","cafe" and so on , who can tell me how to get these ? or send to my email-box :...
xiewei_169
Offline Send Email
Dec 9, 2004
2:11 pm
2611
David, This is true. Unfortunately, however, kdu_region_decompressor will not "return" to a previous tile unless the codestream is persistent, from what I can...
swdaniel2
Offline Send Email
Dec 10, 2004
2:15 pm
2612
Thanks John, Very nice. David ... From: "jsmith_titan" <john.l.smith@...> To: <kakadu_jpeg2000@yahoogroups.com> Sent: Friday, December 03, 2004 5:12 PM ...
David Taubman
taubman_ds
Offline Send Email
Dec 10, 2004
2:59 pm
2613
Hi Stuart, Perhaps you are right -- I haven't time to dig through it precisely right now -- but perhaps it depends on how you are using the ...
David Taubman
taubman_ds
Offline Send Email
Dec 10, 2004
5:53 pm
2614
David, Thanks for the quick reply. Essentially, I am already pursuing the bolt-on strategy for the stripe decompressor. As far as using the strategy of...
swdaniel2
Offline Send Email
Dec 13, 2004
2:47 pm
2615
hi , in my jpeg-2000 i have used sphit(set partion in hireachel tree) , how can i determine that my algorithm is working fine. ... Do you Yahoo!? The all-new...
amith reddy
amith_reddyb
Offline Send Email
Dec 13, 2004
2:48 pm
2616
Hello, is there any guidelines as to relationship between ROI weight and bitrate? That is, if I want make lossless image with low-bitrate ROI, how do I choose...
Ivy Vinfildieu
coffeefiendus
Offline Send Email
Dec 13, 2004
2:48 pm
2617
I'm looking into using Kakadu as a software decoder for images/video encoded with the Analog Devices ADV202 hardware codec. I was a little surprised to find...
yalanfhall
Offline Send Email
Dec 15, 2004
3:17 pm
2618
... I've been using Kakadu regularly for decoding ADV202 generated images, and have had no problems. I'm using 3 x ADV202, each one doing either Y, U or V at...
Pete Fraser
pfraseroak
Offline Send Email
Dec 15, 2004
4:17 pm
2619
... images, ... component ... Thanks for that. Can you confirm that you're using Kakadu V4.3? If so, I'm puzzled because Analog themselves say that 4.3 doesn't...
yalanfhall
Offline Send Email
Dec 15, 2004
5:25 pm
2620
... I'm puzzled because Analog themselves say that 4.3 doesn't work! Sorry. I didn't read your initial post carefully enough. I just downloaded the 4.3...
Peter Fraser
pete_rgb
Offline Send Email
Dec 15, 2004
6:04 pm
2621
... need ... That's exactly what I see, thanks for confirming it's not me! It sounds like you're well into Kakadu, I'll be very interested to hear what you...
yalanfhall
Offline Send Email
Dec 15, 2004
10:56 pm
2622
... Luratech claims their JPEG2000 SDK is compatible with the ADV202. ...
dkelly
Offline Send Email
Dec 16, 2004
2:15 pm
2623
Maybe someone can locate the error at the source code of the Kakadu Software (or try the following to see if it's my fault) I first compress a sequence which...
Javier Martin Langerw...
javiermartin...
Offline Send Email
Dec 16, 2004
2:15 pm
2624
HI Stuart, OK, well you are basically living in the world where you have to keep multiple tiles open at a time for your application, buffering compressed data...
David Taubman
taubman_ds
Offline Send Email
Dec 16, 2004
4:00 pm
2625
HI Peter, How strange. If you can send me an example of an ADV202 file which does not work, I should have no problem finding out what happened and whether or...
David Taubman
taubman_ds
Offline Send Email
Dec 16, 2004
4:14 pm
2626
Hi Javier, The header is deemed to finish with the first newline character ('\n') following the sub-sampling factors. If you neglected to include a new-line...
David Taubman
taubman_ds
Offline Send Email
Dec 16, 2004
4:29 pm
2627
Hi Alan, Peter and others, I have found out what is going on with the ADV202 images. The first problem is with the new version of kakadu, where in fixing a...
David Taubman
taubman_ds
Offline Send Email
Dec 17, 2004
1:28 pm
2628
Hi all! I'm a newbie of Kakadu.When I tested the simple_example_c.cpp, I was told that PGM/PPM files were needed to compressed. How can I get them? Thanks....
cake_guan
Offline Send Email
Dec 20, 2004
3:30 pm
2629
... It was an early version of my FPGA code. ... I had noticed previously that Kakadu didn't care, so I was a bit sloppy there. ... Thanks for the quick...
Pete Fraser
pfraseroak
Offline Send Email
Dec 20, 2004
3:31 pm
2630
PGM/PPM are common formats for image processing researchers and you can find descriptions of the dead-trivial format easily enough on the web. However, one...
David Taubman
taubman_ds
Offline Send Email
Dec 20, 2004
4:09 pm
Messages 2601 - 2630 of 5971   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