I installed OpenCV 3 for Windows. It seems ok:
import cv2
print cv2.__version__
it returns 3.0.0
My question is: how can I get access to functions mentioned here ?
1 | initial version |
I installed OpenCV 3 for Windows. It seems ok:
import cv2
print cv2.__version__
it returns 3.0.0
My question is: how can I get access to functions mentioned here ?