将代码转移到windows上后,发现待遇运行效果与ubuntu上差异很大,体现在LocalBA后,优化效果出错,同样的数据集,初始化成功,开始追踪后,同样的数据LocalBA优化后,在Windows上删除了很多地图点,但是在Ubuntu上没有这种现象,请问是哪些编译选项设置出了问题?在ubuntu上是使用gcc编译,在windows上是使用MSVC编译。
When test on windows, the same dataset, same code with testing on Ubuntu. Feature extraction, triangulation seems normally and correct, however, after LocalBA, more mappoints were deleted, how to solve this problem?