Hello gamera world, I've been very impressed with gamera in my brief experience. I have successfully constructed a custom classifier, and now I am attempting ...
The name doesn't have to be a unicode name -- that's just a convention that user's can choose to follow or not follow. Since it's a problem with loading your...
First post, hope I do this well :-D I'm having a problem with in the Interactive Classifier. When I go to Image -> Open and Segment Image, i get this error in...
Hallo Robert and Michael, as I had not received a reply to my mail below, I am resending it now over the list because the original mail has probably gone lost....
Hallo, In line 127 and 128 of include/plugins/thinning.hpp the variables flag_data and flag_view are redeclared in a try block and then deleted outside of it,...
Hallo, does anyone know of a simple way to remove aprticular CC from an image? Let image be a onebit image and cc the CC to remove. I have tried the following:...
cc.fill_white() should do it, because only the parts of the CC that were black to begin with will be affected. Cheers, Mike ... -- Michael Droettboom ...
On Fri, 15 Sep 2006 07:42:54 -0400 ... Just tested it on an image with two CCs with overlapping bounding boxes and it worked. Maybe we could change the...
Hallo, just run into a question about namespace separation between a custom toolkit and the gamera core distribution. Inadvertantly I had called a module in my...
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...