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...
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...
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...
... 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...
... changing ... into how ... meantime, ... Perhaps the files could be stored in a compressed ZIP archive also containing a *.bat-file that asks where the...
... 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 ...
... 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...
... 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...
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...
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...
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...
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...
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...
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...
... 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...
... 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...
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...
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...
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):...
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...
... 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...
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...
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...
... 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...
Hallo, while working on some ordinary text images we have observed that cc analysis is not sufficient for segmentation and are experimenting with additional...