negative cursor position overflow in python mouse callbacks (Bug #1302)
Description
Mouse callback x, y params are unsigned 16-bit, while they may become negative when used holds a mouse button and drugs it behind upped left window corner.
See python2/camshift.py 'onmouse' function work workaround (marked with 'BUG' comment)
Issue hierarchy
Associated revisions
Merge pull request #1302 from kdrobnyh:compare
History
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
- Subproject of set to #1437
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from Normal to Low
Updated by Alexander Shishkov almost 13 years ago
- Assignee deleted (
Vadim Pisarevsky)
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Vadim Pisarevsky over 12 years ago
- Target version deleted ()
Updated by Kirill Kornyakov over 12 years ago
- Target version set to Next Hackathon
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4293