morousg / cvGPUSpeedup

A faster implementation of OpenCV-CUDA that uses OpenCV objects, and more!
Apache License 2.0
34 stars 5 forks source link

Change rounding up in resize, when computing width and height #61

Closed morousg closed 10 months ago

morousg commented 10 months ago

We need to match the rounding when computing width and height to what python OpenCV does.