Comment 0 for bug 480772

Revision history for this message
Clovis Peruchi Scotti (roboscotti) wrote :

OpenCV 2 changes the prototype of some functions:

/* save image to file */
CVAPI(int) cvSaveImage( const char* filename, const CvArr* image,
                        const int* params CV_DEFAULT(0) );

Since this third parameter is not accounted for in Harpia, the user will get errors there.

Applying the patch attached to /usr/share/pyshared/harpia/gerador.py will solve that problems.
Other problems should be reported here so that we can maintain this patch