mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[nodes] LdrToHdrCalibration: fix alignment
This commit is contained in:
parent
251e9b614c
commit
5026d911d8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class LdrToHdrCalibration(desc.AVCommandLineNode):
|
|||
range=(0, 10, 1),
|
||||
uid=[0],
|
||||
),
|
||||
desc.FloatParam(
|
||||
desc.FloatParam(
|
||||
name='meanTargetedLumaForMerging',
|
||||
label='Targeted Luminance For Merging',
|
||||
description='Expected mean luminance of the HDR images used to compute the final panorama',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue