Ask Your Question

Revision history [back]

Read a binary descriptor file to cv::Mat

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?

click to hide/show revision 2
retagged

updated 2014-04-29 01:07:54 -0600

berak gravatar image

Read a binary descriptor file to cv::Mat

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?