Python Load OpenCV FileStorage
Hi all, Is there anyway to load using python bindings a YML file containing several nodes of sequence of cvmat ? I succeed to save/load those file with c++ but I cannot make it work with python.
Any help would be appreciate!
Best,
EDIT: I add here a sample YML file which was written with opencv c++ interface, using cv::FileStorage. http://pastebin.com/YhrecFLr
With opencv python, the documentation says: Use cv.Load(filename, memstorage=None, str=None)
But I cannot make it work, it always throw "cv2.error: The node does not represent a user object"
Anyone ? Same problem with XML format.
post some snippet of code anyway
I add a sample file.
is there Python bindings for all c++ methods ? FileStorage seems to exist with python but maybe it is not complete ?