zju3dv/AutoRecon

Where to set exhaustive matching as matching method

hadillivvy opened this issue · 0 comments

You mention this in the documentation:
NOTE: In the demo script, we assume the images come from a sequential video stream and use sequential matching for SfM. If you have unordered images, the default setting might lead to inferior result and it is recommended to use exhaustive matching or vocab-tree instead.

Where should we make the change to switch from sequential to exhaustive matching?