mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-17 11:06:27 +02:00
[nodes] ImageProcessing: add new option to fix non finite pixels
This commit is contained in:
parent
4e5446a7ce
commit
6ad8ed0396
2 changed files with 10 additions and 1 deletions
|
@ -249,6 +249,7 @@ def panoramaHdrPipeline(graph):
|
|||
|
||||
imageProcessing = graph.addNewNode('ImageProcessing',
|
||||
input=panoramaCompositing.output,
|
||||
fixNonFinite=True,
|
||||
fillHoles=True,
|
||||
extension='exr')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue