mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[PS] Add nodes documentation
This commit is contained in:
parent
67d5235b09
commit
8e4e373b90
3 changed files with 6 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue