Would anyone particularly mind if I migrated the Gamera repository to SVN? The pain is that everyone would have to check in all of their local modifications...
To reproduce: Run gamera_gui Click Classify -> Interactive Classifier Click Enter to accept the default name In the new classifier window click Image -> Open...
Browsing CVS at http://gamera.cvs.sourceforge.net/gamera/gamera/ it seems that the latest version is 3.0.0 However from the sourceforge download page it would...
I'm unable to reproduce this error with the current CVS HEAD. Are you using the tarball distribution? That is very old and broken at this point. If you are...
Hello list, I have been playing around with interactive classifier, and added a button that centres each next glyph in the bottom window. Would this be...
Thank you! I'd be interested in having a look. You can send a 'cvs diff' to this list. Cheers, Mike ... -- Michael Droettboom http://www.droettboom.com/...
On Sat, 4 Aug 2007 19:17:27 -0400 ... This is great news! Welcome back on board. ... Currently Gamera builds out-of-the box on MacOS 10.4 with the python and...
On Sun, 05 Aug 2007 19:43:36 -0000 ... If I understand this right, the reason for this discrepancy is that there is currently no maintained file release...
... That's great to hear. Less work for me ;) ... Aside from the slow and inconvenient upload mechanism (a major cause of why releases were so infrequent),...
Hallo Michael, may I be so bold to add another point to the TODO list concerning upgrades to latest versions? I had upgraded gamera to VIGRA 1.5.0 and noticed...
On Mon, 6 Aug 2007 11:17:20 -0400 ... I only know the Gamera file release mechanism form a user's perspective (i.e. someon who downloads software rather thatn...
See my remarks and questions after >>>> below I have written a script that basically only calls (apart from setting some environment variables to make...
Thanks for taking an interest in my problem. I wasn't using CVS head, but it still seems to crash in the same way. I uninstalled gamera by clearing out ...
... Unfortunately, although it is true that Gamera builds out of the box with these versions, the wxWidgets compositing bug has still not been fixed for any...
... I see your point. Creating .deb and .rpm packages would be nice, but they are a lot of work maintainence-wise. We should brainstorm more about the best...
... That's been a long time coming. I remember when we brought it up on the wxPython mailing list years ago, the response was pretty lukewarm -- as in, not a...
... No, it should have built all of the plugins by default. Can you delete the build directory and then send us the output of your "python setup.py build"? ...
I'll look into it when I get a chance. It looks like you have a stopgap measure already in place, though (using stdconvolution.hxx from Vigra 1.3.x). Is that...
... Yes, as a workaround I had simply copied the stdconvolution.hxx form Vigra 1.3 over to the 1.5 version and everything works. Hence I guess that it is a bug...
... I cannot reproduce this on Intel MacOS X with the native wxPython, but I remember that this was a common problem in the students project. We used SuSE ...
... Well, I did another build, and things seem to work a bit. There is strange "import" behaviour though, perhaps because I am running a script from ...
Hello list, Playing around with roman_text and my variants (with can catch curved lines, see other mail), I hit upon a few things. 1. After a few trials and...
... Yes, the task to decompose a docuemnt image into blocks of semantically contiguent regions (typically columns and lines) is called "page segmentation" in...