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...
Show off your group to the world. Share a photo of your group with us.

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 976 - 1005 of 5972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
976
What can anyone tell me about the image file format used in Yahoo!'s webcam software? Here's a hexdump of an image from it. ...
ridiculous_fish <Pete...
ridiculous_fish
Online Now Send Email
Feb 5, 2003
9:37 am
977
Looks like a raw JPEG2000 code-stream to me. Cheers, david ... David Taubman Senior Lecturer, School of Electrical Engineering and Telecommunications The...
David Taubman
taubman_ds
Offline Send Email
Feb 6, 2003
2:18 am
978
Hi, In the following routine void kd_block_encoder::encode(kdu_block *block, bool reversible, double msb_wmse, kdu_uint16 estimated_threshold) before for the...
Sunil koteyar
sunil_gk
Offline Send Email
Feb 7, 2003
9:12 am
979
Hello, I ran into a problem with a VC++ application that might be interesting to others in similar situations. This application started failing during its JP2...
larry_reeve <lcreeve@...
larry_reeve
Offline Send Email
Feb 8, 2003
10:05 am
980
I have a program to manipulate NITF files. I took the Independent JPEG groups JPEG software and converted it to read and write blocks from a file, and to...
arocg2000 <zuzuzip@...>
arocg2000
Offline Send Email
Feb 9, 2003
1:54 am
981
Hi Sunil, Good question, to which I cannot give you a good answer off the top of my head. Ultimately, this is just a normalization factor, which affects the ...
David Taubman
taubman_ds
Offline Send Email
Feb 9, 2003
9:47 pm
982
HI Russ, Firstly, you should appreciate that JPEG2000 is fundamentally much more complex than JPEG. I am surprised that the ratio between JPEG and JPEG2000...
David Taubman
taubman_ds
Offline Send Email
Feb 9, 2003
11:25 pm
983
Dear Mr. Taubman, I am studying the parallel structure of T1(make 3 coding pass decision in just one scan, encoding side) currently. You mentioned it can be...
Wei Wang
rickwwang@...
Send Email
Feb 10, 2003
2:10 am
984
Hello, I am trying to understand the compression rate achieved by kdu_compress. The following table is the result of using kdu_compress on a 24 BPP photograph...
larry_reeve <lcreeve@...
larry_reeve
Offline Send Email
Feb 10, 2003
11:07 am
985
Hello group, I need a server that talks JPIP and can be (cross)compiled to the linux-arm platform. My goal is to demonstrate kdu_show running on Windows as the...
kkllmitedu <kk@...>
kkllmitedu
Offline Send Email
Feb 10, 2003
6:45 pm
986
Hi Larry, This is one of the most commonly asked questions. The answer is that rate control happens only after the sample values have been quantized and...
David Taubman
taubman_ds
Offline Send Email
Feb 11, 2003
2:35 am
987
Can I use the demo of Kakadu to compress image with multi channel in different resolution (all power of 2)? I know that JPG2000 support this feature, but can I...
gal_oz_2000 <gal_oz_2...
gal_oz_2000
Offline Send Email
Feb 11, 2003
5:32 am
988
Yes, you can do this with "kdu_compress" without any difficulty. Just put each channel in a separate PGM of BMP file (can be done with raw files of any...
David Taubman
taubman_ds
Offline Send Email
Feb 11, 2003
6:15 am
989
Thanks, In this case, what is the syntex when I want to extract a rigion from of a specific channel (e.g medium.pgm)? The purpce is to work with very big...
gal_oz_2000 <gal_oz_2...
gal_oz_2000
Offline Send Email
Feb 11, 2003
9:47 am
990
... Try "kdu_expand -i out.jp2 -o result.pgm -region {0.2,0.4},{0.25,0.25} -skip_components 1" Cheers, David ... David Taubman Senior Lecturer, School of...
David Taubman
taubman_ds
Offline Send Email
Feb 11, 2003
10:48 pm
991
Hi All, I am writing a parser for the jpeg2000 bit stream for post processing. Can any one help me on interpreting the packet header for the situation (I could...
sivasomas <sivasomas@...
sivasomas
Offline Send Email
Feb 11, 2003
10:49 pm
992
I got some problems when I try it: 1) The time it takes to expand part from a small image is the same time as expand the same part from the big image. Why? 2)...
gal_oz_2000 <gal_oz_2...
gal_oz_2000
Offline Send Email
Feb 13, 2003
5:35 am
993
... Not sure what you mean. Wouldn't you expect this? ... Use `-raw_components'. Cheers, David ... David Taubman Senior Lecturer, School of Electrical...
David Taubman
taubman_ds
Offline Send Email
Feb 13, 2003
6:21 am
994
I'll try a gain, Let say I have 3 images: Big(1000x1000), Med(500x500) and Small (250x250). If I compress only the 'Big' file with 'Stiles{250,250}' option, ...
gal_oz_2000 <gal_oz_2...
gal_oz_2000
Offline Send Email
Feb 13, 2003
6:10 pm
995
HI Gal, Still you are not telling me what you mean by "compression performance". You are decompressing, not compressing, so what is your performance measure. ...
David Taubman
taubman_ds
Offline Send Email
Feb 13, 2003
10:17 pm
996
Hi again, When I'm talking about "performance" I'm interesting on the time it takes to finish the operation (usually expand). The application I do is a large...
gal_oz_2000 <gal_oz_2...
gal_oz_2000
Offline Send Email
Feb 14, 2003
8:45 am
997
Dr. Taubman, Could you please briefly outline the development plans for the next few releases of Kakadu? It would be useful to avoid redundant work by Kakadu...
dkelly <dbmalloc@...>
dkelly
Offline Send Email
Feb 15, 2003
10:39 am
998
Hi Gal, Since you are interested in speed of decompressing a small region from a large image, you should provide sufficient pointer information in the...
David Taubman
taubman_ds
Offline Send Email
Feb 16, 2003
9:30 pm
999
Dear Mr. Taubman, I am studying the parallel structure of T1(make 3 coding pass decision in just one scan, encoding side) currently. You mentioned it can be...
Wei Wang
scorpio603
Offline Send Email
Feb 17, 2003
1:12 am
1000
Hi Dwight, This is a good question. Version 3.5 has been a long time coming and will not be able to be released until some time in the second half of March....
David Taubman
taubman_ds
Offline Send Email
Feb 17, 2003
5:35 am
1001
Does someone Know where I can find more details abou jpeg 2000 internet protocol(jpip)...because I'm trying to implement it for wireless devices suppoting...
docdestin <docdestin@...
docdestin@...
Send Email
Feb 17, 2003
4:04 pm
1002
Hi David, I think I need to read the book of JPG2000 in order to understand all the advance features that used in examles (r) & (t). Any way, can you (or...
gal_oz_2000 <gal_oz_2...
gal_oz_2000
Offline Send Email
Feb 17, 2003
5:21 pm
1003
HI Gal, I can't see why you can't try this yourself. Just use the example command lines given, decompress and measure the CPU time on your favourate machine. ...
David Taubman
taubman_ds
Offline Send Email
Feb 17, 2003
11:05 pm
1004
JPIP is still in the working draft phase, and working drafts are not public documents, as far as I am aware. In any event, there are quite a few things which...
David Taubman
taubman_ds
Offline Send Email
Feb 17, 2003
11:15 pm
1005
Hi! Does annyone know if it is possible to get the number of bytes used by each resolution in a JPEG2000 file. To clarify: I use the progression order RLCP to...
er_sjo <er-sjo@...>
er_sjo
Offline Send Email
Feb 18, 2003
10:19 am
Messages 976 - 1005 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