[FeatureMatching] Change label and description of option

Co-authored-by: Fabien Castan <fabcastan@gmail.com>
This commit is contained in:
Fabien Servant @ TCS 2022-09-07 11:49:39 +02:00 committed by GitHub
parent 89899fc7c4
commit dd5045564f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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],