Hallo, some time ago there has been some discussion about adding template macthing (i.e. a cross correlation plugin) to gamera. I have noticed that there are...
On Fri, 6 Jan 2006 09:45:52 -0500 ... A question about FFTW3. I have seen that I can install FFTW from Fink on OSX, which will put it into /sw/[lib|include]. ...
On Fri, 6 Jan 2006 09:45:52 -0500 ... While compiling, I have obtained a number of get/set deprectaion warnings. Is it possible that this toolkit has not yet...
That's an excellent question... I haven't tried this myself as you can install it yourself simply with: http://www.fftw.org/fftw-3.0.1-fma.tar.gz . If you are...
On Fri, 6 Jan 2006 09:45:52 -0500 ... And here is yet another question: It seems that the entire toolkit operates on COMPLEX images which I have not found...
It hasn't really changed at all in the past year since nobody has been interested in using it :) Fortunately the docs do build, so the warnings shouldn't...
Okay, I changed the line to "Rect(Point(int(o.ul_x-amount), int(o.ul_y - amount)), Dim(int(o.ncols + amount * 2), int(o.nrows + amount * 2)))" and updated cvs....
Hallo, currently I need a plugin that resets all CC labels in a onebit image back to the value "1". As this is probably of general use I would suggest to add...
Hallo, just checked out the current gamera cvs and now obtain the error below from gendoc.py. This seems to be related to the sample image generation. The...
On Thu, 19 Jan 2006 10:22:10 +0100 ... It seems that the entire conversion plugins no longer work: they are no longer accessible in the gamera_gui and in...
Hallo Michael and Robert, while working with skeletons, we just observed an unexpected behaviour of thin_hs_large_image: it does not return an actual onebit...
I could see where you would find this confusing. In the future you can save yourself some headache if you always assume any function using connected...
... Just did a full cvs checkout from scratch and a full recompile on my OSX system and the error is gone. I will try tomorrow when I am back in the office...
On Thu, 19 Jan 2006 10:33:04 -0500 ... A full checkout and recompile from scratch solved my problem. For some reason "cvs update" corrupted my sources (maybe I...
Hello, I'm new to Gamera and to this list. Gamera looks like a very useful and powerful application, and I'm quite interested in learning about it. I recently...
Hello Rob, Thanks for the quick response. I checked out, compiled, and installed the cvs version. I get what looks to be exactly the same error. Just to be...
What version of wxPythonGTK are you running? Those features are only available in the 2.6.x series, and Gamera is supposed to turn that off if you're using...
Hi Mike, I have two wxPython libraries installed. They are: wxPythonGTK-2.5.2.7 wxPython-common-gtk2-ansi-2.6.2.1 Now that you mention it, I remember that...
The CVS version of Gamera should work with the 2.6.x series. I'm a little concerned by the mismatch of the versions of your packages. What do you get when you...
The 2.5.x series is an "unstable" branch (wx uses Linux kernel-like version numbering where odd minor number is unstable). I don't think Gamera's ever been...
Success! Upgrading my system did the trick. In case anyone runs into similar problems, my new system configuration is: Gamera-3.0.0 Mandriva Linux 2006.0 ...
I've gone through the interactive classifier training tutorial, and it all seems to make sense. But now I'm at a loss as to how to use the output from the...