Merge pull request #1276 from alicevision/dev/crossMatching

[nodes] featureMatching add cross verification
This commit is contained in:
Fabien Castan 2021-02-19 11:53:37 +01:00 committed by GitHub
commit 340ab2ec51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,6 +167,13 @@ then it checks the number of features that validates this model and iterate thro
uid=[0],
advanced=True,
),
desc.BoolParam(
name='crossMatching',
label='Cross Matching',
description='Make sure that the matching process is symmetric (same matches for I->J than fo J->I)',
value=False,
uid=[0],
),
desc.BoolParam(
name='guidedMatching',
label='Guided Matching',