[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:
Candice Bentéjac 2023-03-15 16:19:24 +01:00
parent a67f77de68
commit b42e7cbd87

View file

@ -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],
),