Back to Adaptive Vision Library website

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

AvsFilter_MakeProfile


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 profile structure.

Syntax

void avs::AvsFilter_MakeProfile
(
	const float inXOffset,
	const float inXScale,
	const atl::Array<float>& inValues,
	avl::Profile& outProfile
)

Parameters

Name Type Range Default Description
inXOffset const float
inXScale const float 0.001 - 1.0f
inValues const Array<float>& Input values of the profile
outProfile Profile& Output profile