mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-13 00:57:08 +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',
|
featureExtraction = graph.addNewNode('FeatureExtraction',
|
||||||
input=ldr2hdr.outSfMDataFilename)
|
input=ldr2hdr.outSfMDataFilename)
|
||||||
|
featureExtraction.describerPreset.value = 'high'
|
||||||
imageMatching = graph.addNewNode('ImageMatching',
|
imageMatching = graph.addNewNode('ImageMatching',
|
||||||
input=featureExtraction.input,
|
input=featureExtraction.input,
|
||||||
featuresFolders=[featureExtraction.output])
|
featuresFolders=[featureExtraction.output])
|
||||||
|
|
|
@ -32,7 +32,7 @@ class PanoramaCompositing(desc.CommandLineNode):
|
||||||
name='multiband',
|
name='multiband',
|
||||||
label='Use Multiband',
|
label='Use Multiband',
|
||||||
description='Use multi band algorithm for compositing',
|
description='Use multi band algorithm for compositing',
|
||||||
value=False,
|
value=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
|
|
|
@ -22,7 +22,7 @@ class PanoramaWarping(desc.CommandLineNode):
|
||||||
name='panoramaWidth',
|
name='panoramaWidth',
|
||||||
label='Panorama Width',
|
label='Panorama Width',
|
||||||
description='Panorama width (pixels). 0 For automatic size',
|
description='Panorama width (pixels). 0 For automatic size',
|
||||||
value=1000,
|
value=10000,
|
||||||
range=(0, 50000, 1000),
|
range=(0, 50000, 1000),
|
||||||
uid=[0]
|
uid=[0]
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue