mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 19:31:58 +02:00
Merge pull request #1276 from alicevision/dev/crossMatching
[nodes] featureMatching add cross verification
This commit is contained in:
commit
340ab2ec51
1 changed files with 7 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue