mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 18:31:58 +02:00
[multiview] Update MVS pipeline description for using dense point cloud instead of binary file
This commit is contained in:
parent
52379e4200
commit
a290e5da06
1 changed files with 3 additions and 4 deletions
|
@ -132,12 +132,11 @@ def mvsPipeline(graph, sfm=None):
|
|||
depthMapsFolder=depthMapFilter.depthMapsFolder,
|
||||
depthMapsFilterFolder=depthMapFilter.output)
|
||||
meshFiltering = graph.addNewNode('MeshFiltering',
|
||||
input=meshing.output)
|
||||
inputMesh=meshing.outputMesh)
|
||||
texturing = graph.addNewNode('Texturing',
|
||||
input=meshing.input,
|
||||
input=meshing.output,
|
||||
imagesFolder=depthMap.imagesFolder,
|
||||
inputDenseReconstruction=meshing.outputDenseReconstruction,
|
||||
inputMesh=meshFiltering.output)
|
||||
inputMesh=meshFiltering.outputMesh)
|
||||
|
||||
return [
|
||||
prepareDenseScene,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue