随笔分类 -  matlab转opencv

c/c++中读取和写入mat文件 --- MAT File I/O Library(二)
摘要:本篇记述c/c++中读取mat文件示例测试数据matioTest.zip下载地址:http://pan.baidu.com/s/1sjPkMsd1. 读取matioTest.zip中s.mat文件,数据为普通matrix 1 #include 2 #include 3 #include 4 ... 阅读全文

posted @ 2014-06-15 10:08 vanilla_sky 阅读(6309) 评论(0) 推荐(1)

c/c++中读取和写入mat文件 --- MAT File I/O Library(一)
摘要:MAT File I/O Library 简称 matio,是用于在c/c++中读取和写入matlab中mat文件的一个库。本篇记录windows下编译matio 64位库的过程,所用的工具为:VS2013 CMake2.81. 编译 zlib (使用版本为:1.2.8)使用CMake生成vcpro... 阅读全文

posted @ 2014-06-14 22:53 vanilla_sky 阅读(3664) 评论(1) 推荐(1)

导航