Dear maintainers of the Gamera website, it seems that somthing is messed up with the lyout of the Gamera website: the style looks different for some tima and ...
Christoph, Yes, we had to move to a new server because of problems on the previous one and we were unable to transfer the entirety of our site configuration,...
Christoph, et al., As promised, we had some internal discussions to determine what work we could do in the short term to improve the Gamera web site. Based on...
Hallo Tim, thanks for the info. This is all good news. Please keep me informed. ... Concerning packaged releases it would be nice if the Windows binary ...
Hello, I'm trying to understand if Gamera is the best solution for my problem: I need to recognize some crosses in some squares. It's a multiple-choice quiz, I...
Hallo, just checked in two new plugins as mentioned in the header, both submitted by Uma Kompella. Many thanks to Uma for the ontributions, Christoph...
I think Gamera has all of the tools you will need to analyse such a document, but it will be up to you to "put them together", of course. To determine the...
On Fri, 18 May 2007 11:14:42 -0400 ... Yes, this seems to be obligatory. ... It seems that there are more classes: the digits on the left. Maybe you can even...
Hi, I'm Roland Tanner of TannerRitchie Publishing (www.tannerritchie.com) a company that publishes historical ebooks in various formats, the most important of...
Ciao Christoph, ... Wow, it's easy! It's a great plugin: with four lines of code I've been able to fix the image: image = load_image(sys.argv[-1]) im_onebit =...
On Sun, 20 May 2007 23:18:01 +0200 ... But you must sort them out from the CCs yielded by the cc_analysis (see below for an alternative route). ... "Hard...
Ciao Christoph, ... What I don't understand is how I could search for the black square. You mention nrows and ncols, but I don't know what they mean: could you...
Hallo, the inclusion of Uma's Gabor filter wrapper revealed a problem with the use of the outdated VIGRA version (1.3.0). Parts of this version no longer...
Welcome Roland! On Sun, 20 May 2007 13:53:31 -0400 ... Actually I have found Python to be the easiest to learn language from the 10 or so programming languages...
nrows/ncols are documented on the image class -- Bounding box <http://dkc.jhu.edu/gamera/html/image_types.html#id41> Bounding box operations on Image objects...
... Thanks! ... Am I getting the right idea if I consider a script like roman_text.py being able to use training data files to process image files, and dump...
On Mon, 21 May 2007 09:35:46 -0400 ... Yes, that is exactly what Gamera is meant for. ... Yes, with Gamera you could automate everything. The only drawback is...
Dear all, there is now a new global thresholding algorithm in Gamera tsai_moment_preserving_threshold() Thanks to Uma Kompella for implementing and submitting...
Hello, can anybody point me to some python code samples that use Gamera? I found only roman_text.py and I'd like to read more code in order to become more...
On Mon, 21 May 2007 16:53:15 +0200 ... An example for a fullblown application is http://lionel.kr.hs-niederrhein.de/~dalitz/data/projekte/otr/ See the file...
Hello, I noticed that WxPython 2.4.x is required. Any plans to move to wxPython 2.6.x? I guess however that the dependency is for the GUI only and not for the...
... If all goes as planned, I'll have some time to work on Gamera in the near future, and this is on the list (in addition to ensuring support for Python 2.5,...
On Mon, 21 May 2007 13:23:03 -0400 ... A port to wxPython 2.6 were great! In the meantime, we can also use wxPython 2.5, in particular on 64bit platforms, ...
I'm not certain I'll have access to a 64-bit machine for testing, so I may need some help with that aspect. But just porting it to the new APIs is the major...
On Tue, 22 May 2007 08:20:09 -0400 ... I can do necessary tests because I have a 64bit machine (which is kind of ridiculous, because it only has 2Gb of memory,...