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 99 - 128 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
99
Hi, I found Gamera and I am very much interested in trying it. So, I downloaded and installed Gamera on Windows XP. When I started Gamera.py from my Desktop, I...
Ulrich
ulrivo
Offline Send Email
May 3, 2004
7:51 am
100
It sounds like you have the wrong version of wxPython installed. wxPython has Linux-like version numbers, in that even minor numbers are stable (x.0, x.2, x.4...
Michael Droettboom
mdboom
Offline Send Email
May 3, 2004
11:12 am
101
Hi, I am new to Gamera and I have a question concerning the kNNInteractive Classifier. After loading and segmenting an image, I would like to save all current...
Thomas Karsten
cybertoom
Offline Send Email
May 3, 2004
2:33 pm
102
Hi Thomas, I have had the same problem with 'saving all', have a look at my question and answer below. /Frida ... Hmm... That seems to be a bug... Thanks for...
Frida Sandgren
fridasandgren
Offline Send Email
May 4, 2004
2:02 pm
103
Hi, I tried out the new page segmentation code and was really impressed by the good job it does on my images! Brilliant ! I don't get lines displayed though,...
Frida Sandgren
fridasandgren
Offline Send Email
May 4, 2004
2:43 pm
104
Hmm... that's puzzling. If the rotation is hardly noticeable, it's unlikely that that is the problem. What happens when you run page.display_segmentation() ?...
Michael Droettboom
mdboom
Offline Send Email
May 4, 2004
3:09 pm
105
Hi Michael, I installed wxPython 2.4.2.4...and everything is fine. Thank you very much for your help. Regards, Ulrich...
Ulrich Vollert
ulrivo
Offline Send Email
May 4, 2004
3:15 pm
106
Hi Michael, Thank you for your help. I get different displays when I run display_segmentation and display_lines; the difference is that display_segmentation...
Frida Sandgren
fridasandgren
Offline Send Email
May 5, 2004
9:27 am
107
... The boxes are drawn as their displayed so they won't change the underlying image (which 99% of the time is probably the desired behavior.) Taking a screen...
Michael Droettboom
mdboom
Offline Send Email
May 5, 2004
10:55 am
108
I was excited to see what a good job gamera did in leaning the glyphs from scanned old linguistic transcriptions that use strange characters. It only took...
kip canfield
canfield66
Offline Send Email
May 5, 2004
3:25 pm
109
... There's a brief description of roman_text.py that it's author, Karl MacMillan, wrote available here: http://groups.yahoo.com/group/gamera-devel/message/64 ...
Michael Droettboom
mdboom
Offline Send Email
May 5, 2004
3:47 pm
110
... Don't know whether this reflected a final version that I can no longer find or my hopeful thinking but, as Mike points out below, the current version ...
Karl MacMillan
pirx3
Offline Send Email
May 5, 2004
5:54 pm
111
... Right. Particularly important for multi-font documents... <off-topic> ... If you read my quote carefully, you'll see it is not "obviously biased againt...
Michael Droettboom
mdboom
Offline Send Email
May 5, 2004
6:13 pm
112
A simple "despeckle" algorithm has been checked into CVS. The affected files are: include/plugins/morphology.hpp include/plugins/neighbor.hpp ...
Michael Droettboom
mdboom
Offline Send Email
May 5, 2004
6:32 pm
113
... See - I knew that it would irritate you :) Seriously, I knew what you meant and it is good point that different systems have different defaults and output....
Karl MacMillan
pirx3
Offline Send Email
May 5, 2004
7:21 pm
114
About the new despeckle algorithm: Is image0.despeckle(10) the same as image0.despeckle(5) image0.despeckle(10) ? In other words, can I iterate through...
David Lewis
david_i_lewis
Offline Send Email
May 7, 2004
2:31 pm
115
... Yes, theoretically (see below). ... Yes, though there may be a more efficient way to do that... I'll have to think about it... ... I had intended the...
Michael Droettboom
mdboom
Offline Send Email
May 7, 2004
3:21 pm
116
... Yes -- a quick fix and it's working identically. XOR'ing the results of despeckle and filter_black_area_small produces an empty image... The fix is in CVS...
Michael Droettboom
mdboom
Offline Send Email
May 7, 2004
4:06 pm
117
Yes, apologies. I attached the wrong file. Doh! ... /* * Copyright (C) 2001 Ichiro Fujinaga, Michael Droettboom, and Karl MacMillan * * This program is free...
Michael Droettboom
mdboom
Offline Send Email
May 10, 2004
12:12 pm
118
Hello, I am new to Gamera and try to generate the docs for the CVS snapshot from 2004/05/10 with the supplied script gendoc.py. I have...
Christoph Dalitz
christofero2001
Offline Send Email
May 13, 2004
9:50 am
119
No -- that's a bug in the recently checked in despeckle algorithm. Line 92 of gamera/plugins/morphology.py should read: doc_examples = [(ONEBIT, 5), (ONEBIT,...
Michael Droettboom
mdboom
Offline Send Email
May 13, 2004
10:27 am
120
Hi, I am a brazilian graduate student that would like some advice. I trying to use Gamera for building an OMR application to convert scanned images to midi...
periparpinelli
Offline Send Email
May 16, 2004
8:01 pm
121
... Peri, Thank you for your question. This seems to be a common confusion, but Gamera is *not* an OMR application. We have developed an OMR application...
Michael Droettboom
mdboom
Offline Send Email
May 16, 2004
10:42 pm
122
Hello, we are using gamera for the recognition of renaissance lute tablature and have a number of questions concerning writing custom extensions to gamera: 1)...
Christoph Dalitz
christofero2001
Offline Send Email
May 17, 2004
9:52 am
123
... If you're working at the Python level, this is very easy. You can always add new members and methods to object instances at runtime. ccs =...
Michael Droettboom
mdboom
Offline Send Email
May 17, 2004
1:19 pm
124
Documentation for writing toolkits is now available at: http://dkc.jhu.edu/gamera/html/writing_toolkits.html From the docs: ======= What is a toolkit? A...
Michael Droettboom
mdboom
Offline Send Email
May 17, 2004
4:20 pm
125
Hallo, while doing more tests with the kNNInteractive classifier I am wondering what the precise meaning of the "confidence" in id_name is. As a pathological...
Christoph Dalitz
christofero2001
Offline Send Email
May 18, 2004
4:33 pm
126
All very good questions... ... There is no threshold -- kNN always searches the entire database. (See below). ... First question: are you using the latest...
Michael Droettboom
mdboom
Offline Send Email
May 18, 2004
5:57 pm
127
... Forgot to answer your first question: The confidence is determined by: *static* *double* dither = std::numeric_limits<*double*>::min(); *return*...
Michael Droettboom
mdboom
Offline Send Email
May 18, 2004
6:04 pm
128
Ah, geez... Mozilla seems to have translated my syntax-highlighted copied-and-pasted C++ into some funny unparsable mess. My apologies -- the code should be:...
Michael Droettboom
mdboom
Offline Send Email
May 18, 2004
6:13 pm
Messages 99 - 128 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