Using the old SWIG Python interface to OpenCV instead of the new one?
Bug #582919 reported by
Vitorio Miliano
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Xpresser |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Hi,
I noticed that even though you're developing on Lucid, which includes OpenCV 2.x and the matching Python bindings, you're using the old (deprecated) SWIG bindings from 1.x instead.
http://
http://
Is there a reason for this?
(It may be worth noting that Lucid's version of the (deprecated) NumPy2PIL function makes those tests pass on Jaunty, so it's probably an OpenCV issue in that particular case.)
Changed in xpresser: | |
status: | New → Triaged |
status: | Triaged → Confirmed |
To post a comment you must log in.
No, not great reason really. I'm using only three or four functions from OpenCV at this point, and I bet we can make it work with either version. I really wish that pyopencv was more widely adopted, though, since it seems to support a lot more of OpenCV's functinality, but that's an unrelated rambling.
Do you want to give that change a try?
If not, I'll try to have a quick look at it in the next few days.