Dear List, I'm desperately trying to compile (and run!) Gamera with a 2.5 Python and still can't get over the _ctype problem with the msvcr71 library. Has...
On Fri, 02 Feb 2007 11:49:36 +0100 ... Have you tried different gcc versions? In case you succeed somehow, please post a howto. Why do you need Python 2.5? Is...
... Not yet, still using 3.4.4 ... Haha. But sure I will. Last thing I tried was editing the \cygwin\lib\gcc\i686-pc-cygwin\3.4.4\specs file and replacing all ...
On Fri, 02 Feb 2007 11:46:05 -0000 ... No need for Python 2.5. Just comment out the warnings in gui/matplotlib_support.py ... If you have a Linux box...
Hallo, just fixed an error in the neighbor computation neighbor4x() used in erode_dilate() when the shape parameter i 1 (octagonal). The attached figures show...
Mike, Thanks for your help for kFill algorithm. it works now. Now i am actaully implementing another algorithm - White Rohrer binarization algorithm. In that i...
The core dump should go to the current directory where you started Gamera -- but your OS may be configured to not dump core files, or only below a certain...
Hello, I am able to build and link kfill algorithm, but i am not convinced that it is working as expected. So i needed another set of eyes to just look over my...
Hallo, just run into a problem when using the compress() function from a C++ plugin in a toolkit. On MacOS X everything works fine, but on Linux I get the...
I don't remember offhand, but I know that the pngimage plugin requires zlib -- you could look at how it is done there. cheers, Mike ... -- Michael Droettboom ...
Hallo, just checked into the gamera cvs two new plugin functions dilate_with_structure erode_with_structure for binary morphological operations with arbitrary...
Hello everybody, the gamera web site seems to be down! Just to let you know... Bye, -- [ Andrea Spadaccini - a.k.a. lupino3 - GLUGCT - from Catania - ICQ :...
Dear Gamera Development List Members, My apologies for not getting a note out to all of you sooner. The Gamera site is currently down due to some instability...
Mike, A little update from my Prof Dr. Andersen. He said he himself will send you an email. But as it stands right now, we plan on creating a branch and call...
Mike, Can you please explain in detail the steps to be taken for running gdb python. Actaully i am trying to integrate White Rohrer I algortithm into Gamera....
... Recently Mike has added me to the developers of Gamera and I am actively checking in bug fixes and enhancements, so we should join our efforts rather than ...
It's possible the segmentation fault was hit before the breakpoint you set. You could try setting the breakpoint earlier. Alternatively, if you're running on...
... The first thing that I try when running in a segfault is trying to reproduce that segfault while running the program under gdb and after the crash giving...
I tried that. But Backtrace is giving me all kinds of messages but none pointing to the source code. All the error messages are mostly python related and some...
and also to add to my last email, the algorithm works sometimes and sometimes give segmentation error. i cannot figure out why? Pl advise, if possible - Uma ...
... These functions seem to be GUI related. Are you testing within gamera_gui? I would suggest to first write a non GUI script that calls your plugins and ...
... As an unrelated side note I wonder whether you are adding your code directly to the gamera sources. If yes, I would suggest to implement your code in a...
Dear Gamera Experts, Recently we've been getting requests from our clients to OCR large numbers of files (we're talking gigabytes) containing mixed languages. ...
Hallo, as there still seems to be something wrong with gamera's erode_dilate function when the last argument is 1, I wonder what should be the expected result....
It actually means that it alternates between the following two kernels on each pass: XXX X X XXX X X X X Therefore, the frequency of the pixels in the corners...
On Mon, 26 Feb 2007 12:06:57 -0500 ... Ah I see. Now I can implement for binary images a faster realization by precomputing the kernel and applying it only...
On Mon, 26 Feb 2007 12:06:57 -0500 ... Just found the error in erode_dilate. It uses neighbor4x, i.e. a kernel of the shape X X X X X Replacing the calls to...
Hallo, does anyone know whetehr it is possible to set the cursor busy in a callback function of a toolkit icon (definied in __init__.py of the toolkit)? After...
You may have trouble running that code before the main GUI loop has started -- I'm not sure. But from the error message, it sounds just more like wx is being...