Search the web
Sign In
New User? Sign Up
gamera-devel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1 - 30 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Test...
Michael Droettboom
mdboom
Offline Send Email
Feb 10, 2004
12:18 pm
2
...but I'm not a moderator, and the archives are for moderators only. OK, I'm trying to build this on Mac OS X 10.3.2. I've used Fink to install...
Bill Janssen
JalopyUser
Offline Send Email
Feb 11, 2004
1:30 am
3
OK, so I edited gamera/gamera_setup.py so that I could use 2.3.0, just to see what happens. The next problem is that there seems to be a missing "version"...
Bill Janssen
JalopyUser
Offline Send Email
Feb 11, 2004
1:42 am
4
After 1) Creating the "version" file, and 2) Adding "-I/sw/include" to the "extra_compile_args" and "-L/sw/lib" to the "extra_link_args" (to pick up png.h...
Bill Janssen
JalopyUser
Offline Send Email
Feb 11, 2004
4:04 am
5
... Yes, it seems I forgot to update the MANIFEST.in file. ... Good point....
Michael Droettboom
mdboom
Offline Send Email
Feb 11, 2004
12:02 pm
6
... That's another thing fixed in CVS... ... Great. The latter (Python 2.3.3) is probably not necessary (see my previous message (which doesn't seem to have...
Michael Droettboom
mdboom
Offline Send Email
Feb 11, 2004
12:11 pm
7
... Oops. That choice was not intentional. It's been changed. In any case, the first message isn't very interesting ;) ... Aha! That test was added very...
Michael Droettboom
mdboom
Offline Send Email
Feb 11, 2004
12:17 pm
8
A new tarball release has been posted to SourceForge. CVS users will need to prune and add directories by doing: cvs update -dP To avoid further confusion...
Michael Droettboom
mdboom
Offline Send Email
Feb 11, 2004
6:09 pm
9
Hi Mike! ... Great! I'll check this out. ... I'll try the CVS after I check out the tarball. ... I can do the OS X, if you want. ... Good idea. ... Should I...
if4156
Offline Send Email
Feb 11, 2004
10:08 pm
10
... No. I guess I wasn't very clear. I just mean that the structure of the Packages/Releases on the SourceForge "File Releases" page will be simplified --...
Michael Droettboom
mdboom
Offline Send Email
Feb 12, 2004
12:29 am
11
My next step is to try writing some DIA scripts with Gamera. Can it be run without the gui? If so, how? What would a script look like? Are there any...
Bill Janssen
JalopyUser
Offline Send Email
Feb 13, 2004
9:10 pm
12
Hello, Does someone have a clue on how to fix the following: L am building and installing the 2.1.5 pre with python v 2.3 ( the mac one not the fink one), wx...
jeff_leon_usa
Offline Send Email
Feb 14, 2004
7:49 pm
13
Hi Jean-Francois, I can replicate this error, so rest assured it does exist! I haven't been working on gamera lately because I am finishing my master's thesis...
rfergu@...
Send Email
Feb 14, 2004
11:22 pm
14
Rob 1- No I do not build from CVS 2 I believe I have last version for gcc (gcc version 3.3 20030304 (Apple Computer, Inc. build 1495) and python 2.3 and python...
jeff_leon_usa
Offline Send Email
Feb 15, 2004
1:13 am
15
Jean-Francois, Okay, I have no idea what is up. I'll have to talk to Mike about it, but as I am "Number 1 Code Ninja at Making Stupid Hacks that Sometimes...
rfergu@...
Send Email
Feb 15, 2004
4:31 am
16
For some unknown reason, sys.path (which specifies the order in which directories are searched to find modules) is different on OS-X than on other OS's... On...
Michael Droettboom
mdboom
Offline Send Email
Feb 15, 2004
2:08 pm
17
(>Personally, I just put it in /usr/local/bin so that it's on the PATH. ... http://dkc.mse.jhu.edu/gamera/html/install.html#mac-os-x You already had it :P...
rfergu@...
Send Email
Feb 15, 2004
10:13 pm
18
... Yeah, but it's maybe a little buried. When I'm back in the office on Tuesday I'll see if I can make it more obvious. ... Not a bad idea. It might be time...
Michael Droettboom
mdboom
Offline Send Email
Feb 16, 2004
3:10 am
19
... after a: pythonw gamera_gui The main window starts about one inch above and one inch left of the screen (my inch is probably shorter than your inch :))....
rfergu@...
Send Email
Feb 16, 2004
3:58 am
20
... Hi, I use gamera without gui like this: from gamera.core import init_gamera from gamera import knn from gamera.core import load_image symbols =...
Lukas Cenovsky
cenovsky@...
Send Email
Feb 16, 2004
9:36 am
21
Hi, I have a problem saving the classifier window; in file -> save all. A file (called classifier_settings) is created in the directory, but it is empty. This...
Frida Sandgren
fridasandgren
Offline Send Email
Feb 16, 2004
12:43 pm
22
... Lukas' example is good. Personally I usually do: from gamera.core import * init_gamera() But that's a matter of personal Python taste. ... There's a...
Michael Droettboom
mdboom
Offline Send Email
Feb 16, 2004
12:45 pm
23
... Hmm... That seems to be a bug... Thanks for finding it. (I rarely use Save All... -- I just save the production database as needed.) This has been...
Michael Droettboom
mdboom
Offline Send Email
Feb 16, 2004
1:31 pm
24
Lukas, Thanks, that helps a lot! Bill...
Bill Janssen
JalopyUser
Offline Send Email
Feb 16, 2004
5:43 pm
25
Lukas, Thank you, that was a very helpful example. Anyone know how to find characters in sequence such as a word or acronym? I've not had any luck with...
Travis Brady
tbrady177
Offline Send Email
Feb 16, 2004
9:34 pm
26
'match_id_name' is designed for matching on the symbol names assigned to the connected components. For example, if you trained all your upper case characters...
Michael Droettboom
mdboom
Offline Send Email
Feb 16, 2004
10:19 pm
27
... Well, since I have perfect images (no rotation, deformation,...) I use only simple overlapping test - I have an class storing group of recognized numbers...
Lukas Cenovsky
cenovsky@...
Send Email
Feb 17, 2004
9:04 am
28
I get a TypeError in the python console when I try to automatically classify a selected item (which I've classified earlier as a latin.lower.d), or all items....
Frida Sandgren
fridasandgren
Offline Send Email
Feb 17, 2004
3:38 pm
29
... There seems to be some things missing from this traceback. Can you copy/paste the original into the e-mail? (You can select text in the console and then...
Michael Droettboom
mdboom
Offline Send Email
Feb 17, 2004
4:54 pm
30
Now I've managed to do the 'guess all' /'guess selected' based on a small test db, without getting the TypeError. (anyway, thank you for your answer) However,...
Frida Sandgren
fridasandgren
Offline Send Email
Feb 18, 2004
3:29 pm
Messages 1 - 30 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