I see the function prototype in the __init__.py
file, but it doesn't seem to be available. Is it only supported in C++? How do I call such function in Python?
cv2.__version__
Out[35]: '4.0.1'
1 | initial version |
I see the function prototype in the __init__.py
file, but it doesn't seem to be available. Is it only supported in C++? How do I call such function in Python?
cv2.__version__
Out[35]: '4.0.1'