I have a binary file which includes ORB descriptor. I need to read it to a cv::Mat
so I can use it for further detection. FileStorage
only handles XML and YAML file. How can I read the file?
![]() | 1 | initial version |
I have a binary file which includes ORB descriptor. I need to read it to a cv::Mat
so I can use it for further detection. FileStorage
only handles XML and YAML file. How can I read the file?
![]() | 2 | retagged |
I have a binary file which includes ORB descriptor. I need to read it to a cv::Mat
so I can use it for further detection. FileStorage
only handles XML and YAML file. How can I read the file?