arccoder / opencvdragrect

Drag a rectangle on an image window using opencv
https://arccoder.github.io/opencvdragrect/
40 stars 21 forks source link

int changes to draw select markers #1

Closed briannaburton closed 3 years ago

briannaburton commented 5 years ago

Fixes error related to non-integers when dividing

arccoder commented 3 years ago

Hi Brianna,

I never saw you pull request. Your changes were correct. In fact today I just did the same fix plus some updates. Modifying the implementation from Python2 to Python3 was one of it, because of which I won't be able to integrate your changes.

Thanks, Akshay