Back to FabImage Library website

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

ResizeProfile


Header: FIL.h
Namespace: fil
Module: FoundationPro

Changes the size of a profile, preserving its shape.

Syntax

C++
C#
 
void fil::ResizeProfile
(
	const fil::Profile& inProfile,
	const int inNewSize,
	fil::ResizeProfileInterpolation::Type inInterpolation,
	fil::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