alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.89k stars 806 forks source link

[pipeline] FeatureMatching: Update default value for Ransac's maximum number of iterations #1707

Closed cbentejac closed 1 month ago

cbentejac commented 2 months ago

Description

This PR updates the default value for the maxIteration parameter of the FeatureMatching executable from 2048 to 50000, now matching the localizerEstimatorMaxIterations parameter from the sequential SfM (#1683).

This relates to alicevision/Meshroom#2368.