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 your group to be featured on the Yahoo! Groups website? 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 1249 - 1278 of 1874   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1249
Hallo, while trying to evaluate the performance of a classifier, I am having trouble calling the function evaluate(). My code is ...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 7, 2006
1:22 pm
1250
On Tue, 7 Nov 2006 14:09:19 +0100 ... Trying the same with a non interactive classifier yields a different error: ...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 7, 2006
2:24 pm
1251
Hallo, while trying to build the docs on Windows I have realized that the test images in gamera/test are not installed by the binary installer built with the...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 8, 2006
4:22 pm
1252
Hello, I'm a student of the Fribourg Engineering School (Switzerland). I'm working for a project using Gamera and I have to install it. I have a problem and I...
Patrick Reto
retorp04
Offline Send Email
Nov 8, 2006
5:38 pm
1253
On Wed, 8 Nov 2006 17:36:03 +0000 (GMT) ... Please download the current cvs version and let us know whether the problem still persists. The tarballs from the...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 9, 2006
7:32 am
1254
Hallo, while installing Gamera on Windows with the Cygwin/MingW toolchain, I noticed a slight inaccuracy in the Gamera docs: pexports is not part of cygwin,...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 9, 2006
2:22 pm
1255
Hallo, after some testing I have identified the following problems: a) kNNInteractive.evaluate() does not work b) the constructor of kNNNonInteractive cannot...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 14, 2006
4:21 pm
1256
Hallo, it turned out that my problems with the evalaute function have occured due to a bug in gamera. Here is a patch file for fixing two errors in the kNN...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 21, 2006
2:40 pm
1257
Hallo, just checked in the following outstanding bugfixes: - kNNInteractive.evaluate() now works - constructor of kNNNonInteractive now also works with a...
Christoph Dalitz
christofero2002
Offline Send Email
Nov 23, 2006
10:51 am
1258
Dear List! I don't understand how the return values of the classify methods work, resp. I thought they would work differently: When I have a glyph that gets...
Michael Reuß
michael_reussde
Offline Send Email
Dec 4, 2006
12:48 pm
1259
Hallo, the method described in an earlier message http://tech.groups.yahoo.com/group/gamera-devel/message/495 for enabling command line editing in the python...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 12, 2007
11:13 am
1260
Hello everybody, I'm about to start writing a software that should recognize the answers that children put on multiple-choice test sheets. The choices will be...
Andrea Spadaccini
lupino3_a
Offline Send Email
Jan 16, 2007
7:54 am
1261
On Tue, 16 Jan 2007 08:33:45 +0100 ... Welcome Andrea! Your task is definitely doable with Gamera. You will however need to write a lot of custom code. The...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 16, 2007
9:01 am
1262
Ciao Christoph, ... Thanks! ... Well, it seems that there are some functions that can help me.. Great! Given the problem statement, do you think that gamera is...
Andrea Spadaccini
lupino3_a
Offline Send Email
Jan 16, 2007
9:39 am
1263
On Tue, 16 Jan 2007 10:37:16 +0100 ... I would not dare to make such a claim. What is "best" depends on your needs. I have found it to be the best tool in...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 16, 2007
11:03 am
1264
Ciao Christoph, ... Wow, it's great! :) ... Thanks a lot. Do you think that, in order to accomplish my task, I'll have to write low-level C++ plugins? ... ...
Andrea Spadaccini
lupino3_a
Offline Send Email
Jan 16, 2007
11:29 am
1265
On Tue, 16 Jan 2007 12:30:44 +0100 ... Possibly not. Assuming that your objects of interest are at fixed positions all you need are the subimage function. For...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 16, 2007
12:49 pm
1266
Ciao Christoph, ... Thanks for the precious info. I'll get into gamera as soon as I find some spare time. Have a nice day, -- [ Andrea Spadaccini - a.k.a....
Andrea Spadaccini
lupino3_a
Offline Send Email
Jan 16, 2007
1:33 pm
1267
Hallo, in a toolkit C++ plugin I need a particular function from the win32 API. Although I can copy the prototype from windows.h into the *.hpp file and can...
Christoph Dalitz
christofero2002
Offline Send Email
Jan 17, 2007
8:09 am
1268
I am new to Gamera. Can someone please tell me what the following error means. I am getting 4 errors all of the same nature as below but one each for...
u_kompella
Offline Send Email
Jan 22, 2007
5:26 pm
1269
What triggers this error? Please also send your platform, Python and wxPython versions. ... -- Michael Droettboom http://www.droettboom.com/...
Michael Droettboom
mdboom
Offline Send Email
Jan 22, 2007
5:38 pm
1270
Mike, I am using Linux, Python 2.3, wxPython2.4.2 I am implementing kFill(noise reduction algorithm) as a plugin.And that function calls some other helper ...
uma kompella
u_kompella
Offline Send Email
Jan 22, 2007
7:15 pm
1271
I'm still a little puzzled. Could you send your source code for kFill that triggers this? Does the message (from your first message) have a file and line...
Michael Droettboom
mdboom
Offline Send Email
Jan 22, 2007
7:47 pm
1272
Please find attached the source code for kFill and the corresponding python file. I have placed the source code at the end of "morphology.hpp" and the python ...
uma kompella
u_kompella
Offline Send Email
Jan 22, 2007
8:45 pm
1273
Thanks. That's quite helpful. It seems that the kFill function you defined in c++ requires three arguments, but the code generated by the plugin generator...
Michael Droettboom
mdboom
Offline Send Email
Jan 22, 2007
8:58 pm
1274
Mike, Please find attached the python file. Also is it ok to write the Python code for just one function (kFill) and not others? - Uma ... ...
uma kompella
u_kompella
Offline Send Email
Jan 22, 2007
10:26 pm
1275
It seems that the description is set to only receive one (non-self) argument args = Args([Int("K")]) Changing this to args = Args([Int("K"),...
Michael Droettboom
mdboom
Offline Send Email
Jan 23, 2007
12:43 pm
1276
Mike, I am still getting problems, but it is different one this time. Are these because of the image_copy call? the first one says T *Gamera::kFill(T&, int,...
uma kompella
u_kompella
Offline Send Email
Jan 23, 2007
8:53 pm
1277
Mike, Do you have any suggestions for this? Thanks, Uma ... 'kFill(Gamera::ConnectedComponent<Gamera::OneBitImageData>&, ... ...
uma kompella
u_kompella
Offline Send Email
Jan 24, 2007
7:07 pm
1278
The type of image returned from image_copy is not necessarily the type of the image passed in. Since you have T as the type for both places, it is ...
Michael Droettboom
mdboom
Offline Send Email
Jan 24, 2007
7:35 pm
Messages 1249 - 1278 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