Problem in yml parser (Bug #4356)
Description
I can write and read file in with xml extension using FileStorage. In the same program if i change file extension in yml I cannot read data. Excepetion occur :
OpenCV Error: Parsing error (test.yml(4): Incorrect indentation) in icvYMLParseValue, file ..\..\..\modules\core\src\persistence.cpp
, line 1327
this problem does not exist with xml file.
History
Updated by Philipp Hasper almost 10 years ago
I am not sure if I understand you correctly:
if i change file extension in yml
Do you mean that you change the extension of your xml file to yml? That won't work. Could you attach a sample .yml file which your program cannot read?
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4996