Is cv2.cv missing in OpenCV 3.0?
yes, the deprecated cv2.cv was removed in opencv3.0
something similar to:
import cv2
help(cv2)
will give you a (looong) list of the api's content.
yes, the deprecated cv2.cv was removed in opencv3.0
something similar to:
import cv2
help(cv2)
will give you a (looong) list of the api's content.