mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-24 14:36:29 +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(
|
desc.IntParam(
|
||||||
name='maxTotalPoints',
|
name='maxTotalPoints',
|
||||||
label='Max Number of Points',
|
label='Max Number of Points',
|
||||||
description='Max number of points selected by the sampling strategy.\n'
|
description='Max number of points used from the sampling. This ensures that the number of pixels values extracted by the sampling\n'
|
||||||
'This ensures that this sampling step will extract a number of pixels values\n'
|
'can be managed by the calibration step (in term of computation time and memory usage).',
|
||||||
'that the calibration step can manage (in term of computation time and memory usage).',
|
|
||||||
value=1000000,
|
value=1000000,
|
||||||
range=(8, 10000000, 1000),
|
range=(8, 10000000, 1000),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue