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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 4879 - 4908 of 5972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4879
According to my test result,IPP v5.2 is slightly 1/3 faster than Kakadu v5.2 in 9/7 wavelet decoding performance, while in other aspercts kakadu win ... 2002...
adamsmith163
Offline Send Email
Jul 3, 2007
1:32 pm
4880
Does anyone had a problem with process.h header on PocketPC Mobile 5.0, what do I need include more , compiler has no found that file and I got error C1083 in...
tomek_d7
Offline Send Email
Jul 3, 2007
7:39 pm
4881
Have you tried using the "/a" (all) qualifier in your metadata request, as in "metareq=[*/a]!!"? Cheers, David ... From: "P P" <dakndak@...> To:...
David Taubman
taubman_ds
Offline Send Email
Jul 6, 2007
3:15 pm
4882
Hi Martin, 1) When compressing an image, the act of adding tile-parts is separate from the act of adding TLM marker segments. The "ORGgen_tlm:T0={3}"...
David Taubman
taubman_ds
Offline Send Email
Jul 6, 2007
3:15 pm
4883
The only minor correction I would make to your command line is that the 65535 should probably be replaced by half that value (i.e., 2^15) which is roughly half...
David Taubman
taubman_ds
Offline Send Email
Jul 6, 2007
3:16 pm
4884
Hi Roddy, Thanks for all your helpful comments. I know that I have been pretty hopeless on the reply side of things, but I have incorporated your suggestions...
David Taubman
taubman_ds
Offline Send Email
Jul 6, 2007
3:17 pm
4885
Hi Daniel, As I try to clear out old emails prior to the V6.0 release, I noticed that I have not actually responded to your bug spotting here. Actually, it...
David Taubman
taubman_ds
Offline Send Email
Jul 6, 2007
3:17 pm
4886
Hi Dr. Taubman, I stumbled upon a little problem with the Kakadu JPIP client and/or the documentation, using 5.2.6 Here's the story: First, I submitted a...
cl087unirostock
Offline Send Email
Jul 7, 2007
10:31 pm
4887
Hi all, I was wondering if there was an easy way to calculate Mean Square Error of the j2c file created from a BMP image Thanks in advance Vishnu...
vishnu
vrprasan
Offline Send Email
Jul 9, 2007
3:03 am
4888
HI Christoph, Thanks for pointing this out. Indeed there is an error in the logic for `kdu_window::contains'. I did test the LHS of the containment...
David Taubman
taubman_ds
Offline Send Email
Jul 9, 2007
12:48 pm
4889
David, After changing line 1367 in kdu_client to query_block << "!!"; //PP:Removed prepended ',' from ',!!' we tried: window.init(); window.metadata_only =...
dakndak
Offline Send Email
Jul 9, 2007
5:08 pm
4890
Could you please send me an example image which causes the problem. I'll see if I can find the problem. Send it to d.taubman@.... Cheers, David ... ...
David Taubman
taubman_ds
Offline Send Email
Jul 10, 2007
12:44 pm
4891
Hi Paul, I think I have found the solution to this problem. In "kdu_serve.cpp", you will find a comment "// Now check to see if there are any actual metareq ...
David Taubman
taubman_ds
Offline Send Email
Jul 12, 2007
2:48 am
4892
Hello, I'm considering purchasing a Kakadu license, and I have a couple of API questions. 1. I know that the Kakadu executables allow you to utilize multiple ...
Dan Gutchess
gutchess
Offline Send Email
Jul 13, 2007
1:17 am
4893
Hi, ... Deployment on multiple processors is very nearly transparent. You just create an instance of `kdu_thread_env', add as many threads as you like to it...
David Taubman
taubman_ds
Offline Send Email
Jul 13, 2007
12:41 pm
4894
... I have run those tests, but not with your images on your computer. The Kakadu web site provides downloadable executables so you can run your own tests with...
Greg Coats
greg_coatman
Offline Send Email
Jul 13, 2007
12:42 pm
4895
Re. the thread example: kdu_thread_env theEnv; theEnv.create(); for (int i = GetNumThreads() - 1; i > 0; --i) theEnv.add_thread(); ...
Christopher Hunt
thehuntschris
Offline Send Email
Jul 14, 2007
3:10 am
4896
HI Chris, Just so you know, the "kdu_get_num_processors' function in v6.0 works across Windows, Linux and MacOS, for greater uniformity. Cheers, David ... ...
David Taubman
taubman_ds
Offline Send Email
Jul 16, 2007
2:04 pm
4897
I see "parsing" referenced in your documentation, but am not quite sure if it meams the same to Kakadu as it means to us. Parsing to us would be changing the...
btovrea2000
Offline Send Email
Jul 19, 2007
3:16 am
4898
Hi, Does kdu_codestream.change_appearance(true, false, false); i.e. transposing, carry down into the kdu_stripe_compressor object? We currently rotate each...
bris104fm
Offline
Jul 19, 2007
3:16 am
4899
Dear, David Taubman. Can you tell me a simple sequence of C# code for compressing / decompressing image from buffer, not from file. Unfortunately your samples...
melnikov_andrey
Offline Send Email
Jul 19, 2007
1:30 pm
4900
HI Pascal, This should work perfectly. You do need to call change_appearance prior to initializing the stripe compressor, and then leave the appearance...
David Taubman
taubman_ds
Offline Send Email
Jul 19, 2007
1:30 pm
4901
Hey, I have written a web service in VS2005 that will extract data from multiple JP2 files. I essentially loop through my list of files and create a jp2_in...
xyz.stylez
Offline
Jul 20, 2007
1:06 pm
4902
As noted in documentation/Usage_Examples.txt, kdu_compress example d) kdu_compress -i red.bmp,green.bmp,blue.bmp -o rgb_bmp.jp2 the above syntax properly...
Greg Coats
greg_coatman
Offline Send Email
Jul 21, 2007
8:07 pm
4903
Hi, I did once something similar with 8 tiffs (Landsat bands) and just after adding some colourspace parameter I were able to select three channels and show...
jratike80
Offline Send Email
Jul 22, 2007
4:52 pm
4904
I am trying to do a lossless compression of 1920x1080 RGB24 images and achieve the highest compression ratio. All of the images have been combined into one...
a178235
Offline
Jul 23, 2007
3:10 am
4905
With three single channel .tif files as inputs, adding -jp2_space sRGB yields a .jp2 file that kdu_show displays in color. kdu_compress -i...
Greg Coats
greg_coatman
Offline Send Email
Jul 23, 2007
3:11 am
4906
Hi Jukka and Greg, Jukka's solution is correct. The problem is that TIFF files can contain their own well-defined colour spaces. kdu_compress does not want to...
David Taubman
taubman_ds
Offline Send Email
Jul 23, 2007
3:11 am
4907
i've done some further testing and debugging and it definitely seems to be the garbage collector running at random times despite my calls to Dispose on the...
xyz.stylez
Offline
Jul 23, 2007
4:51 pm
4908
hello; i would like to know how to deduce the number of packets in the codestream basing on the precinct's size. in other way, what is the relation between a...
tarabet_amina
Offline Send Email
Jul 23, 2007
4:51 pm
Messages 4879 - 4908 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