PhotometricStereo_ComputeHeightMap


Computes the shape of the image object using surface normals.

Syntax

C++
C#
Python
 
def PhotometricStereo_ComputeHeightMap(
	inSurfaceNormals: Image,
	outHeightMap: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inSurfaceNormals Image
Output value outHeightMap Image