mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 04:41:58 +02:00
[nodes] HDR Fusion: Harmonize ranges for nbBrackets
and userNbBrackets
This commit is contained in:
parent
fdd9d088c5
commit
8b48bb6891
3 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ Calibrate LDR to HDR response curve from samples.
|
||||||
"It is detected automatically from input Viewpoints metadata if 'userNbBrackets' is 0,\n"
|
"It is detected automatically from input Viewpoints metadata if 'userNbBrackets' is 0,\n"
|
||||||
"else it is equal to 'userNbBrackets'.",
|
"else it is equal to 'userNbBrackets'.",
|
||||||
value=0,
|
value=0,
|
||||||
range=(0, 10, 1),
|
range=(0, 15, 1),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
group="bracketsParams"
|
group="bracketsParams"
|
||||||
),
|
),
|
||||||
|
|
|
@ -69,7 +69,7 @@ Merge LDR images into HDR images.
|
||||||
"It is detected automatically from input Viewpoints metadata if 'userNbBrackets'\n"
|
"It is detected automatically from input Viewpoints metadata if 'userNbBrackets'\n"
|
||||||
"is 0, else it is equal to 'userNbBrackets'.",
|
"is 0, else it is equal to 'userNbBrackets'.",
|
||||||
value=0,
|
value=0,
|
||||||
range=(0, 10, 1),
|
range=(0, 15, 1),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
group="bracketsParams"
|
group="bracketsParams"
|
||||||
),
|
),
|
||||||
|
|
|
@ -84,7 +84,7 @@ Sample pixels from Low range images for HDR creation.
|
||||||
"It is detected automatically from input Viewpoints metadata if 'userNbBrackets'\n"
|
"It is detected automatically from input Viewpoints metadata if 'userNbBrackets'\n"
|
||||||
"is 0, else it is equal to 'userNbBrackets'.",
|
"is 0, else it is equal to 'userNbBrackets'.",
|
||||||
value=0,
|
value=0,
|
||||||
range=(0, 10, 1),
|
range=(0, 15, 1),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
group="bracketsParams"
|
group="bracketsParams"
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue