[multiview] Use SfMData as input in MVS pipeline

This commit is contained in:
Grégoire De Lillo 2018-08-08 18:33:05 +02:00
parent f8d761c564
commit ce25724023
7 changed files with 90 additions and 39 deletions

View file

@ -9,9 +9,16 @@ class Texturing(desc.CommandLineNode):
ram = desc.Level.INTENSIVE
inputs = [
desc.File(
name='ini',
label='MVS Configuration file',
description='',
name='input',
label='Input',
description='SfMData file.',
value='',
uid=[0],
),
desc.File(
name='imagesFolder',
label='Images Folder',
description='Use images from a specific folder instead of those specify in the SfMData file.\nFilename should be the image uid.',
value='',
uid=[0],
),