本文相应的工程文件、库文件和可执行文件的下载地址:
http://download.youkuaiyun.com/detail/iceteaset/9639186
有很多文章介绍在windows下编译PTAM的流程了,我就不搬运了,直接贴一些链接:
http://blog.youkuaiyun.com/lxiaoxiaot/article/details/6209635
http://blog.youkuaiyun.com/wenrenhua08/article/details/50884668
http://www.robots.ox.ac.uk/~bob/software/ptamm/manual.pdf
http://happymeme.com/?p=46
本文主要写一下如何解决一些较少提到的错误,以及VideoSource的问题。
环境:
Win10 64bit
VS2013
笔记本自带摄像头
min max 函数找不到
解决:
isnan 函数找不到
解决:
改成 _isnan (或者相反)
/MD /MT
解决:
This problem arises in newer versions of Visual C++ (the older versions usually just silently linked the program and it would crash and burn at run time.) It means that some of the libraries you are linking with your program (or even some of the source files inside your program itself) are using different versions
Windows环境下编译PTAM常见问题及解决方法

本文提供Windows 10 64位环境下,使用VS2013编译PTAM时遇到的min max函数、isnan函数、/MD /MT问题、__glewInit未解析符号、1394camera库函数找不到以及VideoSource问题的解决方案。通过调整项目属性、选择正确的CRT版本、更新glew库和使用ewclib库来解决这些问题。
最低0.47元/天 解锁文章
3042

被折叠的 条评论
为什么被折叠?



