Skip to content

Commit 38d8858

Browse files
committed
[nodes] LdrToHdrCalibration: update maxTotalPoints description
1 parent 932b4d5 commit 38d8858

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

meshroom/nodes/aliceVision/LdrToHdrCalibration.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,8 @@ class LdrToHdrCalibration(desc.CommandLineNode):
117117
desc.IntParam(
118118
name='maxTotalPoints',
119119
label='Max Number of Points',
120-
description='Max number of points selected by the sampling strategy.\n'
121-
'This ensures that this sampling step will extract a number of pixels values\n'
122-
'that the calibration step can manage (in term of computation time and memory usage).',
120+
description='Max number of points used from the sampling. This ensures that the number of pixels values extracted by the sampling\n'
121+
'can be managed by the calibration step (in term of computation time and memory usage).',
123122
value=1000000,
124123
range=(8, 10000000, 1000),
125124
uid=[0],

0 commit comments

Comments
 (0)