Hi
Please.. any one help me
I have Mat file include struct of array for features vectors, I need to use this file in C++ program. How can I load this file in my C++ program?
Hi
Please.. any one help me
I have Mat file include struct of array for features vectors, I need to use this file in C++ program. How can I load this file in my C++ program?
Assuming you have MATLAB, you can read the help article on their MAT-file API.
Otherwise, there are various open source MAT file readers. If necessary, I'm sure someone can locate them for you.