摘要:        
最近在做双摄像头的立体匹配,发现OpenCV定标效果不如MatLab的效果,于是用MatLab标定箱做标定,将得到的结果保存为xml,然后,提供给opencv使用。MatLab标定箱做标定得到的结果如下图所示: 将结果保存为xml代码如下:// SaveMatLabCalibParam.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include int _tmain(int argc, _TCHAR* argv[]){	double data[9]={ 497.16547, 0 , 192.57159, 0 , 49    阅读全文
posted @ 2013-12-02 13:56
清风似水流
阅读(1627)
评论(0)
推荐(0)
        
            
        
        
摘要:        
通过SVN从官网下载更新代码,然后用Visual Studio 2010编译报错如下: 解决方法如下: UIFlash.h 行:#import "..\Utils/Flash11.tlb" raw_interfaces_only, named_guids 改为: #import "..\Utils/Flash11.tlb" raw_interfaces_only, named_guids, rename("IDispatchEx","IMyDispatchEx") 可以解决以上的问题。 为了兼容性更好,防止系统fl    阅读全文
posted @ 2013-12-02 13:44
清风似水流
阅读(2897)
评论(0)
推荐(0)
        
 
                    
                     
                    
                 
                    
                
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号