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 1619 - 1648 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1619
Hallo, just fixed errors in rotate() and pad_image() that limited the rotate() function to a very narrow angle range and had let it crash on all other angles. ...
Christoph Dalitz
christofero2002
Offline Send Email
May 5, 2008
3:01 pm
1620
Dear all, in a course on document image analysis at our university, I am currently heavily using Gamera, which has turned out to be an ideal tool for this...
Christoph Dalitz
christofero2002
Offline Send Email
May 9, 2008
8:50 am
1621
I'm working through some long-standing build annoyances. One of them is that the build's "staging directory" (e.g. build/lib.linux.2.5) doesn't include any...
Michael Droettboom
mdboom
Offline Send Email
May 25, 2008
2:15 pm
1622
... OSX 10.4 came with Python 2.3, so it would be nice, if Python 2.3 were still supported. I am not sure whether upgrading to a newer Python version on Tiger ...
Christoph Dalitz
christofero2002
Offline Send Email
May 25, 2008
8:39 pm
1623
I ultimately decided to do something different according to the Python version. On 2.3, it will be impossible to generate the docs from a non-installed copy...
Michael Droettboom
mdboom
Offline Send Email
May 25, 2008
9:01 pm
1624
Hallo, apparently a recent change in include/gameramodule.hpp has broken compilation with python 2.4: inline PyObject* get_module_dict(const char* module_name)...
Christoph Dalitz
christofero2002
Offline Send Email
May 26, 2008
9:09 am
1625
It will be necessary in a future version of gcc (probably 4.4). I've gone through and made some changes that should hopefully work with both Python2.4 and...
Michael Droettboom
mdboom
Offline Send Email
May 26, 2008
11:47 am
1626
Am Mon, 26 May 2008 07:47:35 -0400 ... Works now with Python 2.4 and Python 2.5. Thanks, Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
May 27, 2008
8:22 am
1627
Hallo, is there a way in a directed, acyclic graph to check for a given node whether it has incoming edges? I have only seen the method BFS, but this will only...
Christoph Dalitz
christofero2002
Offline Send Email
May 28, 2008
10:32 am
1628
In a directed graph, there is no convenient way to get all the incoming edges for a given node. Pointers simply aren't stored in that direction. However, you...
Michael Droettboom
mdboom
Offline Send Email
May 28, 2008
11:37 am
1629
Dear Michael, thanks for the hints. In my case I could resort to a different algorithm that uses a depth first search (DFS) and triggers an action whenever all...
Christoph Dalitz
christofero2002
Offline Send Email
May 28, 2008
12:28 pm
1630
Hallo, just noticed the following sentence in the Gamera training tutorial which seems to be wrong as far as I can tell. After the naming convention (the...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 3, 2008
7:22 am
1631
On Tue, Jun 3, 2008 at 3:22 AM, Christoph Dalitz ... You are correct. 1) When you train with the "_group" prefix, it unions all of the parts and adds the...
Michael Droettboom
mdboom
Offline Send Email
Jun 3, 2008
11:13 am
1632
Hello, I want to write my own toolkit, for this I download the skeleton 3.0.0 and try to install this toolkit without any changes. When I will building it,...
Sandra Reinicke
sandrareinicke
Offline Send Email
Jun 3, 2008
12:45 pm
1633
It's failing when it can't find gameramodule.hpp. This should be installed in /usr/include/python2.4/gamera -- is it there on your machine? Perhaps you...
Michael Droettboom
mdboom
Offline Send Email
Jun 3, 2008
1:05 pm
1634
Now its running after I try the export command. The gameramodule.hpp was not installed in /usr/include/python2.4/gamera , suse has installed it in ...
sandrareinicke
Offline Send Email
Jun 4, 2008
8:48 am
1635
Dear all, while having a closer look at the feature "moments", I have noticed that there are a number of issues, as con be conlcuded from the attached images. ...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 6, 2008
7:58 am
1636
... Just found the culprit: it actually was the wrong computation of the center of gravity. The problem was that m00 (the total volume) was computed as...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 6, 2008
10:02 am
1637
Thanks for finding this. That sounds like the correct fix. Cheers, Mike On Fri, Jun 6, 2008 at 6:06 AM, Christoph Dalitz ... -- Michael Droettboom ...
Michael Droettboom
mdboom
Offline Send Email
Jun 6, 2008
1:01 pm
1638
... Ok, I have checked it into svn. Out of curiosity, I have compared the leave-one-out performance of the new moments with the old "moments" on a 5 different...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 6, 2008
1:13 pm
1639
Hello I am new to Gamera and have just installed the Win32 binaries (release 2.9) as am still having problems building with Cygwin/Mingw32. I would be really...
tdart99
Offline Send Email
Jun 26, 2008
12:20 pm
1640
Can you please provide the full traceback of this error? I can't reproduce that here. In terms of simple examples, the ones in the docs are the only ones I'm...
Michael Droettboom
mdboom
Offline Send Email
Jun 26, 2008
12:26 pm
1641
Am Thu, 26 Jun 2008 12:20:48 -0000 ... The Windows binary installer is hopefully out of date and still requires python 2.3 and wxPython 2.4. I would strongly...
Christoph Dalitz
christofero2002
Offline Send Email
Jun 26, 2008
12:50 pm
1642
On Thu, Jun 26, 2008 at 8:50 AM, Christoph Dalitz ... I'm producing nightly Windows builds (on a Linux box, which is kind of fun) from SVN. I haven't...
Michael Droettboom
mdboom
Offline Send Email
Jun 26, 2008
1:25 pm
1643
Hello Thanks a lot for prompt replies - I am now downloading a new version (the latest, build date 10-Jun-08)and will install this with Python 2.5.2 and...
tdart99
Offline Send Email
Jun 26, 2008
6:26 pm
1644
Hello Downloaded Gamera 3.1.1 (Win32 binary). Perfect install. Noticed first window in installer asks for Python 2.4 and next asks for 2.5. After installing no...
tdart99
Offline Send Email
Jun 26, 2008
7:39 pm
1645
Hello Just tried loading Gamera 3.1.1 binaries on a different machine with different O.S - Windows Server 2003. This machine has never had Python loaded at...
tdart99
Offline Send Email
Jun 26, 2008
8:36 pm
1646
Ok. I see what you're doing now. Honestly, that is not something I ever thought of doing. The purpose of that example script is to show how to integrate the...
Michael Droettboom
mdboom
Offline Send Email
Jun 27, 2008
1:48 am
1647
I've made these updates and they should make their way onto the website and daily builds in about a half an hour. Please let me know if there's anything...
Michael Droettboom
mdboom
Offline Send Email
Jun 27, 2008
1:14 pm
1648
Hello Mike Thanks very much for your help - I'm glad it was a non-problem. Progress may be a bit slow, but the intention is to write a program that will open a...
tdart99
Offline Send Email
Jun 27, 2008
1:35 pm
Messages 1619 - 1648 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