mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
Fix various typos
Found via `codespell`
This commit is contained in:
parent
cc7d45eb74
commit
25b091b304
3 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@ It is robust to motion-blur, depth-of-field, occlusion. Be careful to have enoug
|
|||
desc.FloatParam(
|
||||
name='relativePeakThreshold',
|
||||
label='Relative Peak Threshold',
|
||||
description='Peak Threshold relative to median of gradiants.',
|
||||
description='Peak Threshold relative to median of gradients.',
|
||||
value=0.01,
|
||||
range=(0.01, 1.0, 0.001),
|
||||
advanced=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue