Start » Filter Reference » Computer Vision » Image Analysis » PhotometricStereo_ComputeHeightMap
Module: | Photometric |
---|
Computes the shape of the image object using surface normals.
Name | Type | Description | |
---|---|---|---|
inSurfaceNormals | Image | ||
outHeightMap | Image |
Requirements
For input inSurfaceNormals only pixel formats are supported: 2⨯real.
Read more about pixel formats in Image documentation.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
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. |
Complexity Level
This filter is available on Basic Complexity Level.