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"...
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...
... 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...
... 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...
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...
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...
... 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 --...
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...
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...
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@...
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...
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@...
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...
(>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@...
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...
... 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@...
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@...
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...
... 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...
... 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...
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...
'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...
... 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@...
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....
... 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...
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,...