Back to Adaptive Vision Library website

You are here: Start » Function Reference » Profile Point Transforms » AddToProfile

AddToProfile


Adds a scalar value to each element of a profile.

Syntax

C++
C#
 
void avl::AddToProfile
(
	const avl::Profile& inProfile,
	float inValue,
	avl::Profile& outProfile
)

Parameters

Name Type Default Description
inProfile const Profile& Input profile
inValue float
outProfile Profile& Output profile

In-place Processing

This function supports in-place data processing - you can pass the same reference to inProfile and outProfile