-
When trying to use cvCalcBackProject, I get the following error using Python:
Traceback (most recent call last):
File "back_proj.py", line 67, in
cv.cvCalcBackProject([blue_channel,green_channel,red_channel],samp_rect,hist)
File "/usr/local/lib/python2.5/site-packages/opencv/cv.py", line 1059, in cvCalcBackProject
return _cv.cvCalcBackProject(*args)
TypeError: in...
2008-11-25 06:22:03 UTC in Open Computer Vision Library
-
I'm seeing the same problem, too, on the 1.0.0-4ubuntu1 package of python-opencv. Regardless of whether I wrap the single-channel images in a tuple or a list, I get the error:
Only 1-channel arrays are allowed here.
2008-11-25 03:36:51 UTC in Open Computer Vision Library
-
importing _sphinx3 would result in an import error that specified:
undefined symbol: fe_close
This seems to be an outdated call. When I replaced fe_close with fe_free, I was able to import.
Here's my patch:
Index: python/_sphinx3module.c
===================================================================
--- python/_sphinx3module.c (revision 8586)
+++ python/_sphinx3module.c.
2008-07-09 12:26:30 UTC in CMU Sphinx
-
mikejedw committed revision 1 to the Sydewynder SVN repository, changing 21 files.
2007-12-15 17:06:43 UTC in Sydewynder
-
mikejedw registered the Phevo project.
2007-05-02 18:05:03 UTC in Phevo
-
A couple of Unicode issues were cleared up. Also a minor bug in the 8-ball sample was fixed.
2007-03-21 22:09:04 UTC in Sydewynder
-
Hopefully, a little publicity will help drive the development of the module forward. I'm very interested in getting bug reports for various phone services, particularly outside the US. And, of course, I'd love to know what people are doing with it.
2007-03-16 18:24:57 UTC in Sydewynder
-
This release has a raft of bug fixes and two working sample apps, Pig Latin and Magic 8 Ball. In Pig Latin, users messages are converted to crude pig latin and sent back to them. In Magic 8 Ball, users SMSed questions are answered by a mysterious force hidden within your phone.
2007-03-14 20:20:23 UTC in Sydewynder
-
mikejedw registered the Sydewynder project.
2007-02-12 12:44:58 UTC in Sydewynder
-
I get this back trace in the log when I try to start a
new project using the basic.py or complete.py template:
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/faces_pm-0.10.2-py2.4.egg/metapie/gui/controller.py",
line 709, in _on_menu_select_
action()
File
"/usr/lib/python2.4/site-packages/faces_pm-0.10.2-py2.4.egg/faces/gui/plangui.py",
line 1254, in...
2006-09-19 12:14:33 UTC in faces