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
Input value inImages list[Image]
Input value inLightXYAngles list[float] Angle of light source on XY plane
Input value inLightZAngles list[float] Angle between light source and normal, where normal is camera optical axis
Output value outSurfaceNormals Image
Output value outIntensities Image
Output value outAlbedo Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.