Back to Aurora Vision Library website

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

ResizeProfile


Header: AVL.h
Namespace: avl
Module: FoundationPro

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
Input value inProfile const Profile& Input profile
Input value inNewSize const int 1 - 1
Input value inInterpolation ResizeProfileInterpolation::Type
Output value outProfile Profile& Output profile