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 187 - 216 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
187
Hallo, I have found no hint in the plugin-writing docs how default arguments for plugin functions can be specified. Is this possible? Thanks, Chrsitoph...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 1, 2004
2:13 pm
188
... There's no way to do it purely on the C++ side, and the 'default's specified in the Args list are merely for the GUI's information. The only way to make...
Michael Droettboom
mdboom
Offline Send Email
Jul 1, 2004
3:36 pm
189
A bug has been discovered in the glyph grouping code. Basically a line that I had added for debugging only inadvertently made its way into the distribution....
Michael Droettboom
mdboom
Offline Send Email
Jul 1, 2004
6:24 pm
190
Michael, thanks for telling about the bug in 'classify.py'. After fixing it, the grouping works fine. Anyway, there are still some problems to clarify. In the...
Thomas Karsten
cybertoom
Offline Send Email
Jul 6, 2004
2:40 pm
191
... I would be more inclined to create a functor class, since that requires no changes to group_list_automatic, and would still leave the possibility of simple...
Michael Droettboom
mdboom
Offline Send Email
Jul 6, 2004
7:27 pm
192
After a long hiatus, the GA optimizer GUI is working again. This is something Karl MacMillan wrote as a way of displaying the progress of the GA-based kNN...
Michael Droettboom
mdboom
Offline Send Email
Jul 6, 2004
7:48 pm
193
... It works. Great. Now I can decide about the threshold on my own and it is not static any longer. ... I did not really understand: Will you implement the...
Thomas Karsten
cybertoom
Offline Send Email
Jul 7, 2004
9:30 am
194
... Sorry, I wasn't very clear. It will be included in Gamera. It is already in CVS (as of yesterday). I didn't include it in the e-mail because it requires...
Michael Droettboom
mdboom
Offline Send Email
Jul 7, 2004
10:52 am
195
... Thanks, I will get the CVS. I did not know that you already included it. ... I just *thought* that some glyphs are recognized as '_goup._part.X', when they...
Thomas Karsten
cybertoom
Offline Send Email
Jul 7, 2004
12:29 pm
196
Hi, when I use the function 'group_list_automatic' Python exits with the following error message: Modules/gcmodule.c:231: failed assertion `gc->gc.gc_refs !=...
Thomas Karsten
cybertoom
Offline Send Email
Jul 9, 2004
1:46 pm
197
David Lewis was having similar problems. For a while I was unable to reporduce them, but now I have a test where this happens consistently for me as well. ...
Michael Droettboom
mdboom
Offline Send Email
Jul 9, 2004
1:58 pm
198
Forgot to mention -- a stopgap solution is to turn off Python garbage collection: import gc gc.disable() at the top of your script. This is guaranteed to leak...
Michael Droettboom
mdboom
Offline Send Email
Jul 9, 2004
2:14 pm
199
Dear Gamera developers, I have read some Gamera documents on your website. And now I would like how to write my own Image processing Application by Visual C++...
AnhTuan Nguyen
anhtuantt
Online Now Send Email
Jul 10, 2004
8:04 am
200
Gamera is primarily designed for building applications at the high-level in Python and writing the low-level processing in C++. It is possible to write...
Michael Droettboom
mdboom
Offline Send Email
Jul 10, 2004
6:43 pm
201
On some data, an assert was triggered inside the Python garbage collector when running the group_list_automatic algorithm. This bug has been known for at...
Michael Droettboom
mdboom
Offline Send Email
Jul 12, 2004
3:57 pm
202
Good work, Mike!! Ich...
Ichiro Fujinaga
if4156
Offline Send Email
Jul 13, 2004
2:57 am
203
Christoph Dalitz was kind enough to implement rotation_angle_projections, an algorithm for estimating the angle of rotation of an image. It appears to work...
Michael Droettboom
mdboom
Offline Send Email
Jul 13, 2004
12:37 pm
204
Hi, I would like to copy an image to another one, so that the destination image has a different size and the source image is placed at specified coordinates. I...
Thomas Karsten
cybertoom
Offline Send Email
Jul 14, 2004
9:34 am
205
**Anyone using the logical functions and_image, or_image and xor_image should read the following and update accordingly.** Thomas' question came at a very...
Michael Droettboom
mdboom
Offline Send Email
Jul 14, 2004
2:14 pm
206
Hi, I got the latest CVS of Gamera today. It seems to me that there is a problem with the function 'group_list_automatic()'. This is the output ... Grouping...
Thomas Karsten
cybertoom
Offline Send Email
Jul 15, 2004
3:46 pm
207
... I just found (and fixed this bug) about an hour ago. Update CVS and all should be good. ... What platform are you using? That shell is actually part of...
Michael Droettboom
mdboom
Offline Send Email
Jul 15, 2004
4:47 pm
208
... I am using Mac OS X (10.3.4) and I have wxPython version 2.4.1.2 running (I got it from the Gamera section at SourceForge). Does this help? Thomas...
Thomas Karsten
cybertoom
Offline Send Email
Jul 16, 2004
1:38 pm
209
Hallo, for music and tablature recognition the functions most_frequent_*_run are quite useful. In some cases however this information is not sufficient and the...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 21, 2004
9:48 am
210
... I'm open to the idea in general. I'll dig through the implementation and see what's involved to make this happen......
Michael Droettboom
mdboom
Offline Send Email
Jul 21, 2004
11:06 am
211
This is now in CVS. Note the minor changes from Christoph's original design: ==== Returns the lengths of the *n* most frequently occurring vertical runs of ...
Michael Droettboom
mdboom
Offline Send Email
Jul 21, 2004
1:40 pm
212
From: Michael Droettboom <mdboom@j...> Date: Wed Jul 21, 2004 1:40 pm ... Incredible, you are faster than light. Thanks! Concerning fetching a CVS update I...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 22, 2004
10:08 am
213
... That seems puzzling. I certainly didn't have to do a clean build for those changes. ... I think you might be right. Gamera plugins build on a...
Michael Droettboom
mdboom
Offline Send Email
Jul 22, 2004
11:02 am
214
Hallo, currently I am running a script on different image types (OneBit TIFF and Greyscale PNG). In order to work on a well defined image type, I first convert...
Christoph Dalitz
christofero2002
Offline Send Email
Jul 22, 2004
2:25 pm
215
Could "to_greyscale()" take the responsibility of type-check? Damon ... From: Christoph Dalitz To: Gamera List Sent: Thursday, July 22, 2004 10:21 PM Subject:...
Damon
bnli7904
Offline Send Email
Jul 22, 2004
2:30 pm
216
... Yes. image.data.pixel_type returns an integer identifier, which will be one of the constants ONEBIT, FLOAT, GREYSCALE, GREY16 or RGB. (And in the near...
Michael Droettboom
mdboom
Offline Send Email
Jul 22, 2004
3:00 pm
Messages 187 - 216 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