classifier0._display.class_iw.Children[2] On Thu, Sep 3, 2009 at 11:37 AM, Christoph Dalitz < ... -- Michael Droettboom http://www.droettboom.com/ Sent from my...
... I think that the copyright statement you included [1] applies to the wxWindows Library License (or perhaps to the original wxWindows code), but not to...
Jakub Wilk
ubanus@...
Sep 4, 2009 2:55 pm
1847
... The version I checked did not include a copyright notice, but a copyright notice came with the code in a separate file applies. That copyright notice said...
Am Thu, 3 Sep 2009 12:44:57 -0400 ... Assigning this to a variable before closing the window does not help. After closing, the complete _display property is...
There were some callbacks being maintained in the classifier that pointed to the old (zombified) classifier display. Can you apply the attached diff and let...
Hello, just fixed an error in Gamera's graph API that had the effect that nodes were not found. Node labels were not compared by their value, but by their...
Dear Michael, we are currently adding a new image type "MultiLabelCC" to Gamera, and have trouble getting it act both as ONEBIT image (for feature generation) ...
It's not terribly generalized, but the magic happens here, in args_wrappers.py: def _get_choices_for_pixel_type(self, pixel_type): if pixel_type == ONEBIT: ...
Am Tue, 22 Sep 2009 10:11:04 -0400 ... It is almost the same as a Cc with the only generalization that it allows for more than one label value to represent...
Am Tue, 22 Sep 2009 10:10:18 -0400 ... After we had noticed that "setup.py clean --all" does not delete the C++ plugin glue files beginning with an underscore,...
The conversion from an image to something displayable happens in gui_support.hpp:to_string and/or gui_support.hpp:to_buffer. It looks like it should work,...
Dear all, as suggested by Jakub Wilk, the messages printed to stdout about the loaded plugins are now suppressed in the current SVN version of Gamera. @Jakub: ...
... Doing some more tests, we have found out that the problems occur even before to_buffer or to_string are called. These are called in the specialization for...
... I just found the solution to (1): When displaying a CC/MultiCC/Image wxWindows tells us which area needs to be repainted. So subimage is called to convert...
I am happy to announce that Gamera is now available in the Debian's development distribution: http://packages.debian.org/source/unstable/gamera -- Jakub Wilk...
Jakub Wilk
ubanus@...
Oct 20, 2009 6:55 am
1864
Am Tue, 20 Oct 2009 08:55:42 +0200 ... Great! Many thanks, Christoph...
Hello, does anyone know how distutils can be configured to delete specific files created during the build process with python setup.py clean --all ? At...
Yeah -- that's because those files are created outside of distutils -- it doesn't know about them. I used to just run "svn-clean", but it's not ideal because...
Dear all, currently the set() method of Cc data types is blocked, as can be seen from the following tautological implementation: void set(const Point& p,...
Yeah -- seems fine to me. If there's a way to put up a big warning in the docs about this, that might be a good idea. Mike On Fri, Oct 23, 2009 at 7:23 AM,...
Hi all, I have an ancient script that we are trying to create an OCR for. The script is not very complicated. The total number of glyphs and ligatures is...
... Maybe the recently released new OCR toolkit for Gamera can be useful for your script (see the "Addons" section on the Gamer homepage). It is described in...
Hi List Since the gamera framework makes use of machine learning i was wondering if any of you could recommend *the* book for an introduction to machine ...
Am Thu, 29 Oct 2009 18:51:08 +0100 ... Not sure whether there is *the* absolute and impeccable book on machine learning (except from my lecture on that...