Small improvements to persistence-API doc#18761
Small improvements to persistence-API doc#18761fegorsch wants to merge 1 commit intoopencv:masterfrom
Conversation
|
Does it work with all supported formats? |
|
I tried FileStorage with empty key string and it throws assertion as expected. So empty key name is not allowed. C++ code: Ouput: |
|
The same behavior for Output: |
|
The PR is closed as proposed documentation changes do not correspond to real OpenCV behavior. |
Passing an empty key is only possible, if you write to a sequence (i.e. called The changes are not reflected in the closed PR, they can be viewed here. Can the PR be reopend, should I open a new one, or is still something amiss? |
|
Please create new PR. Github does not allow to re-open this one as force push is done. |
typeName-parameter.