mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-15 17:21:56 +02:00
[Node] imageProcessing: Add automatic reorientation option.
This commit is contained in:
parent
f35203aa1a
commit
19ad471a6b
1 changed files with 7 additions and 0 deletions
|
@ -100,6 +100,13 @@ Convert or apply filtering to the input images.
|
||||||
value=False,
|
value=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name="reorient",
|
||||||
|
label="Automatic Reorientation",
|
||||||
|
description="Automatic image reorientation.",
|
||||||
|
value=False,
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name="fixNonFinite",
|
name="fixNonFinite",
|
||||||
label="Fix Non-Finite",
|
label="Fix Non-Finite",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue