3Dreconstruction icon indicating copy to clipboard operation
3Dreconstruction copied to clipboard

How to perform triangulation without intrinsic matrix?

Open huynhtnhut97 opened this issue 3 years ago • 3 comments

As far as procedure is concerned, if the intrinsic is not available, the fundamental matrix will be calculated. However, recording the examples, all intrinsic matrices are required. May I ask how to use those examples without intrinsic matrices?

huynhtnhut97 avatar Jul 09 '21 04:07 huynhtnhut97

I think its not possible to do SFM without avaliable intrinsic matirx. And from the reconstruction code of this repository, I also found that all intrinsic matrix is given before the reconstruction code begin to run. So maybe the auther makes a mistake in the READ.ME file.

oximi123 avatar May 01 '22 07:05 oximi123

As far as procedure is concerned, if the intrinsic is not available, the fundamental matrix will be calculated. However, recording the examples, all intrinsic matrices are required. May I ask how to use those examples without intrinsic matrices?

I think the author hasn't provided the fundamental matrix for the reconstruction code which is another way to do the reconstruction.

xiaoerlaigeid avatar Jun 19 '22 02:06 xiaoerlaigeid

I also want to know

yzd2022 avatar Dec 18 '22 04:12 yzd2022