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 433 - 463 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
433
Just a friendly reminder about the Gamera usability survey. To those who have already responded: Thank you. To those who haven't, I would strongly encourage...
Michael Droettboom
mdboom
Offline Send Email
Dec 1, 2004
1:13 pm
434
In an effort to clean up some inconsistencies in the core plugin methods, morphology operations are now always out-of-place, not in-place like they were...
Michael Droettboom
mdboom
Offline Send Email
Dec 1, 2004
6:58 pm
435
Hi, it's been a while since I have posted this, meanwhile I have been trying to solve the problem. I cannot get the Windows MSI-installer (latest package) to...
snubbelfot71
Offline Send Email
Dec 3, 2004
9:49 pm
436
... As Gamera is a programming environment and not an application, I feel it is reasonable (and more flexible for end users) to expect that a functioning (and...
Michael Droettboom
mdboom
Offline Send Email
Dec 4, 2004
1:18 am
437
... changing ... into how ... meantime, ... Perhaps the files could be stored in a compressed ZIP archive also containing a *.bat-file that asks where the...
snubbelfot71
Offline Send Email
Dec 4, 2004
6:37 pm
438
... It's been a long time since I have touched a Windows system, so I am definitely no Win32 expert. Nevertheless the following questions have come to my mind ...
Christoph Dalitz
christofero2002
Offline Send Email
Dec 4, 2004
6:55 pm
439
... A zip that installs (overlays) into the Python install directory should be easily enough to build. Not a bad idea. ... Welcome heads-first into the...
Michael Droettboom
mdboom
Offline Send Email
Dec 5, 2004
7:30 pm
440
... I don't follow these things very closely either. There was a thread about these issues on the python-dev mailing list recently... and maybe Albert, our...
Michael Droettboom
mdboom
Offline Send Email
Dec 6, 2004
12:03 pm
441
Hallo, eventaully I have also run into a situation where the grouping algorithm seemed to be caught in an infinite loop. From Michael's former answer I...
Christoph Dalitz
christofero2002
Offline Send Email
Dec 7, 2004
10:28 am
442
I've come across this problem quite a lot because of the fragmented nature of the sources I was using. The problem seems, as you say, to relate to the...
David Lewis
david_i_lewis
Offline Send Email
Dec 7, 2004
10:40 am
443
P.S. One thing we did find that caused this problem was the default grouping function. The function works using the distance between bounding boxes rather...
David Lewis
david_i_lewis
Offline Send Email
Dec 7, 2004
11:18 am
444
The lesson learned here is that the data I used to develop the algorithm wasn't sufficiently difficult. While I knew as I was writing it that the algorithm...
Michael Droettboom
mdboom
Offline Send Email
Dec 7, 2004
1:34 pm
445
Hallo, after an upgrade to the current CVS, I can no longer use the function classifier.from_xml_filename(opt.database). Here is the error message: Traceback...
Christoph Dalitz
christofero2002
Offline Send Email
Dec 7, 2004
3:41 pm
446
Just caught this this morning. Try now....
Michael Droettboom
mdboom
Offline Send Email
Dec 7, 2004
3:51 pm
447
On Tue, 07 Dec 2004 10:51:08 -0500 ... It works now. Thanks. Christoph...
Christoph Dalitz
christofero2002
Offline Send Email
Dec 7, 2004
4:11 pm
448
Hallo again, there seems to be a conservation law for the total number of bugs. Now I have problems with Gamera's gendoc module. When I start the attached...
Christoph Dalitz
christofero2002
Offline Send Email
Dec 7, 2004
4:24 pm
449
Sorry, here is the missing attachment. Begin forwarded message: Date: Tue, 7 Dec 2004 17:20:30 +0100 From: Christoph Dalitz...
Christoph Dalitz
christofero2002
Offline Send Email
Dec 7, 2004
4:27 pm
450
Also fixed this morning. Try updating and reinstalling. Sorry for the inconvenience. Mike...
Michael Droettboom
mdboom
Offline Send Email
Dec 7, 2004
4:36 pm
451
... Just tried an upgrade without success and a full cvs download also without improvement. I remember that there is some delay of the cvs mirror. Would it be...
Christoph Dalitz
christofero2002
Offline Send Email
Dec 8, 2004
8:14 am
452
... As an improved object distance measure I can think of the following: a) minimum pixel-to-pixel distance Actually you only need to consider the border...
Christoph Dalitz
christofero2002
Offline Send Email
Dec 8, 2004
8:22 am
453
On a less technical note, I'd suggest that, with typeset music and text, there are position/size constraints that look like they might increase both the speed...
David Lewis
david_i_lewis
Offline Send Email
Dec 8, 2004
10:55 am
454
I've been running some tests with "shaped-based" grouping for the grouping algorithm. (By "shape-based" I just mean distances between pixels, not bounding...
Michael Droettboom
mdboom
Offline Send Email
Dec 13, 2004
6:48 pm
456
Hi there, I noticed a little bug in the knn interactive classifier. When trying to save the glyphs in classifier the error: "Traceback (most recent call last):...
scma0002
Offline Send Email
Dec 14, 2004
11:43 am
457
The with_features parameter is *supposed* to be there, but it's possible that the file was accidentally unsynchronized in CVS. If you do a CVS update, this...
Michael Droettboom
mdboom
Offline Send Email
Dec 14, 2004
1:25 pm
458
... possible ... I already used a CVS update this morning(CET). But while compiling there also occured an error, that I fixed on a quite rough way. I just had...
scma0002
Offline Send Email
Dec 14, 2004
2:18 pm
459
My bad. With respect to to the saving classifier glyphs error, there were two more files that needed to be committed to CVS that weren't. Do a CVS update now...
Michael Droettboom
mdboom
Offline Send Email
Dec 14, 2004
2:30 pm
460
Hi, well I just made a CVS-update but unfortunally the 'setjmp.h'-error still occures. Well, I've comment the if-diretive again I will check the board for some...
scma0002
Offline Send Email
Dec 14, 2004
2:57 pm
461
... Did you erase the *.cpp files in gamera/plugins before recompiling? Those files will have to be regenerated in order for the fix to take effect. If you're...
Michael Droettboom
mdboom
Offline Send Email
Dec 14, 2004
3:12 pm
462
... And now it does... There is a small dialog to choose grouping parameters from within the classifier window. Mike...
Michael Droettboom
mdboom
Offline Send Email
Dec 14, 2004
4:22 pm
463
Hallo, while working on some ordinary text images we have observed that cc analysis is not sufficient for segmentation and are experimenting with additional...
Christoph Dalitz
christofero2002
Offline Send Email
Dec 15, 2004
9:59 am
Messages 433 - 463 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