mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 22:16:30 +02:00
[nodes] LdrToHdrCalibration: update maxTotalPoints description
This commit is contained in:
parent
932b4d51e7
commit
38d8858742
1 changed files with 2 additions and 3 deletions
|
@ -117,9 +117,8 @@ class LdrToHdrCalibration(desc.CommandLineNode):
|
|||
desc.IntParam(
|
||||
name='maxTotalPoints',
|
||||
label='Max Number of Points',
|
||||
description='Max number of points selected by the sampling strategy.\n'
|
||||
'This ensures that this sampling step will extract a number of pixels values\n'
|
||||
'that the calibration step can manage (in term of computation time and memory usage).',
|
||||
description='Max number of points used from the sampling. This ensures that the number of pixels values extracted by the sampling\n'
|
||||
'can be managed by the calibration step (in term of computation time and memory usage).',
|
||||
value=1000000,
|
||||
range=(8, 10000000, 1000),
|
||||
uid=[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue