docs/sphinx/rst/software/SfM/ComputeMatches.rst
openMVG_main_ComputeMatches
This binary compute images that have a visual overlap. Using image descriptions computed by openMVG_main_ComputeFeatures, we establish the corresponding putative photometric matches and filter the resulting correspondences using some robust geometric filters.
.. code-block:: c++
$ openMVG_main_ComputeMatches -i [..\matches\sfm_data.json] -o [...\matches]
Arguments description:
Required parameters:
[-i|--input_file]
[-o|--out_dir path]
Optional parameters:
[-f|--force: Force to recompute data]
[-r|-ratio]
[-g|-geometric_model]
type of model used for robust estimation from the photometric putative matches
[-n|--nearest_matching_method]
AUTO: auto choice from regions type,
For Scalar based descriptor you can use:
For Binary based descriptor you should use:
[-v|--video_mode_matching]
(sequence matching with an overlap of X images)
[-l|--pair_list]
Once matches have been computed you can, at your choice, you can display detected, matches as SVG files:
Or start the 3D reconstruction:
.. toctree:: :maxdepth: 1
./IncrementalSfM.rst ./GlobalSfM.rst