Using mat file in C++ program

前端 未结 3 2001
青春惊慌失措
青春惊慌失措 2021-01-04 17:11

Please. Can 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+

3条回答
  •  青春惊慌失措
    2021-01-04 17:54

    You could try the matio library. It supports at least up to version 5 mat files (compression and structures I think) and maybe more recent stuff. It seems to be actively developed.

提交回复
热议问题