摘要:
我们有时候在项目中需要将OpenCV中的cv::Mat导入MatLab进行分析与处理,那么如果把数据转过去呢,我们的做法是首先将cv::Mat导出为txt文件,或者是yml文件,请参见我之前的博客Write cv::Mat to a file。导出的txt文件可以直接load进MatLab,如果数据... 阅读全文
posted @ 2015-08-02 07:42
Grandyang
阅读(1134)
评论(0)
推荐(0)
摘要:
Given two strings s and t, write a function to determine if t is an anagram of s.For example,s = "anagram", t = "nagaram", return true.s = "rat", t = ... 阅读全文
posted @ 2015-08-02 01:07
Grandyang
阅读(14525)
评论(5)
推荐(2)

浙公网安备 33010602011771号