Back to Aurora Vision Library website

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

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
Input value inXOffset const float
Input value inXScale const float 0.001 - 1.0f
Input value inValues const Array<float>& Input values of the profile
Output value outProfile Profile& Output profile