Back to Aurora Vision Library website

You are here: Start » Function Reference » Computer Vision » Image Analysis » PhotometricStereo_DestroyHeightMapStruct

PhotometricStereo_DestroyHeightMapStruct


Header: AVL.h
Namespace: avl
Module: Photometric

Destroys a structure used for computing height map in photometric stereo filter.

Syntax

C++
C#
 
void avl::PhotometricStereo_DestroyHeightMapStruct
(
	atl::Optional<int> inImageWidth,
	atl::Optional<int> inImageHeight
)

Parameters

Name Type Range Default Description
Input value inImageWidth Optional<int> 1 - NIL Width of the input images
Input value inImageHeight Optional<int> 1 - NIL Height of the input images