三维重建——openMVG_main_IncrementalSfM时 出错

1.openMVG_main_SfMInit_ImageListing
图片说明

2.openMVG_main_ComputeFeatures
图片说明

3.openMVG_main_ComputeMatches
图片说明

4.openMVG_main_IncrementalSfM(在此出错“There is no defined intrinsic data in order to compute an essential matrix for the initial pair.”)
图片说明
此时,在reconstruction文件夹中只有
图片说明

我在分别在debug和release版本中都跑过,报错相同。
求解,感激不尽!

你需要加入相机内参参数。

-f max(images_width,images_heitht)

为啥我编译出来的openmvg没有openMVG_main_IncrementalSfM