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?
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: 413 times
Last updated: May 12 '20
Alternate multiple channel Mat format
How to remove black background from grabcut output image in OpenCV android ?
i want to split and show R B G pictures ,why does it not work?
split screen from two USB cameras
Record/Store constant refreshing coordinates points into notepad
How to save opencv data in Excel format?
FileStorage: can write but can't read Size, Rect, etc.
How to update Mat with multiple channels?
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