mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-11 08:06:52 +02:00
[nodes] add parallelization to LdrToHdrSampling/Merge and PanoramaWarping
This commit is contained in:
parent
a239005901
commit
dc6ac5d67a
6 changed files with 90 additions and 39 deletions
|
@ -188,7 +188,8 @@ def hdriPipeline(graph):
|
|||
input=panoramaOrientation.output)
|
||||
|
||||
panoramaCompositing = graph.addNewNode('PanoramaCompositing',
|
||||
input=panoramaWarping.output)
|
||||
input=panoramaWarping.input,
|
||||
warpingFolder=panoramaWarping.output)
|
||||
|
||||
imageProcessing = graph.addNewNode('ImageProcessing',
|
||||
input=panoramaCompositing.output,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue