Back to Adaptive Vision Library website

You are here: Start » Function Reference » Profile Spatial Transforms » ResizeProfile

ResizeProfile


Changes the size of a profile, preserving its shape.

Syntax

C++
C#
 
void avl::ResizeProfile
(
	const avl::Profile& inProfile,
	const int& inNewSize,
	avl::ResizeProfileInterpolation::Type inInterpolation,
	avl::Profile& outProfile
)

Parameters

Name Type Range Default Description
inProfile const Profile& Input profile
inNewSize const int& 1 - 1
inInterpolation ResizeProfileInterpolation::Type
outProfile Profile& Output profile