Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » 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
Module: FoundationPro

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
Input will be modified ioState PhotometricStereo_InitializeHeightMapStruct_State& Object used to maintain state of the function.
Input value inImageWidth const int 1 - 512 Width of the input images
Input value inImageHeight const int 1 - 512 Height of the input images