Back to Adaptive Vision Library website

You are here: Start » Function Reference » Profile Basics » CreateUniformProfile

CreateUniformProfile


Creates an uniform profile of the given size.

Syntax

C++
C#
 
void avl::CreateUniformProfile
(
	float inValue,
	int inSize,
	avl::Profile& outProfile
)

Parameters

Name Type Range Default Description
inValue float Input common value of all elements
inSize int 0 - + 1 Input the number of elements
outProfile Profile& Output profile