mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[nodes] StructureFromMotion: add option computeStructureColor
This commit is contained in:
parent
5c8c1e5d06
commit
a2c255c917
1 changed files with 7 additions and 0 deletions
|
@ -308,6 +308,13 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D
|
|||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='computeStructureColor',
|
||||
label='Compute Structure Color',
|
||||
description='Enable/Disable color computation of each 3D point.',
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name='initialPairA',
|
||||
label='Initial Pair A',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue