mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-12 08:36:53 +02:00
[hdri] update default values for hdri pipeline
This commit is contained in:
parent
d29b48e239
commit
1e7c201216
3 changed files with 3 additions and 2 deletions
|
@ -125,6 +125,7 @@ def hdriPipeline(graph):
|
|||
|
||||
featureExtraction = graph.addNewNode('FeatureExtraction',
|
||||
input=ldr2hdr.outSfMDataFilename)
|
||||
featureExtraction.describerPreset.value = 'high'
|
||||
imageMatching = graph.addNewNode('ImageMatching',
|
||||
input=featureExtraction.input,
|
||||
featuresFolders=[featureExtraction.output])
|
||||
|
|
|
@ -32,7 +32,7 @@ class PanoramaCompositing(desc.CommandLineNode):
|
|||
name='multiband',
|
||||
label='Use Multiband',
|
||||
description='Use multi band algorithm for compositing',
|
||||
value=False,
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
|
|
|
@ -22,7 +22,7 @@ class PanoramaWarping(desc.CommandLineNode):
|
|||
name='panoramaWidth',
|
||||
label='Panorama Width',
|
||||
description='Panorama width (pixels). 0 For automatic size',
|
||||
value=1000,
|
||||
value=10000,
|
||||
range=(0, 50000, 1000),
|
||||
uid=[0]
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue