alicevision / AliceVision

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

[sfm] Sequential ReconstructionEngine: Use SfM Params' `nbFirstUnstableCameras` instead of a constant #1602

Closed cbentejac closed 7 months ago

cbentejac commented 7 months ago

Description

Instead of using a constant, use the parameter that is part of the SfM Params structure and that can be set through the command line for the number of first unstable cameras.

This fixes an error introduced by #1377 that overwrote some of the changes of #1413.