当谈到运动结构这个话题时,我是个新手。我一直在尝试遵循 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(...
有人可以帮我理解为什么会这样吗?有人可以为我提供不同的方法吗?