GNOME Bugzilla – Bug 668698
mousetrap does not work with python-opencv 2.3
Last modified: 2014-02-24 16:22:38 UTC
Hello, In its 2.3 version (or perhaps as soon as 2.2), opencv completely changed its API. The attached patch is what I have come up so far, but it seems I'm stuck on an issue: AttributeError: 'module' object has no attribute 'LoadHaarClassifierCascade' The function is still in the opencv library, but there is apparently no python binding for it. You somebody discuss with opencv upstream to fix the issue. Otherwise we'll have to drop mousetrap from Debian for the wheezy release. Samuel
Samuel: "Attached patch" is missing. :)
Created attachment 206160 [details] [review] Patch attempt Grmbl, I *do* remember having attached the patch, but I initially forgot to fill the summary field, and I guess the form system didn't reattach the file when re-presenting me with the prefilled form.
Focusing efforts on gnome3-wip and upgrading to GNOME 3. As part of this we are converting MouseTrap to the most recent version of OpenCV (2.4).