mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 08:26:32 +02:00
[nodes] DepthMapFilter
& Meshing
rename option depthMapFolder
to depthMapsFolder
This commit is contained in:
parent
d0da1b1c90
commit
e1f30eb320
3 changed files with 8 additions and 8 deletions
|
@ -126,11 +126,11 @@ def mvsPipeline(graph, sfm=None):
|
|||
imagesFolder=prepareDenseScene.output)
|
||||
depthMapFilter = graph.addNewNode('DepthMapFilter',
|
||||
input=depthMap.input,
|
||||
depthMapFolder=depthMap.output)
|
||||
depthMapsFolder=depthMap.output)
|
||||
meshing = graph.addNewNode('Meshing',
|
||||
input=depthMapFilter.input,
|
||||
depthMapFolder=depthMapFilter.depthMapFolder,
|
||||
depthMapFilterFolder=depthMapFilter.output)
|
||||
depthMapsFolder=depthMapFilter.depthMapsFolder,
|
||||
depthMapsFilterFolder=depthMapFilter.output)
|
||||
meshFiltering = graph.addNewNode('MeshFiltering',
|
||||
input=meshing.output)
|
||||
texturing = graph.addNewNode('Texturing',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue