[nodes] add some nodes documentation

This commit is contained in:
Fabien Castan 2020-03-26 11:20:44 +01:00
parent 0e606eef4e
commit 64a4c9426a
30 changed files with 352 additions and 18 deletions

View file

@ -10,6 +10,16 @@ class DepthMap(desc.CommandLineNode):
parallelization = desc.Parallelization(blockSize=3)
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
documentation = '''
For each camera that have been estimated by the Structure-From-Motion, it estimates the depth value per pixel.
Adjust the downscale factor to compute depth maps at a higher/lower resolution.
Use a downscale factor of one (full-resolution) only if the quality of the input images is really high (camera on a tripod with high-quality optics).
## Online
[https://alicevision.org/#photogrammetry/depth_maps_estimation](https://alicevision.org/#photogrammetry/depth_maps_estimation)
'''
inputs = [
desc.File(
name='input',