I have to read a YAML file in python using opencv 3.0 .
I have found this solution in one of the previous questions but it is not applicable for version 3.0:
yaml_data = numpy.asarray(cv2.cv.Load("my_file.yaml"))
It seems that `cv2.cv` has been removed, can anyone tell me where is it now?
↧