Search the web
Sign In
New User? Sign Up
gamera-devel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1046 - 1075 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1046
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...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 6, 2006
10:37 am
1047
Hi, Have you checked out Guiron? You can check him out by: cvs -z3 -d:ext:*developername*@...:/cvsroot/gamera co -P guiron or anonymously: cvs...
Robert Ferguson
gameramacdude
Offline Send Email
Jan 6, 2006
2:45 pm
1048
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]. ...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 6, 2006
3:32 pm
1049
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...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 6, 2006
3:42 pm
1050
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...
Robert Ferguson
gameramacdude
Offline Send Email
Jan 6, 2006
3:52 pm
1051
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...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 6, 2006
3:53 pm
1052
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...
Robert Ferguson
gameramacdude
Offline Send Email
Jan 6, 2006
3:55 pm
1053
A complex image is two images which will mean different things depending on if an fft is performed or not. You can say many things: float0 =...
Robert Ferguson
gameramacdude
Offline Send Email
Jan 6, 2006
4:18 pm
1054
Hallo, while using the BasicGroupinFunction I have just stumbled over a function call in fudge.py that is not yet ported to Gamera 3.x: ...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 12, 2006
7:59 pm
1055
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....
Robert Ferguson
gameramacdude
Offline Send Email
Jan 12, 2006
8:14 pm
1056
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...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 13, 2006
3:33 pm
1057
Received, built, and checked in under image_utilities. We can always remove it if we don't like it later :). Best, Rob...
Robert Ferguson
gameramacdude
Offline Send Email
Jan 13, 2006
3:54 pm
1058
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...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 19, 2006
9:28 am
1059
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...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 19, 2006
2:18 pm
1060
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...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 19, 2006
3:10 pm
1061
Hey, I can't replicate this error, but I'll keep looking for a solution. If I find anything I'll get back to you. Best, Rob...
Robert Ferguson
gameramacdude
Offline Send Email
Jan 19, 2006
3:33 pm
1062
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...
Robert Ferguson
gameramacdude
Offline Send Email
Jan 19, 2006
4:39 pm
1063
On Thu, 19 Jan 2006 11:39:43 -0500 ... Agreed. Thanks, Chris...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 19, 2006
6:36 pm
1064
... 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...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 19, 2006
7:25 pm
1065
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...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 20, 2006
8:17 am
1066
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...
richard apodaca
rich_apodaca
Offline Send Email
Jan 21, 2006
4:29 pm
1067
Hi and Welcome to the List! Unfortunately I don't have a linux system at home. Would you mind doing a check out from the CVS? Its pretty easy: cvs...
Robert Ferguson
gameramacdude
Offline Send Email
Jan 21, 2006
6:57 pm
1068
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...
richard apodaca
rich_apodaca
Offline Send Email
Jan 21, 2006
9:09 pm
1069
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...
Michael Droettboom
mdboom
Offline Send Email
Jan 21, 2006
10:26 pm
1070
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...
richard apodaca
rich_apodaca
Offline Send Email
Jan 21, 2006
11:15 pm
1071
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...
Michael Droettboom
mdboom
Offline Send Email
Jan 21, 2006
11:34 pm
1072
... '2.5.2.7' ... "/usr/lib/python2.3/site-packages/gamera/gui/classifier_display.py", ... "/usr/lib/python2.3/site-packages/gamera/gui/args_gui.py", ... ...
richard apodaca
rich_apodaca
Offline Send Email
Jan 22, 2006
12:12 am
1073
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...
Michael Droettboom
mdboom
Offline Send Email
Jan 22, 2006
12:01 pm
1074
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 ...
richard apodaca
rich_apodaca
Offline Send Email
Jan 22, 2006
9:31 pm
1075
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...
richard apodaca
rich_apodaca
Offline Send Email
Jan 22, 2006
10:21 pm
Messages 1046 - 1075 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help