简体   繁体   English

来自Motion或SLAM的Windows结构?

[英]Structure from Motion or SLAM for windows?

Is there any libraries that can be used on windows for using SfM or SLAM? 是否可以在Windows上使用SfM或SLAM的任何库? This will be in python btw 这将在python btw中

So far everything I am seeing is in Linux 到目前为止,我所看到的一切都在Linux中

Since you asked about Sfm I assume you are looking for visual SLAM solutions. 自从您询问Sfm以来,我假设您正在寻找可视化SLAM解决方案。 These solutions are computationally expensive, because you basically deal with a lot of iterative minimizations on large parameter spaces. 这些解决方案的计算量很大,因为您基本上需要处理大参数空间上的许多迭代最小化。 Because of that, high-level languages are poorly suited for that task. 因此,高级语言不太适合该任务。 So, I can recomment one of two things (depending on the precision you need): 因此,我可以建议以下两件事之一(取决于您需要的精度):

1) Don't use SFM or SLAM, but just some simple visual odometry python package (quite a few on github). 1)不要使用SFM或SLAM,而只是使用一些简单的视觉测距python软件包(在github上有很多)。 If you are not familiar with the term, we can say it's juste local pose computation but without the optimizations that are used in SLAM or SFM. 如果您不熟悉该术语,我们可以说它只是局部姿势计算,而没有SLAM或SFM中使用的优化。 So you might get locally decent results, but forget about globally coherent trajectories. 因此,您可能会在本地获得不错的结果,但是会忘记全局一致的轨迹。

2) Use one of the freely available state of the art libraries such as ORBSLAM_2_windows and use your own python wrappers. 2)使用免费提供的最新状态的库之一(例如ORBSLAM_2_windows),并使用自己的python包装器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM