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 your group to be featured on the Yahoo! Groups website? 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 809 - 838 of 1875   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
809
Easy. There's some good examples of how to call out to VIGRA in edgedetect.hpp. I've committed this in CVS on the gamera3 branch. I haven't done much ...
Michael Droettboom
mdboom
Offline Send Email
Jul 5, 2005
3:26 pm
810
On Tue, 05 Jul 2005 11:25:47 -0400 ... Oh, it seems I can no longer avoid the transition to gamera3... Or would you mind a backport? Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 5, 2005
4:30 pm
811
I've added it to Gamera 2.x as well. However, there's lots of good stuff in Gamera 3.x and it seems to have reached pretty good stability on the tests at this...
Michael Droettboom
mdboom
Offline Send Email
Jul 5, 2005
5:34 pm
812
Hallo, while analyzing a pile of CCs, I would like to assign each CC new properties (eg. a orientation_angle). On the python side, I can simply do an...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 13, 2005
7:36 am
813
Hallo, just observed the following unexpected (to me) behaviour of draw_filled_rect: When the northwest and southeast pixel are the same, draw_filled_rect does...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 14, 2005
9:52 am
814
... As a workaround I have written a C++ function that returns all properties in a PyList and a wrapper function that copies values from this list to image...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 14, 2005
12:01 pm
815
... I don't know of a much better way. When you get the underlying C++ image object from a Python object, the Python "box" around it is essentially discarded,...
Michael Droettboom
mdboom
Offline Send Email
Jul 14, 2005
12:48 pm
816
It seems to be an unintentional consequence of the clipping that goes on (to make sure it doesn't write outside of the image.) Changing it to as you describe...
Michael Droettboom
mdboom
Offline Send Email
Jul 14, 2005
12:54 pm
817
Hallo Michael, just needed to add two draw routines for operations in different metric spaces: draw_circle (constant boundary distance in euclidean norm) and...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 15, 2005
12:03 pm
818
... Thanks. I think that will be useful for a lot of things. ... Seems reasonable. I hesitate, though, because I have never seen anything else that works...
Michael Droettboom
mdboom
Offline Send Email
Jul 15, 2005
12:21 pm
819
On Fri, 15 Jul 2005 08:21:19 -0400 ... A typical application of the draw_* functions is for visualization. I have noticed that the single pixel wide border...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 15, 2005
12:29 pm
820
... I agree that thickness is a nice thing to have. I'm only concerned about the interface. Looking at: draw_rect(ul, lr, color, thickness) the user may...
Michael Droettboom
mdboom
Offline Send Email
Jul 15, 2005
12:38 pm
821
One other comment -- I notice in your docs that When the circle extends beyond the image border, the radius is silently reduced so that the circle fits within...
Michael Droettboom
mdboom
Offline Send Email
Jul 15, 2005
12:41 pm
822
On Fri, 15 Jul 2005 08:33:17 -0400 ... I did not use this interface because when when filled=True the parameter thickness were meaningless. ... There is...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 15, 2005
12:50 pm
823
On Fri, 15 Jul 2005 08:41:28 -0400 ... Yes. It was only my laziness and performance considerations that let me avoid the plausi checks for ncols/nrows > x/y >=...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 15, 2005
12:54 pm
824
... Ah, I get it now. In some ways, I like this approach vs. the "standard" PostScript way of centering the thickness around the virtual circle, since it...
Michael Droettboom
mdboom
Offline Send Email
Jul 15, 2005
1:05 pm
825
... I understand. You could still avoid checking at every pixel, however... 1. When the circle is filled, by clamping the range of the column iterator, or not...
Michael Droettboom
mdboom
Offline Send Email
Jul 15, 2005
1:12 pm
826
On Thu, 14 Jul 2005 11:46:59 +0200 ... Just observed another (possibly related) oddity with draw_filled_rect: the input argument for the lower right corner...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 15, 2005
1:16 pm
827
... No, but I believe it is part of the same error -- its really just a < vs <= issue. I think I'll go ahead and change it, since I've heard no complaints. ...
Michael Droettboom
mdboom
Offline Send Email
Jul 15, 2005
1:20 pm
828
I've Cc'd the list, because I think this will be generally useful. ... Yes. Absolutely right. ... Copy the Cc's to regular onebit images first. This means they...
Michael Droettboom
mdboom
Offline Send Email
Jul 24, 2005
12:37 pm
829
Hi, A problem in rotate() is detected. Problem Description: a.. When rotation angle is below a degree of -45.0 or above 225.0, rotation will generate a...
Damon Li
blursuke
Offline Send Email
Jul 26, 2005
5:49 pm
830
Hi, A problem in rotate() is detected. Problem Description: a.. When rotation angle is below a degree of -45.0 or above 225.0, rotation will generate a...
Damon Li
blursuke
Offline Send Email
Jul 26, 2005
6:19 pm
831
Yeah, there is a constructor missing. I'll update the cvs in just a sec. Best, Rob...
Robert Ferguson
gameramacdude
Offline Send Email
Jul 26, 2005
7:38 pm
832
Hi all, I am running the CVS from 2005-07-22 on Kubuntu Hoary against wxWindows 2.4.2 I believe When I run the interactive classifier and go to classify a new...
lucian_of_tyre
Offline Send Email
Jul 31, 2005
2:45 am
833
Ah ok.... I remember now, people told me earlier on this list about the selection being a little funky in wxwindows for that grid. I hit Ctrl while clicking...
lucian_of_tyre
Offline Send Email
Jul 31, 2005
2:49 am
834
Thanks. The funky thing about the grid widget is that you have to select by crossing the center of the box -- so mouse down of the left side, drag to the...
Michael Droettboom
mdboom
Offline Send Email
Jul 31, 2005
5:54 pm
835
Hello, First, let me introduce myself. I'm a new student of Ichiro Fujinaga's at McGill. I'll be working on Gamera, and so expect to hear from me again from ...
John Ashley Burgoyne
j_a_burgoyne
Offline Send Email
Aug 4, 2005
9:30 pm
836
The unit testing and documentation examples are one-and-the-same with plugin functions (though I realise that's not entirely clear from the docs, in...
Michael Droettboom
mdboom
Offline Send Email
Aug 5, 2005
9:02 am
837
There is now very brief documentation about unit testing with Gamera here: http://dkc.jhu.edu/gamera/html/unit_testing.html Comments and feedback encouraged. ...
Michael Droettboom
mdboom
Offline Send Email
Aug 5, 2005
12:53 pm
838
Hallo, just saw in the online docs that new thinning methods have been added. However after checking out from cvs, removing my previous gamera install and...
Christoph Dalitz
christofero2002
Offline Send Email
Aug 8, 2005
12:12 pm
Messages 809 - 838 of 1875   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