[PS] Add nodes documentation

This commit is contained in:
jmelou 2023-06-01 20:45:33 +02:00
parent 67d5235b09
commit 8e4e373b90
3 changed files with 6 additions and 3 deletions

View file

@ -7,7 +7,8 @@ class LightingCalibration(desc.CommandLineNode):
commandLine = 'aliceVision_lightingCalibration {allParams}'
category = 'Photometry'
documentation = '''
TODO.
Evaluate the lighting in a scene using spheres placed in the scene.
Can also be used to calibrate a lighting dome (RTI type).
'''
inputs = [

View file

@ -6,7 +6,8 @@ class PhotometricStereo(desc.CommandLineNode):
commandLine = 'aliceVision_photometricStereo {allParams}'
category = 'Photometry'
documentation = '''
TODO.
Reconstruction using Photometric Stereo. A normal map is evaluated from several photographs taken from the same point of view, but under different lighting conditions.
The lighting conditions are assumed to be known.
'''
inputs = [

View file

@ -7,7 +7,8 @@ class SphereDetection(desc.CommandLineNode):
commandLine = 'aliceVision_sphereDetection {allParams}'
category = 'Photometry'
documentation = '''
TODO.
Detect spheres in pictures. These spheres will be used for lighting calibration.
Spheres can be automatically detected or manually defined in the interface.
'''
inputs = [