Merge remote-tracking branch 'origin/develop' into dev_depthMapOptim

This commit is contained in:
Fabien Castan 2021-02-15 23:18:53 +01:00
commit 8214f0a0e8
53 changed files with 134 additions and 28 deletions

View file

@ -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.