Hi, I actually tried gamera on my new macbook (dualcore intel). It compiles without problems. It seems that if you replace python with pythonw during build and...
Dear All, If I have several glyph database, is it possible for me to merge them together to form a large glyph database? If it is possible, it would be very...
It is easily possible to merge glyph databases. See the classifier docs here: http://dkc.jhu.edu/gamera/html/classify.html#merge-from-xml However, "merging...
On Wed, 05 Jul 2006 21:24:44 +0200 ... This is good news. Did you try to build teh docs? I only had success with a slightly outdated version of docutils. ... ...
On Thu, 6 Jul 2006 05:29:29 -0400 ... Just in case someone is interested in this issue: it is called "Editing Techniques" in the literature and there are a...
Dear All, Question 1: Code ... from gamera.config import config config.get("omr_output") ... what do the config.get("omr_output") do? I always encounter this...
Hi, I didn't have the time to try out building the docs, but I think I'll do it within the next week. The classifier seems to work well (I just tried it with...
Yes, that's the most likely cause. Scanning software is supposed to put this information in, but many other image processing tools don't. Also, when Gamera...
Actually, the original did – that was my first suspicion. I was miffed initially, when the Transym OCR library returned an error when it is set to zero....
Gentlemen: I've read Thomas Breuel's work and had some success in implementing his greedy algorithms for line finding and white covers in Python. They are...
You can pass *single* Rect and Point objects through the Gamera plugin system as it stands now. The docs for that are somewhat buried on this page: ...
I'm trying to install Gamera 3.0 on a Windows XP machine using Cygwin. I've followed all the instructions in the documentation pages, but I'm repeatedly...
What version of Python are you using? You may be hitting the Cygwin/MingW32/distutils/C++ fiasco. Try deleting the cc symlink to the compiler and replacing it...
I tried both Python 2.4 (which comes with Cygwin), and 2.3. I've already tried replacing the cc symlink with gcc, so it can't be that. Any other ideas what may...
And now when I tried again, after installing some additional cygwin packages, I get -- error: command 'c++' failed with exit status 1, which follows collect2:...
I think this another instance of that same bug in Python's distutils with the symlinks. Try copying /usr/bin/g++ to /usr/bin/c++. Please let me know how that...
Just tried it, but it doesn't help. By the way, the c++ error comes with the setup.py install command... the build gives a gcc error again. I also get errors...
Tried that too, no luck. I've temporarily given up on building it for now. I've installed 2.9 with the windows installer, but I can't get the classifier...
Actually, it seems to have got installed this time. :) What a relief! But I'm having the same problem as with the 2.9 I tried earlier -- the '_split' module is...
Ok, since the Windows installation wasn't working, I gave up and switched to a *nix machine. However, I'm now having problems installing wxPython. In the...
Hello gamera world, I've been very impressed with gamera in my brief experience. I have successfully constructed a custom classifier, and now I am attempting ...
The name doesn't have to be a unicode name -- that's just a convention that user's can choose to follow or not follow. Since it's a problem with loading your...