mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 02:12:04 +02:00
[nodes] SfMTransform, SfMTransfer, SfMAlignment expose the same output params than the StructureFromMotion node
This commit is contained in:
parent
082f9b5843
commit
21fa9167ae
5 changed files with 39 additions and 12 deletions
|
@ -334,7 +334,7 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
),
|
||||
desc.File(
|
||||
name='outputViewsAndPoses',
|
||||
label='Output SfMData File',
|
||||
label='Output Poses',
|
||||
description='''Path to the output sfmdata file with cameras (views and poses).''',
|
||||
value=desc.Node.internalFolder + 'cameras.sfm',
|
||||
uid=[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue