mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 21:01:59 +02:00
[nodes] featureMatching add cross verification
This commit is contained in:
parent
3adb825f2a
commit
ed794b7f04
1 changed files with 7 additions and 0 deletions
|
@ -166,6 +166,13 @@ then it checks the number of features that validates this model and iterate thro
|
||||||
uid=[0],
|
uid=[0],
|
||||||
advanced=True,
|
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(
|
desc.BoolParam(
|
||||||
name='guidedMatching',
|
name='guidedMatching',
|
||||||
label='Guided Matching',
|
label='Guided Matching',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue