简体   繁体   中英

Hide mouse cursor in OpenCV

I need to hide the cross-shaped cursor that OpenCV shows when moving the mouse over an image window. Does anybody know if it is possible?

I wanted to add a screenshot, but unfortunately the mouse cursor is not shown in screenshots.

Thanks!

我认为仅使用OpenCV是不可能的,您必须使用OS API或最终可以使用QT( http://www.codeprogress.com/cpp/libraries/qt/QtHideMouseCursor.php#.UjGpZD-rGoE )-在OpenCV中使用它非常容易。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM