mirror of
https://github.com/opencv/opencv.git
synced 2026-09-25 04:09:57 +03:00
* Add Python support for error message handlers. * Move the static variable to the only function that uses it. * Remove the optional param (user data), since this can already be handled by closures. * Correct the help string. * python: added redirectError test