Skip to content

Commit

Permalink
[PS] Add nodes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelou committed Jun 2, 2023
1 parent 67d5235 commit 8e4e373
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion meshroom/nodes/aliceVision/LightingCalibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
3 changes: 2 additions & 1 deletion meshroom/nodes/aliceVision/PhotometricStereo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
3 changes: 2 additions & 1 deletion meshroom/nodes/aliceVision/SphereDetection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 8e4e373

Please sign in to comment.