mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-13 00:02:43 +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,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="reorient",
|
||||
label="Automatic Reorientation",
|
||||
description="Automatic image reorientation.",
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="fixNonFinite",
|
||||
label="Fix Non-Finite",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue