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 236 - 265 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
236
Hallo, for checking recognition it can be helpful to highlight some CCs in a color. I have seen that there is a function highlight(), but have no clue how the...
Christoph Dalitz
christofero2002
Offline Send Email
Aug 5, 2004
1:27 pm
237
... If 'image' is a large RGB image on which 'cc' sits, just do: image.highlight(cc, RGBPixel(255, 0, 0)) You can save or display 'image' as needed. RGBPixel...
Michael Droettboom
mdboom
Offline Send Email
Aug 5, 2004
1:45 pm
238
I have been using the roman_text program to do ocr of some texts with uncommon characters. The recognition is very good, but I get a consistent problem with a...
kip canfield
canfield66
Offline Send Email
Aug 7, 2004
4:59 pm
239
I haven't seen this behavior, but it also hasn't been tested on a wide range of documents here. I'd be happy to hear of similar problems from other users on...
Michael Droettboom
mdboom
Offline Send Email
Aug 9, 2004
12:59 pm
240
Hi, I'm glad to hear that work is going on, concerning the line and text finding in Gamera. I just recently took up work with the roman_text module (in my case...
Frida Sandgren
fridasandgren
Offline Send Email
Aug 13, 2004
2:45 pm
241
... That's a good question, but fairly difficult to answer. There are a few really basic considerations: 1) It's a good rule off thumb to have at least k...
Michael Droettboom
mdboom
Offline Send Email
Aug 13, 2004
3:32 pm
242
At Christoph's request, I'm bringing part of a discussion he and I have been having onto the list, regarding template matching and FFTs. Robert Ferguson is...
Michael Droettboom
mdboom
Offline Send Email
Sep 2, 2004
11:37 am
243
Hallo, while trying to generate the documentation for the current CVS snapshot I obtain the following error: Loading plugins:...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 6, 2004
3:04 pm
244
... When you say "CVS snapshot" do you mean checked out from CVS, or from a CVS tarball. We were producing CVS tarballs for a while (some time ago), but...
Michael Droettboom
mdboom
Offline Send Email
Sep 7, 2004
12:25 pm
245
I'm bringing a conversation on list, since I think it may be generally useful to other Gamera users/developers. Hopefully it can clarify the reason for the...
Michael Droettboom
mdboom
Offline Send Email
Sep 7, 2004
1:18 pm
246
Hi, I think I came up with the issue. OSX has a bit of weirdness still on what files get updated and what don't. Anytime you do a major change to Gamera you...
Robert Ferguson
gameramacdude
Offline Send Email
Sep 7, 2004
2:23 pm
247
... I have encountered this problem first on Linux and then reproduced it on MacOS X with the CVS checkout from 6. September. Removing...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 8, 2004
6:43 am
248
On Tue, 07 Sep 2004 09:17:58 -0400 ... Thanks for the comprehensive and illuminating explanations. ... Is it possible to convert a PyObject to one of Gamera's...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 8, 2004
7:54 am
249
... This is surprisingly difficult to load a local copy of a Python distutils-based system with C/C++ extension modules -- the plugin documentation can only be...
Michael Droettboom
mdboom
Offline Send Email
Sep 8, 2004
10:33 am
250
... Yes, though it's rather cumbersome because of the different Image types (which all support the same interface, but are different templated types ...
Michael Droettboom
mdboom
Offline Send Email
Sep 8, 2004
1:37 pm
251
There is now preliminary support for documenting toolkits using the same documentation system that the Gamera core uses. It's been tested on my own toolkits...
Michael Droettboom
mdboom
Offline Send Email
Sep 8, 2004
6:28 pm
252
Hi, I am currently creating a script for optimization of classifiers, but I run into problems when trying to save the optimized data. What file exstension do I...
Frida Sandgren
fridasandgren
Offline Send Email
Sep 9, 2004
7:52 am
253
... .serialize() saves all of the training data, and the optimized weights, in a highly efficient to save and load binary file format. This is useful for...
Michael Droettboom
mdboom
Offline Send Email
Sep 9, 2004
1:18 pm
254
Hello, I would like to classify some glyphs manually and keep them untouched in the following automatic classification: ccs=image.cc_analysis() ...
Thomas Karsten
cybertoom
Offline Send Email
Sep 10, 2004
9:04 am
255
... group_list_automatic is already written to ignore manually classified glyphs. (see line 47 in classify.py). If it isn't doing that, there must be a bug...
Michael Droettboom
mdboom
Offline Send Email
Sep 10, 2004
2:02 pm
256
Hello, I have a question concerning the GUI of the kNN Interactive Classifier of Gamera. I created a current database (by manually classifying glyphs), saved...
Thomas Karsten
cybertoom
Offline Send Email
Sep 13, 2004
1:31 pm
257
I really think we must have designed these terms and semantics incorrectly because they are the source of lots of confusion. I'd encourage discussion about...
Michael Droettboom
mdboom
Offline Send Email
Sep 13, 2004
2:04 pm
258
On this production/current database issue, maybe we could have an informal vote. Please vote for one or a combination of the following options, or feel free...
Michael Droettboom
mdboom
Offline Send Email
Sep 13, 2004
2:24 pm
259
... Why is there a choice between current database and production database? The current database is for temporary use and to classify the current data, while...
Thomas Karsten
cybertoom
Offline Send Email
Sep 13, 2004
2:27 pm
260
Michael, the current database and the production database of the same example do not have the same size. As far as I know, the current database contains some...
Thomas Karsten
cybertoom
Offline Send Email
Sep 13, 2004
2:37 pm
261
... See me e-mail about "Production vs. Current Database"... The choice is not between file formats or even their contents, really. The choice is between...
Michael Droettboom
mdboom
Offline Send Email
Sep 13, 2004
2:40 pm
262
... The current database contains a list of symbol names at the top of the file (basically what you see on the left hand side of the classifier window). This...
Michael Droettboom
mdboom
Offline Send Email
Sep 13, 2004
2:56 pm
263
No ojections to A. I think B should be optional, the default being no extra pane. Ich...
Ichiro Fujinaga
if4156
Offline Send Email
Sep 13, 2004
3:19 pm
264
Hallo Michael, thanks for bringing up this confusing point again. ... For me the confusing term is "database" in the "current database". If I understand this...
Christoph Dalitz
christofero2002
Offline Send Email
Sep 13, 2004
6:56 pm
265
... This is good feedback, and I'll take it into consideration. ... I'm a little confused by this point. The data stored in current and production databases...
Michael Droettboom
mdboom
Offline Send Email
Sep 13, 2004
7:17 pm
Messages 236 - 265 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