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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 927 - 956 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
927
Hallo, just observed that there is some confusion in the gamrea documentation about thinning and skeletonization. From what I have learnt in textbooks,...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 1, 2005
9:26 am
928
... I agree that the outputs of these functions meet different ends and that should be reflected in the documentation. However, in the literature, there is...
Michael Droettboom
mdboom
Offline Send Email
Sep 1, 2005
1:12 pm
929
... I agree. Ich...
Ichiro Fujinaga
if4156
Offline Send Email
Sep 1, 2005
1:37 pm
930
Thanks! I reached a similar conclusion, but by experimentation. To add to my confusion, a corporate tech friend of mine insisted that I install the latest...
Dana Hackman
danabhack
Offline Send Email
Sep 1, 2005
7:25 pm
931
First, thanks for being patient on this. ... I've done a little work estimating the amount of space allocated by the algorithm. I figured that by getting a...
Michael Droettboom
mdboom
Offline Send Email
Sep 1, 2005
9:44 pm
932
Michael Droettboom wrote: > I've done some profiling with valgrind's massif tool to see where memory > is being allocated. You can see from the graph that...
Michael Droettboom
mdboom
Offline Send Email
Sep 2, 2005
3:36 pm
933
Hi Mike, I applied the two files. The behavior is the same, except scale(.9,1) terminates Gamera with no error or warning. It looks more and more like a...
Dana Hackman
danabhack
Offline Send Email
Sep 2, 2005
5:55 pm
934
... What are you using for your memory numbers? I see the same sort of behavior, though my numbers are much smaller. I don't think this necessarily indicates...
Michael Droettboom
mdboom
Offline Send Email
Sep 2, 2005
8:11 pm
935
On Tue, 30 Aug 2005 06:43:45 -0400 ... This does not seem to be possible. From the wxmenu docs: "A menu item has an integer ID associated with it which can be...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 7, 2005
1:07 pm
936
Hallo, just observed that the poor wxwidgets design using global wxMenu identifying numbers cannot be solved on an individual dialog level. Eg. if I start...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 7, 2005
1:42 pm
937
... Thanks for finding that. The above recipe is recommended for most other wxWidgets... it's a shame they lost consistency for menu items. ... Yes. It may...
Michael Droettboom
mdboom
Offline Send Email
Sep 7, 2005
1:55 pm
938
... You can generate a new id with wx.NewId(). I'll update the Gamera core so that menu ids will not trample plugin/user menus. (Though it's only worth my...
Michael Droettboom
mdboom
Offline Send Email
Sep 7, 2005
2:15 pm
939
On Wed, 07 Sep 2005 10:15:17 -0400 ... Almost: /usr/lib/python2.3/site-packages/gamera/toolkits/musicstaves/stafffinder.py:268: DeprecationWarning: Use wxNewId...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 7, 2005
2:18 pm
940
Good morning! Mike, thank you for spending so much time on MY issue. I didn’t focus on the scaling factor of my ‘large’ images as you pointed our below....
Dana Hackman
danabhack
Offline Send Email
Sep 7, 2005
2:23 pm
941
... You're welcome. I want Gamera to be as good as it can be, and I appreciate you reporting this bug to help this happen. There are certainly ways this...
Michael Droettboom
mdboom
Offline Send Email
Sep 7, 2005
2:31 pm
942
Hallo, some time ago we spoke about a "progress_bars" options for gamera. I have tried enable the progress bars in a non gui console script as described in the...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 8, 2005
12:25 pm
943
... The option is "progress_bar" (without the 's'). Maybe that will work. ... The option only affects text-mode progress bars. GUI progress bars are always...
Michael Droettboom
mdboom
Offline Send Email
Sep 8, 2005
12:58 pm
944
On Thu, 08 Sep 2005 08:58:00 -0400 ... Ah, now it works. Maybe the typo could be corrected in the Gamera docs: ...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 8, 2005
1:49 pm
945
... Sorry about that... Mike...
Michael Droettboom
mdboom
Offline Send Email
Sep 8, 2005
1:51 pm
946
Hallo, while trying to write a gamera_gui script, which can be called from the command line with "gamera_gui -e myscript", I am trying to make this script ...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 8, 2005
2:46 pm
947
... Oh, bash, who do I love thee... Try putting it in verbatim quotes: #!/usr/bin/env `gamera_gui -e` Cheers, Mike...
Michael Droettboom
mdboom
Offline Send Email
Sep 8, 2005
5:02 pm
948
On Thu, 08 Sep 2005 13:02:11 -0400 ... This does not work either. I just found the following message from the Cygwin mailing list, which leads me to the...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 9, 2005
6:40 am
949
On Fri, 9 Sep 2005 08:37:15 +0200 ... As this approach does not work, I have tried a wrapping approach: 1) the original script is myscript_noicons 2) a wrapper...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 9, 2005
7:05 am
950
... Sorry about that. It worked for my on Fedora Core 4 -- I didn't realise it wouldn't also work elsewhere. ... The key is going to be to put the objects in...
Michael Droettboom
mdboom
Offline Send Email
Sep 9, 2005
1:59 pm
951
Dear Readers, This is my first post here and I hope I'll not bore you too much. For some time I have been thinking about building a system to add digital...
vdkoijk3
Offline Send Email
Sep 19, 2005
9:07 pm
952
... Welcome! ... Interesting problem. ... Thanks. Though I still think we have a long way to go to make the installation easier. ... I would start by...
Michael Droettboom
mdboom
Offline Send Email
Sep 19, 2005
11:12 pm
953
... My apologies to Damon Li (I butchered his name above.) Make Duttlbom...
Michael Droettboom
mdboom
Offline Send Email
Sep 20, 2005
1:13 am
954
On Mon, 19 Sep 2005 19:12:30 -0400 ... How can the images that you uploaded be viewed? (Sorry, I am no yahoo expert) ... Assuming that your camera is in a...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 20, 2005
7:18 am
955
... http://groups.yahoo.com/group/gamera-devel/ You'll have to login, and then click "Photos" in the left sidebar. ... Sounds worth trying also. Cheers, Mike...
Michael Droettboom
mdboom
Offline Send Email
Sep 20, 2005
11:02 am
956
Dear readers, First let me say that I'm happily surprised with the help I'm getting! My initial experiences with Gamera are mixed. I immediately bumped into...
vdkoijk3
Offline Send Email
Sep 22, 2005
10:27 pm
Messages 927 - 956 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