[nodes] add parallelization to LdrToHdrSampling/Merge and PanoramaWarping

This commit is contained in:
Fabien Castan 2020-07-05 23:11:07 +02:00
parent a239005901
commit dc6ac5d67a
6 changed files with 90 additions and 39 deletions

View file

@ -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],
),