microsoft / python-type-stubs

A set of type stubs for popular Python packages. These are works in progress from the Microsoft Python team and others, with the intent that they are contributed to typeshed or to the associated packages once sufficiently complete.
MIT License
249 stars 96 forks source link

Fix cv2.resize scaling coefficient type #267

Closed sterliakov closed 1 year ago

sterliakov commented 1 year ago

cv2.resize accepts arbitrary floats as fx and fy (scaling ratio) arguments.

sterliakov commented 1 year ago

Follows #227 which seems abandoned.

debonte commented 1 year ago

Thanks @sterliakov!