mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 20:01:58 +02:00
Merge remote-tracking branch 'origin/develop' into dev_depthMapOptim
This commit is contained in:
commit
8214f0a0e8
53 changed files with 134 additions and 28 deletions
|
@ -10,6 +10,7 @@ class DepthMap(desc.CommandLineNode):
|
|||
parallelization = desc.Parallelization(blockSize=3)
|
||||
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
|
||||
|
||||
category = 'Dense Reconstruction'
|
||||
documentation = '''
|
||||
For each camera that have been estimated by the Structure-From-Motion, it estimates the depth value per pixel.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue