mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 03:27:34 +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',
|
name='claheClipLimit',
|
||||||
label='Clahe Clip Limit.',
|
label='Clahe Clip Limit.',
|
||||||
description='Sets Threshold For Contrast Limiting.',
|
description='Sets Threshold For Contrast Limiting.',
|
||||||
value=40.0,
|
value=4.0,
|
||||||
range=(0.0, 80.0, 1.0),
|
range=(0.0, 8.0, 1.0),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue