How to merge/split filestorage?
Hi
I want to split a large json file into multiple files and vice-versa. How can I do this using opencv's FileStorage class?
Asked: 2020-05-12 06:55:53 -0600
Seen: 514 times
Last updated: May 12 '20
did you write it using opencv ? are you able to read it ?
opencv's FileStorage is basically a key-value store, you cannot process arbitrary json with it.
also, what is in it ? please explain.
No. the file has been written outside opencv. I want to split it into multiple json files. I also want to get multiple json files and merge them into one single file.
The json file contains several sections with strings, numbers, and arrays inside
unlikely then, that opencv can read it. could give us some info about the structure ?
@Zana Zakaryaie Nejad. Yes, you can write outside of Opencv