OpenCV 2 incompatibilities
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Harpia |
Fix Released
|
Medium
|
Clovis Peruchi Scotti | ||
harpia (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Lucid |
Fix Released
|
Undecided
|
Unassigned | ||
Oneiric |
Invalid
|
Undecided
|
Unassigned |
Bug Description
In Lucid Lynx, Ubuntu uses Opencv2.
OpenCV 2 changes the prototype of some functions (using for example default parameters):
/* save image to file */
CVAPI(int) cvSaveImage( const char* filename, const CvArr* image,
Since this third parameter is not accounted for in Harpia, the user will get errors when compiling/running any programs (even the samples).
TEST CASE: Open Harpia, go to "Help>Examples>
(the compile error msg can be viewed clicking twice on the "Show Image" block). This way the application is totally unusable.
Expected behavior would be to have a green light on the status message and seeing the image (lenna.png) when clicking twice on
the "Show Image" block.
"Help>Examples>
Related branches
Changed in harpia: | |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in harpia: | |
status: | In Progress → Fix Released |
description: | updated |
Changed in harpia (Ubuntu Lucid): | |
status: | Fix Released → In Progress |
tags: |
added: verification-done removed: verification-needed |
Oh.. just to let it clear:
This bug only affects people using opencv2, which is NOT the ubuntu repository version.