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. ...
Dear all, in a course on document image analysis at our university, I am currently heavily using Gamera, which has turned out to be an ideal tool for this...
I'm working through some long-standing build annoyances. One of them is that the build's "staging directory" (e.g. build/lib.linux.2.5) doesn't include any...
... OSX 10.4 came with Python 2.3, so it would be nice, if Python 2.3 were still supported. I am not sure whether upgrading to a newer Python version on Tiger ...
I ultimately decided to do something different according to the Python version. On 2.3, it will be impossible to generate the docs from a non-installed copy...
Hallo, apparently a recent change in include/gameramodule.hpp has broken compilation with python 2.4: inline PyObject* get_module_dict(const char* module_name)...
It will be necessary in a future version of gcc (probably 4.4). I've gone through and made some changes that should hopefully work with both Python2.4 and...
Hallo, is there a way in a directed, acyclic graph to check for a given node whether it has incoming edges? I have only seen the method BFS, but this will only...
In a directed graph, there is no convenient way to get all the incoming edges for a given node. Pointers simply aren't stored in that direction. However, you...
Dear Michael, thanks for the hints. In my case I could resort to a different algorithm that uses a depth first search (DFS) and triggers an action whenever all...
Hallo, just noticed the following sentence in the Gamera training tutorial which seems to be wrong as far as I can tell. After the naming convention (the...
On Tue, Jun 3, 2008 at 3:22 AM, Christoph Dalitz ... You are correct. 1) When you train with the "_group" prefix, it unions all of the parts and adds the...
Hello, I want to write my own toolkit, for this I download the skeleton 3.0.0 and try to install this toolkit without any changes. When I will building it,...
It's failing when it can't find gameramodule.hpp. This should be installed in /usr/include/python2.4/gamera -- is it there on your machine? Perhaps you...
Dear all, while having a closer look at the feature "moments", I have noticed that there are a number of issues, as con be conlcuded from the attached images. ...
... Just found the culprit: it actually was the wrong computation of the center of gravity. The problem was that m00 (the total volume) was computed as...
... Ok, I have checked it into svn. Out of curiosity, I have compared the leave-one-out performance of the new moments with the old "moments" on a 5 different...
Hello I am new to Gamera and have just installed the Win32 binaries (release 2.9) as am still having problems building with Cygwin/Mingw32. I would be really...
Can you please provide the full traceback of this error? I can't reproduce that here. In terms of simple examples, the ones in the docs are the only ones I'm...
Am Thu, 26 Jun 2008 12:20:48 -0000 ... The Windows binary installer is hopefully out of date and still requires python 2.3 and wxPython 2.4. I would strongly...