1 | initial version |
It's probably too late for you to use my answer, but for future reference... For my that works:
yaml_data = numpy.asarray(cv2.cv.Load("my_file.yaml"))
my_file.yaml is generated by some OpenCV application written in C++, and contains a cv::Mat 2D matrix.