mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[FeatureMatching] Change label and description of option
Co-authored-by: Fabien Castan <fabcastan@gmail.com>
This commit is contained in:
parent
89899fc7c4
commit
dd5045564f
1 changed files with 2 additions and 2 deletions
|
@ -152,8 +152,8 @@ then it checks the number of features that validates this model and iterate thro
|
|||
),
|
||||
desc.FloatParam(
|
||||
name='minRequired2DMotion',
|
||||
label='required 2d motion',
|
||||
description='A match is invalid if the 2d motion between the 2 points is less than a threshold (or -1 to disable this filter).',
|
||||
label='Minimal 2D Motion',
|
||||
description='Filter out matches without enough 2D motion (threshold in pixels). Use -1 to disable this filter. Useful for filtering the background during acquisition with a turntable and a static camera.',
|
||||
value=-1.0,
|
||||
range=(0.0, 10.0, 1.0),
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue