mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
Merge pull request #1635 from alicevision/dev/sfmDisableStructureColor
[nodes] StructureFromMotion: Add option computeStructureColor
This commit is contained in:
commit
8e064fc7e0
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,
|
value=False,
|
||||||
uid=[0],
|
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(
|
desc.File(
|
||||||
name='initialPairA',
|
name='initialPairA',
|
||||||
label='Initial Pair A',
|
label='Initial Pair A',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue