Hallo, when I write a plugin that takes a "Pixel" as input argument, this pixel is automatcally of the same type as the self image. Is it possible to pass a...
Unfortunately not directly. Sort of a unanticipation limitation of the plugin system. You can, however, declare the type as "Class" which will allow you to...
Yes, any new image data will be initialized to white. Cheers, Mike ... -- Michael Droettboom http://www.droettboom.com/ Yes, any new image data will be...
On Fri, 29 Sep 2006 11:21:26 +0200 ... Just noticed that it is also not possible to have a plugin in a toolkit that has the same name as a plugin already...
Hello, I'v solved the problem with passing a RGBPixel as input , but now another problem appeared. My defenition looks like this: Class("myPixel",Pixel) an it...
Hallo, just read the compilation instructions for Gamera on Windows with Mingw32 and it is not clear to me waht environment it requires. Apparently it requires...
... It's option 2). That's the environment supported by python distutils. There is a bug in distutils supporting C++ in that environment, but Gamera has a...
Hallo again, although we eventually succeeded in installing Gamera under Windows, there were some problems, which I would like to discuss. We have used Python...
You can do python setup.py install --compiler=mingw32 to get around the error message -- I know it's counter-intuitive, since an install doesn't require a...
On Tue, 31 Oct 2006 11:01:35 -0500 ... Can these line be safely removed from that file in the gamera core? If yes, could you (or someone else with CVS access)...
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...