export displayOverlay and displayStatusBar for wrappers (Bug #3482)
Description
At the moment, only very few of the new QT functions are accessible using cv2 python bindings.
However, I can not see a reason for displayOverlay and displayStatusBar not being accessible,
as changing CV_EXPORTS to CV_EXPORTS_W in front of their definition in
modules/highgui/include/opencv2/highgui/highgui.hpp does not break compilation for me and
delivers working python bindings.
See http://fpaste.org/67622/ for the trivial patch.
Furthermore, I guess that loadWindowParameters and saveWindowParameters might be just as low hanging fruits,
as they take just a single windowName string as argument.
Associated revisions
Merge pull request #3482 from wangyan42164:ocl_brute_match_improve
History
Updated by Vladislav Vinogradov about 11 years ago
Hello Bug Track,
Thank you for the patch!
Could you please create a pull request with your changes on our GitHub mirror?
You can read more details on how to contribute to OpenCV here:
http://code.opencv.org/projects/opencv/wiki/How_to_contribute
- Assignee changed from Vadim Pisarevsky to Bug Track
- Status changed from New to Open
Updated by Alexander Smorkalov almost 11 years ago
- Target version changed from 2.4.9 to 2.4.10
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4678