At Christoph's request, I'm bringing part of a discussion he and I have been having onto the list, regarding template matching and FFTs. Robert Ferguson is...
... When you say "CVS snapshot" do you mean checked out from CVS, or from a CVS tarball. We were producing CVS tarballs for a while (some time ago), but...
I'm bringing a conversation on list, since I think it may be generally useful to other Gamera users/developers. Hopefully it can clarify the reason for the...
Hi, I think I came up with the issue. OSX has a bit of weirdness still on what files get updated and what don't. Anytime you do a major change to Gamera you...
On Tue, 07 Sep 2004 09:17:58 -0400 ... Thanks for the comprehensive and illuminating explanations. ... Is it possible to convert a PyObject to one of Gamera's...
... This is surprisingly difficult to load a local copy of a Python distutils-based system with C/C++ extension modules -- the plugin documentation can only be...
... Yes, though it's rather cumbersome because of the different Image types (which all support the same interface, but are different templated types ...
There is now preliminary support for documenting toolkits using the same documentation system that the Gamera core uses. It's been tested on my own toolkits...
Hi, I am currently creating a script for optimization of classifiers, but I run into problems when trying to save the optimized data. What file exstension do I...
... .serialize() saves all of the training data, and the optimized weights, in a highly efficient to save and load binary file format. This is useful for...
... group_list_automatic is already written to ignore manually classified glyphs. (see line 47 in classify.py). If it isn't doing that, there must be a bug...
Hello, I have a question concerning the GUI of the kNN Interactive Classifier of Gamera. I created a current database (by manually classifying glyphs), saved...
I really think we must have designed these terms and semantics incorrectly because they are the source of lots of confusion. I'd encourage discussion about...
On this production/current database issue, maybe we could have an informal vote. Please vote for one or a combination of the following options, or feel free...
... Why is there a choice between current database and production database? The current database is for temporary use and to classify the current data, while...
Michael, the current database and the production database of the same example do not have the same size. As far as I know, the current database contains some...
... See me e-mail about "Production vs. Current Database"... The choice is not between file formats or even their contents, really. The choice is between...
... The current database contains a list of symbol names at the top of the file (basically what you see on the left hand side of the classifier window). This...
Hallo Michael, thanks for bringing up this confusing point again. ... For me the confusing term is "database" in the "current database". If I understand this...
... This is good feedback, and I'll take it into consideration. ... I'm a little confused by this point. The data stored in current and production databases...
... Isn't it so that the "current database" contains information not present in a "production database" like _group._part? My understanding is that the...
Hello Michael, after reclassifying some glyphs again and again I still do not understand why you are using the system of 2 databases (current and production...
... I'm a little unclear. Are suggesting removing the ability to save the glyphs displayed in the editor, and only have the ability to save what is in the...
Dear Michale and Thomas, I think I could reproduce Thomas' problem during reclassification. a) When I load the production database in the classifier window...
... That's what I also experienced and it is the reason why I was starting to ask about this problem in my first mail the day before yesterday. ... I am not...
... This is very helpful to me to understand where the confusion comes from. This appears to be a case where the model one infers by experimentation with the...