PhotometricStereo_General_Perform
Computes surface normals using images with light source in different places.
Syntax
C++
C#
Python
def PhotometricStereo_General_Perform( inImages: list[Image], inLightXYAngles: list[float], inLightZAngles: list[float], outSurfaceNormals: Image, outIntensities: Image, outAlbedo: Image, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImages | list[Image] | ||
![]() |
inLightXYAngles | list[float] | Angle of light source on XY plane | |
![]() |
inLightZAngles | list[float] | Angle between light source and normal, where normal is camera optical axis | |
![]() |
outSurfaceNormals | Image | ||
![]() |
outIntensities | Image | ||
![]() |
outAlbedo | Image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


