【发布时间】:2017-06-24 04:30:55
【问题描述】:
在谈到运动结构这一主题时,我是个新手。我一直在尝试遵循 MathWorks 网页中的 SFM 教程:LINK。
但是,运行代码后,我收到以下错误消息:
Warning: Maximum number of trials reached. Consider increasing the maximum
distance or decreasing the desired confidence.
> In vision.internal.ransac.msac (line 136)
In estimateEssentialMatrix (line 161)
In helperEstimateRelativePose (line 43)
In PERFORM_SFM (line 70)
Error using helperEstimateRelativePose (line 70)
Unable to compute the Essential matrix
Error in PERFORM_SFM (line 70)
[relativeOrient, relativeLoc, inlierIdx] = helperEstimateRelativePose(...
有人可以帮我理解为什么会这样吗?有人可以给我一个不同的方法吗?
【问题讨论】:
-
您是否考虑过增加最大距离或降低所需的置信度
-
我不知道该怎么做,因此问题... :)
-
@troymyname00 相同的教程和错误 :-) 你知道如何解决吗?
-
不...我没有。我切换到 Python,并找到了一个可以轻松执行 SFM 的开源工具。
标签: matlab projection point-clouds structure-from-motion