Hello, just tried to view the glyphs actually stored in a classifier and noticed that these are not shown in the classifier GUI. It seems that only the page...
Definitely not the intended behavior. It seems to work for me (on Windows and Linux at least). Can you be more specific about the steps you are going...
On Thu, 17 Jan 2008 07:43:01 -0500 ... Sorry for the somewhat vague report. I did the following in gamera_gui: 1) "Classify/Interactive Classifier" 2)...
Hi, i'm the student mentioned below, so here follows a guide on how to reproduce the described behaviour - at least on my system. You need to have a sample xml...
Thanks. I'm not able to check this right now, but I suspect the display just isn't being updated when it should. I'll let you know what I come up with on the...
Hallo, does Gamera support JPEG images? I wonder whether it is not available because I am using the libjpg from Fink which is in an unusual directory (/ ...
The only thing Gamera currently supports is PNG and TIFF. (Though the Python Imaging Library connector should be able to load a JPEG for you, but it isn't...
Hello, just noticed that the command given in the svn checkout instructions on sourceforge are not waht a Gamera user should do to checkout the current...
Hallo, just tried gamera on a linux system with wxPython 2.5 preinstalled. Although the compilation of gamera went smoothly, it stopped on strtup because of...
Dear all, our student Colin Baumgarten has implemented two editing algorithms for kNN classifiers within his diploma work: Hart's "condensed nearest neighbor"...
Hallo, did anyone manage to install matplotlib on OS X 10.4? On my system the compilation always runs into a problem with the freetype headers, which it says...
I have very little experience with matplotlib on OS X. Your experience sounds very similar to some recent discussions on its mailing list recently, however....
Am Thu, 28 Feb 2008 08:57:47 -0500 ... Incidentally someone mentioned on the mailing list that Leopard has freetype preinstalled. So I have search for it on my...
Hallo, while testing the MusicStaves toolkit with python 2.5 and wxPython 2.8., I obtain an error from from wxPython import * It seems that it should now read...
Hi, ... See the section "The wx Namespace" in the wxpython migration guide: http://www.wxpython.org/migrationguide.php In short, along with the change of the...
Hallo, while playing around with the gamera_gui on MacOS X (python 2.5 and wxPython 2.8), I have noticed that the image display is much slower than under Linux...
Hallo, while trying to build gamera (latest svn) on a Linux system without PIL installed, I obtain the error Python Imaging Library module Image could not be...
That's definitely unintentional... It's meant to be optional. I'm traveling at the moment, but can look at this when I'm back. Mike ... -- Michael Droettboom...
Hi, I am trying to optimize a classifier with Biollante as described in the tutorial. I work on OS X, python 2.4 and wx 2.8. When opening the file, I get the...
Am Fri, 14 Mar 2008 13:56:55 -0000 ... Thanks for finding this. It looks for the non existent menu entry "Open". I have removed these two lines and now it...
Hallo, there is a documentation issue with the current svn version. When I run gendoc.py on MacOS X (python 2.3.5) it stops at the Draw documentation and says...
On Fri, Apr 11, 2008 at 10:54 AM, Christoph Dalitz ... I've never generated docs on a Mac, so you're probably the first to run into it. You could do something...
... Thanks, this did the trick. ... It seems that the problem is the use of teh function decorator @staticmethod. I am on a system with python 2.3, which uses...
def foo(): pass foo = staticmethod(foo) The new '@' decorator syntax was added in Python 2.4. Cheers, Mike On Fri, Apr 11, 2008 at 2:34 PM, Christoph Dalitz ...
Dear all, as the last file releases are rather old, I have now uploaded two new file releases for the sources both of gamera and the skeleton toolkit. Anyone ...
Hallo, just fixed errors in rotate() and pad_image() that limited the rotate() function to a very narrow angle range and had let it crash on all other angles. ...