You are here: Start » FIL.NET » Function Reference » Computer Vision » Image Analysis » FIL.PhotometricStereo_ComputeHeightMap

FIL.PhotometricStereo_ComputeHeightMap

Computes the shape of the image object using surface normals.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PhotometricStereo_ComputeHeightMap
(
	FilNet.Image inSurfaceNormals,
	FilNet.Image outHeightMap
)

Parameters

Name Type Range Default Description
inSurfaceNormalsFilNet.Image
outHeightMapFilNet.Image

Errors

List of possible exceptions:

Error type Description
DomainError No proper structure available to compute heights for given image dimensions in PhotometricStereo_ComputeHeightMap. Please use PhotometricStereo_InitializeHeightMapStruct before using this function.
DomainError Not supported inSurfaceNormals pixel format in PhotometricStereo_ComputeHeightMap. Supported formats: 2xReal.

See also