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? -...
Hi Rob, On Mon, Jul 13, 2009 at 8:31 PM, Robert ... What do you mean with "with video"? ... ah, cool! many thanks for the pointers - wouldn't it be cool to...
Hi Gamera-devel I was playing around with gamera and music-staves toolkit yesterday and observed something weird. When I converted my pdf's to tiff with...
... The PDF you are trying to convert is a multi page document, which are notoriously problematic in TIFF, and AFAICT Gamera does not support multi page TIFFs....
Hi Im currently playing around with the classifier, and was wondering if it was possible to do something like: match everything i've trained you to know as...
... What a strange coincidence: I have just written a paper that is going to be published this autumn describing exactly what you ask for and also including...
Hi list As i am trying to do some simple selection of a subset of symbols of sheet music, I'm currently looking into feature selection. I read in "Using the...
Dear all, For those of you not on the Music-IR list, the attached e-mail was sent asking for information about OMR systems - particularly Gamut. Since I've...
Am Sun, 9 Aug 2009 18:05:32 +0200 ... In the ISMIR 2005 paper, the mentioned feature combination turned out to be best combination in a hold out experiment. In...
Hello, While trying to package Gamera for Debian [1], I spotted the following bugs/issues: * Documentation generator fails with the following exception: ...
Jakub Wilk
ubanus@...
Aug 10, 2009 3:08 pm
1800
Hello Jakub, many thanks for the detailed bug report. ... Indeed, I will fix that. It seems that people who generate the docs always work from svn so that...
... That's right, both documentation and code was added in r1125. Another issue with generating tarballs? ... pixmaps/*.py, plugins/draw.py ... It does not...
Jakub Wilk
ubanus@...
Aug 10, 2009 8:05 pm
1802
I am having a problem with resize and i always get the following errors: TypeError: 'name' must be a string TypeError: Argument 'dim' must be a Dim object How...
Am Tue, 11 Aug 2009 11:55:27 -0000 ... Can you please post a minimal code that produces this error? When you call resize through gamera_gui, what are the steps...
... I am using gamera 3.2.0 the first type of error is the following: code: image = image.resize((10,10),1) error: TypeError: Argument 'dim' must be a Dim...
Am Tue, 11 Aug 2009 12:10:13 -0000 ... I connot reproduce the error with the current SVN version of gamera. Does the following code work on your system? from...
... Dr Dalitz, Your solution worked. like u said i didn't import gamera.core i just used gamera.plugins. that's an example of my code: from gamera.gui import...
Am Tue, 11 Aug 2009 12:41:00 -0000 ... Actually you only need it to import once per module, not for each class. The only problem occurs when you *both* need...