mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
[software] ImageProcessing: change default value for claheClipLimit
This commit is contained in:
parent
1745f3fd91
commit
032835fbc2
1 changed files with 2 additions and 2 deletions
|
@ -149,8 +149,8 @@ class ImageProcessing(desc.CommandLineNode):
|
|||
name='claheClipLimit',
|
||||
label='Clahe Clip Limit.',
|
||||
description='Sets Threshold For Contrast Limiting.',
|
||||
value=40.0,
|
||||
range=(0.0, 80.0, 1.0),
|
||||
value=4.0,
|
||||
range=(0.0, 8.0, 1.0),
|
||||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue