Dear all, the svn version of Gamera now can be compiled with Python 2.6. There are still some warnings into which I will have a look, but it should now compile...
Dear all, is anyone going to ICDAR in Barcelona (Spain) this July? I will be there and were glad to meet anyone whom I up to now only know by email. Christoph...
Dear Pyxperts, while trying to make newly defined constants (say BLA_BLA) available through from gamera.core import * I am running into the following problem...
Does core.py have an __all__ member? The __all__ member defines which members are imported using the "from ... import *" syntax. If that's not what it is, I...
Dear Rene, the problem with the display matrix should be solved now. It turned out to be an error in the underlying VIGRA routine. Please check out the latest...
Hallo, just try to figure out the difference between kNNNonInteractive and kNNInteractive. The docs say that a difference is the normalization of the feature...
Hi All: I would like to know if I can use Gamera to be able to process printed survey or questionnaire forms (a la Scantron). Basically, I would like to create...
Am Thu, 4 Jun 2009 14:29:07 -0400 ... Yes, all these are tasks for which Gamera is specifically designed. You will have write some Python code which utilizes...
On Fri, Jun 5, 2009 at 3:19 AM, Christoph Dalitz ... Sounds good. I'm basically trying to build the same functionality as in quexf [1], only in Python and...
Hi, I have a problem using a python script. After opening and processing an image, I open the classifier, load its training data and classify the glyphs. Now I...
Am Mon, 08 Jun 2009 14:08:13 -0000 ... What about "File/Page Glyphs/Save Glyphs in Page As..."? Or are you looking for a way to directly obtain teh list of...
Dear all, just released version 3.2.0 of Gamera on sourceforge: http://sourceforge.net/project/showfiles.php?group_id=99328 The new version should now work...
Am Wed, 17 Jun 2009 12:02:55 -0000 ... Hm, what exactly are you asking for? Is it how to call the plugin? Or what this plugin is expected to do? From the...
Actually the hessian matrix helps in Blob detection. http://en.wikipedia.org/wiki/Blob_detection i posted this link maybe it can help. actually that's how it...
Am Wed, 17 Jun 2009 15:15:20 -0000 ... That would be great! When you improve the plugin (or write a new one), could you also provide some documentation? Does...
Hello, we have run into a problem on Ubuntu 9.04, which ships with Python 2.6 and uses weird installation directories (for instance the site-packages directory...
Dear all, once a year, our university department publishes a small booklet devoted to a particular project at our university, which happens to be Gamera this...
Hello, Actually i am programming a new technique on line following in handwriting recognition. That technique was never used in that field it's only used in...
Hi all, My name is Reza. I am a CS student at University of Toronto. We have a project to create an OCR engine for department of history to save an ancient...
Hello all, That's the source code for the construction of a gaussian pyramid, if anyone is interested u can check it and test it. any suggestions are welcome....
Am Sun, 05 Jul 2009 04:51:04 -0000 ... Welcome! ... Sounds like a very interesting project. Should you some day write a paper on the subject that cites Gamera...
Thank you very much for your prompt answer.. Very helpful. Sure, we are documenting all of our steps, and will let you know as soon as we have something ready...
Am Tue, 07 Jul 2009 03:05:05 -0000 ... You must classify the glyph solely as _split.splitx_right without any further specification. The resulting parts will...
Am Mon, 06 Jul 2009 08:40:58 -0000 ... Thanks for sending the code. Two minor points: - I wonder why the number of levels is not an optional input parameter? -...