Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在openCV中,我需要执行以下操作:当用户将鼠标移到某个位置时,图像上会显示一个矩形,但是当他将光标移出该位置时,该矩形将消失。
我是opencv的新手,我可以在鼠标移动事件上绘制矩形,但我不知道如何在事件发生后撤消绘制。
将矩形将覆盖的原始图像区域存储在单独的Mat. 删除光标后,将存储的区域复制回其原始位置。
Mat