Dear Prof. Taubman, why Kakadu give me three files (one for each component) when I decode an image .j2k in a raw file? Is not possible to decompress an image...
HI Magnus, Kakadu has three types of class constructions, which are given the names "INTERFACE", "COPY" and "REFERENCE". Each of these are bound in different...
HI Sylvain, You should not do this. In the end there can be only one global header, with one tile size for the entire image. The fact that you get away with...
Hi Alessandro, You are talking about the "kdu_compress" demonstration application here, not the Kakadu toolkit itself. The demo application provides raw files...
Suppose I converted jp2 to bmp. Then bmp to jp2. Is it possible to recreate same image. I mean to say, does kakadu command interface provides sufficient...
Does anyone have an example for accessing region-compositor codestreams from c#? In the C++ example a NULL is passed to "get_next_codestream". The c#...
rather than passing a null pointer have you tried passing a null instance of "kdrc_stream" ie private static kdrc_stream nullstream = null; kdrc_stream *str =...
HI Frank, I am not familiar with the IntPtr() constructor which has no arguments. However, it should work to construct an IntPtr object with the value zero, as...
I'm using a raw codestream here, since I don't know much about the jpeg2000 standard. I'm not sure if I need some other container format (jp2/jpx) to make...
Magnus Naeslund
mag@...
Feb 6, 2007 11:17 pm
4578
Using kdu_compress, version 5.2.6, to convert an input TIFF to an output JP2, I find that when the input file is a single channel TIFF image 1.99 GB or...
I have both reversible and irreversible Jpeg2000 medical images of the same pixel data from a vendor which originally had 8-bit unsigned values for RGB...
Two questions: 1) I'm looking to test an ADV202 (along with some other hardware), and I was wondering is Kakadu able to exactly replicate the lossy compression...
Hello All I telecharger Kakadu_V2.2.3. and when I executer the " simple_exemple_c " I find an error at the time of the opening of the file " kdu_v22D.lib ": ...
i try to compile kakadu on sun pro but i have some bugs Thanks for yor help make –f Makefile-Solaris-sunpro-5.0 id*(*)(void*). 1 Warning(s) detected. CC...
You have to compile the core system first! Cheers, David ... From: "med_7ammi" <med_7ammi@...> To: <kakadu_jpeg2000@yahoogroups.com> Sent: Wednesday,...
Looks like "sunpro" has a slightly different interpretation of private type declarations to "gcc". Anyway, these errors are easily removed. As you can see ...
HI Greg, Without looking into it, I am not sure if the problem comes from libTIFF or from Kakadu's own TIFF header reader. If possible, it would help if you...
... Hash: SHA1 ... Kakadu also compiles not only successfully but cleanly on MacOSX 10.4.8 on a PowerPC G4 -- just switch the comments in the core Makefile to ...
When I examine a large (~1 GPxl) image with kdu_show talking to kdu_server the RoI always seems to get set to a fraction of the window. While this is nice for...
there is a hard coded constant in the server that can be altered to icrease the resources the server uses and this allows it to provide a larger roi. look for...
Peter, Is there a version of kdu_show for the Mac? Jason M _____ From: kakadu_jpeg2000@yahoogroups.com [mailto:kakadu_jpeg2000@yahoogroups.com] On Behalf Of...
... If anyone needs help on similar stuff, I have makefiles for compiling for linux32, amd64, win32 and macosx intel that selects arch automatically and also...
Magnus Naeslund
mag@...
Feb 16, 2007 8:35 pm
4593
You can eliminate the msvcr80.dll dependency with VS2005: Project Properties, Configuration Properties, C/C++, Code Generation, Run-time Library Set it to...
Hi all, I am looking for a high speed JPEG2000 software decoder library that I can link into my own application. Our 1080i or 720p JP2 bit stream is encoded in...
Hi, I have 3 GIS images of 3 bands RGB respectively. If I compress them separately using kakadu I obtain a better performance with respect to RMSE than if ...
Hi, ADV202 is compliant with JPEG2000 standard and does not necessarily match the compression of Kakadu. Noid ... There are humans... Shit....aliens too... ...
There is a very good reason for this. Perhaps you have become so used to the message produced by "kdu_compress" that you have stopped reading it, but it prints...