From 8e4e373b903b85b84a51e476f7526ad067a28390 Mon Sep 17 00:00:00 2001 From: jmelou Date: Thu, 1 Jun 2023 20:45:33 +0200 Subject: [PATCH] [PS] Add nodes documentation --- meshroom/nodes/aliceVision/LightingCalibration.py | 3 ++- meshroom/nodes/aliceVision/PhotometricStereo.py | 3 ++- meshroom/nodes/aliceVision/SphereDetection.py | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/meshroom/nodes/aliceVision/LightingCalibration.py b/meshroom/nodes/aliceVision/LightingCalibration.py index 9f7ae210..0b9a80a8 100644 --- a/meshroom/nodes/aliceVision/LightingCalibration.py +++ b/meshroom/nodes/aliceVision/LightingCalibration.py @@ -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 = [ diff --git a/meshroom/nodes/aliceVision/PhotometricStereo.py b/meshroom/nodes/aliceVision/PhotometricStereo.py index e2de7163..33c753a2 100644 --- a/meshroom/nodes/aliceVision/PhotometricStereo.py +++ b/meshroom/nodes/aliceVision/PhotometricStereo.py @@ -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 = [ diff --git a/meshroom/nodes/aliceVision/SphereDetection.py b/meshroom/nodes/aliceVision/SphereDetection.py index cef254c1..417127d6 100644 --- a/meshroom/nodes/aliceVision/SphereDetection.py +++ b/meshroom/nodes/aliceVision/SphereDetection.py @@ -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 = [