mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-30 01:16:33 +02:00
[nodes] ImageMatchingMultiSfM
Update matchingMode
options
This commit is contained in:
parent
e4df8cc6b0
commit
c9a9b64fc9
1 changed files with 4 additions and 4 deletions
|
@ -52,10 +52,10 @@ class ImageMatchingMultiSfM(desc.CommandLineNode):
|
||||||
),
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='matchingMode',
|
name='matchingMode',
|
||||||
label='Multiple SfM mode',
|
label='Matching Mode',
|
||||||
description='Image matching multiple SfM mode.\n"a+ab" for image matching of images in SfMData A plus image matching between images of A and B.\n"aab" for image matching of images in SfMData A and between images of A and B.\n"ab" for image matching images of SfMData A and B.',
|
description='The mode to combine image matching between the input SfMData A and B:\n"a/a+a/b" for A with A + A with B.\n"a/ab" for A with A and B.\n"a/b" for A with B.',
|
||||||
value='a+ab',
|
value='a/a+a/b',
|
||||||
values=['a+ab','aab', 'ab'],
|
values=['a/a+a/b','a/ab', 'a/b'],
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue