[nodes] new IncrementalSfM augmentation

This commit is contained in:
Gregoire De Lillo 2018-01-05 18:55:14 +01:00
parent 09904f1a33
commit 4d5636ab47
3 changed files with 115 additions and 13 deletions

View file

@ -12,7 +12,7 @@ class ImageMatching(desc.CommandLineNode):
desc.File(
name='input',
label='Input',
description='''SfMData file or filepath to a simple text file with one image filepath per line, or path to the descriptors folder.''',
description='''SfMData file .''',
value='',
uid=[0],
),