Hallo, while trying to build the docs on Windows I have realized that the test images in gamera/test are not installed by the binary installer built with the...
Hello, I'm a student of the Fribourg Engineering School (Switzerland). I'm working for a project using Gamera and I have to install it. I have a problem and I...
On Wed, 8 Nov 2006 17:36:03 +0000 (GMT) ... Please download the current cvs version and let us know whether the problem still persists. The tarballs from the...
Hallo, while installing Gamera on Windows with the Cygwin/MingW toolchain, I noticed a slight inaccuracy in the Gamera docs: pexports is not part of cygwin,...
Hallo, after some testing I have identified the following problems: a) kNNInteractive.evaluate() does not work b) the constructor of kNNNonInteractive cannot...
Hallo, it turned out that my problems with the evalaute function have occured due to a bug in gamera. Here is a patch file for fixing two errors in the kNN...
Hallo, just checked in the following outstanding bugfixes: - kNNInteractive.evaluate() now works - constructor of kNNNonInteractive now also works with a...
Dear List! I don't understand how the return values of the classify methods work, resp. I thought they would work differently: When I have a glyph that gets...
Hallo, the method described in an earlier message http://tech.groups.yahoo.com/group/gamera-devel/message/495 for enabling command line editing in the python...
Hello everybody, I'm about to start writing a software that should recognize the answers that children put on multiple-choice test sheets. The choices will be...
On Tue, 16 Jan 2007 08:33:45 +0100 ... Welcome Andrea! Your task is definitely doable with Gamera. You will however need to write a lot of custom code. The...
Ciao Christoph, ... Thanks! ... Well, it seems that there are some functions that can help me.. Great! Given the problem statement, do you think that gamera is...
On Tue, 16 Jan 2007 10:37:16 +0100 ... I would not dare to make such a claim. What is "best" depends on your needs. I have found it to be the best tool in...
Ciao Christoph, ... Wow, it's great! :) ... Thanks a lot. Do you think that, in order to accomplish my task, I'll have to write low-level C++ plugins? ... ...
On Tue, 16 Jan 2007 12:30:44 +0100 ... Possibly not. Assuming that your objects of interest are at fixed positions all you need are the subimage function. For...
Ciao Christoph, ... Thanks for the precious info. I'll get into gamera as soon as I find some spare time. Have a nice day, -- [ Andrea Spadaccini - a.k.a....
Hallo, in a toolkit C++ plugin I need a particular function from the win32 API. Although I can copy the prototype from windows.h into the *.hpp file and can...
I am new to Gamera. Can someone please tell me what the following error means. I am getting 4 errors all of the same nature as below but one each for...
Mike, I am using Linux, Python 2.3, wxPython2.4.2 I am implementing kFill(noise reduction algorithm) as a plugin.And that function calls some other helper ...
I'm still a little puzzled. Could you send your source code for kFill that triggers this? Does the message (from your first message) have a file and line...
Please find attached the source code for kFill and the corresponding python file. I have placed the source code at the end of "morphology.hpp" and the python ...
Thanks. That's quite helpful. It seems that the kFill function you defined in c++ requires three arguments, but the code generated by the plugin generator...
Mike, I am still getting problems, but it is different one this time. Are these because of the image_copy call? the first one says T *Gamera::kFill(T&, int,...