mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-21 02:27:15 +02:00
[nodes] Update node ImageMatchingMultiSfM
This commit is contained in:
parent
2eb2c3ac6f
commit
e4df8cc6b0
1 changed files with 4 additions and 4 deletions
|
@ -51,11 +51,11 @@ class ImageMatchingMultiSfM(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='modeMultiSfM',
|
||||
name='matchingMode',
|
||||
label='Multiple SfM mode',
|
||||
description='Image matching multiple SfM mode.\n"a_ab" for images in input SfMData A plus between A and B.\n"a_b" for images between input SfMData A and B.',
|
||||
value='a_ab',
|
||||
values=['a_ab', 'a_b'],
|
||||
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.',
|
||||
value='a+ab',
|
||||
values=['a+ab','aab', 'ab'],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue