mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-13 00:02:43 +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
|
@ -20,8 +20,15 @@ Multiple cameras are contributing to the low frequencies and only the best one c
|
|||
inputs = [
|
||||
desc.File(
|
||||
name='input',
|
||||
label='Input',
|
||||
description="Panorama Warping result",
|
||||
label='Input SfMData',
|
||||
description="Input SfMData.",
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name='warpingFolder',
|
||||
label='Warping Folder',
|
||||
description="Panorama Warping results",
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue