Hallo, just released version 3.1.2 of Gamera on http://sourceforge.net/project/showfiles.php?group_id=99328 It should fix a long outstanding issue that made...
Dear all, I am currently pondering ways to make the "confidence" measure returned by the kNN classifier in Gamera more useful for rejection. It seems to me in...
HelloI'm using distance_matrix() for optimization of my classifier.But the last col and the last row of the displayed matrix are always white.I have the same...
Am Mon, 27 Apr 2009 10:58:14 +0000 (GMT) ... Can you please explain what you are exactly doing? I do not think that "display_matrix()" is a GUI menu entry, so...
... With the Gui, I calculate myclassifier.distance_matrix(some selected glyphs) this generates a FloatImage in the gui I try to see this Image ; It shows like...
Am Mon, 27 Apr 2009 14:55:19 -0000 ... Hm, I have just written the little test script (see attachment) that creates the attached test image "a.png" with three...
I can't load the files!!I try to send you the capture of the problem and the file of of the glyphs I use for this capturethanksRené I can't load the files!!...
Am Tue, 28 Apr 2009 13:31:21 +0000 (GMT) ... Python scriopts are not loaded by Gamera, but must be passed to the Python interpreter. To do so, open a command...
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...