opencv-python
opencv-python copied to clipboard
Type hint better
I expect type of parameters and returned value will be specific,
Now I modified the file in python_stubs to realized it, but it is a not good way.
How to do it better ?
Expected behaviour

Actual behaviour

Steps to reproduce
OpenCV team is working on Python stubs with static types, but it's not there yet. I cannot give you any ETA for the feature, please follow release notes.
https://github.com/opencv/opencv/pull/20370
@asmorkalov we can close this issue since mentioned PR is merged
Sure