mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-11 07:11:52 +02:00
[nodes] StructureFromMotion: Update description of "initialPair" files
"initialPairA" and "initialPairB" can either be the filename of the image (without the path), the whole path of the image, or its view ID.
This commit is contained in:
parent
a67f77de68
commit
b42e7cbd87
1 changed files with 2 additions and 2 deletions
|
@ -318,14 +318,14 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
desc.File(
|
||||
name='initialPairA',
|
||||
label='Initial Pair A',
|
||||
description='Filename of the first image (without path).',
|
||||
description='View ID or filename of the first image (either with or without the full path).',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name='initialPairB',
|
||||
label='Initial Pair B',
|
||||
description='Filename of the second image (without path).',
|
||||
description='View ID or filename of the second image (either with or without the full path).',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue