mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[node] PanoramaWarping: add visualization for mask and weight maps
This commit is contained in:
parent
a94be6c6a0
commit
38b1caf647
1 changed files with 19 additions and 1 deletions
|
@ -99,11 +99,29 @@ Compute the image warping for each input image in the panorama coordinate system
|
|||
),
|
||||
desc.File(
|
||||
name='warping',
|
||||
label='Image Warping',
|
||||
label='Warping',
|
||||
description='',
|
||||
group='', # do not export on the command line
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder+'<VIEW_ID>.exr',
|
||||
uid=[]
|
||||
),
|
||||
desc.File(
|
||||
name='mask',
|
||||
label='Mask',
|
||||
description='',
|
||||
group='', # do not export on the command line
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder+'<VIEW_ID>_mask.exr',
|
||||
uid=[]
|
||||
),
|
||||
desc.File(
|
||||
name='weight',
|
||||
label='Weight',
|
||||
description='',
|
||||
group='', # do not export on the command line
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder+'<VIEW_ID>_weight.exr',
|
||||
uid=[]
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue