On Tue, 03 Apr 2007 06:44:31 -0000 ... Your code seems ok, so there is probably a problem in the Gamera function classify_list_automatic(). What platform are...
... function ... Linux, you ... (). ... check whether ... (e.g. nrows_feature)? ... wrapper ... runs. ... Hello Christoph, thank you for your fast response! I...
On Tue, 03 Apr 2007 15:08:00 -0000 ... I hope that you do *not* use the outdated binary installer provided on the Gamera website, but have compiled the latest...
Christoph, I am trying to save a result using file->save_tiff but i am getting a RunTimeError: Failed to create image. Any ideas why? Thanks, Uma ... ...
I am doing the following in Linux, gamera 3.0.1 i am running gamera_gui i am doing for example: image = load_image("/gamera/tests/data/GreyScale_generic.png") ...
... Does the same happen when you try to save as PNG? Could you please run the attached script to see whether there is some fundamental problem with your...
... Forgot to say the following: please test the script either from the command line with "python tiff.py" and from the GUI with the command "gamera_gui -e...
Hello, I got it to work. Needed to be root as the gamera_gui was trying to save file to /usr/bin (thats where my gamera_gui script is installed). Thanks for...
... gamera-3.0.0.win32-py2.3.exe ... Hi Christoph, yes, I worked on the binary installer from the Gamera website :-| But with your installer, it works fine! ...
When you click on symbol names in the symbol tree, the text entry at the top is updated. But it doesn't get updated when you navigate the tree with keyboard. I...
On Sun, 15 Apr 2007 16:03:06 -0000 ... Welcome! ... I am using Emacs and thus never noticed this problem. But I have opened a file in vim and observed the...
On Sun, 15 Apr 2007 19:40:35 -0000 ... Thanks for the fix, which I have tested and checked into cvs. It is nice to have a wxPython expert on board! Christoph...
Sometimes splitting algorithms produce unexpected results. It would be nice to be able to preview the result before running them. Here is my first try: ...
... Could you explain what are you trying to achieve? AFAIK Gamera allows to train glyphs as "to be split"; what do you want to do with those glyphs? ... There...
... I want to see how glpyhs will be splitted before training them to be split. As pictures are sometimes better than words, I prepared a demo GIF of this...
On Thu, 19 Apr 2007 09:15:46 -0000 ... This is indeed a cool feature! Some questions come to my mind: a) What happens when more than one glyph is selected and...
... Currently, when the multiple glyphs are selected only the first glyph's split is seen in the preview. ... I don't do "massive training" yet, so I'm not...
Hi! I have seen in a previous post the script for roman_text.py. While I think I understand what it should do, could someone please assist me by telling just...
On Mon, 23 Apr 2007 18:19:18 -0000 ... The problem is not roman_text.py, but your code. After a "for" statement ... The print statement must be indented. ...
Hallo, while trying to build wxPython on a 64bit Suse Linux system, I obtain the error message that /usr/lib/python2.4/config/Makefile cannot be found. The...
Hi Christoph, I have implemented 5 plugins for Gamera which fall under Thresholding, Noise Removal and Segementation. I have done some prilimary testing of...
Hallo, meanwhile I have manged to install wxPython on64bit Suse Linux by adding a link from /usr/lib64/python2.4/config to /usr/lib/python2.4/config. ...
On Wed, 25 Apr 2007 13:47:57 -0700 (PDT) ... That sounds useful stuff, in particular as Gamera currently only supports a simple global thresholding method. ...
You don't have to write a Python module called doc_examples, just a method within your plugin class called __doc_exampleN__, where N is an integer. As ...