Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Analysis » AvsFilter_PhotometricStereo_InitializeHeightMapStruct

AvsFilter_PhotometricStereo_InitializeHeightMapStruct


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header:AVL.h
Namespace:avs

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

Syntax

void avs::AvsFilter_PhotometricStereo_InitializeHeightMapStruct
(
	PhotometricStereo_InitializeHeightMapStruct_State& ioState,
	const int inImageWidth,
	const int inImageHeight
)

Parameters

Name Type Range Default Description
ioState PhotometricStereo_InitializeHeightMapStruct_State& Object used to maintain state of the function.
inImageWidth const int 1 - 512 Width of the input images
inImageHeight const int 1 - 512 Height of the input images