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 | |
---|---|---|---|---|---|
![]() |
inProfile | const Profile& | Input profile | ||
![]() |
inNewSize | const int | 1 - ![]() |
1 | |
![]() |
inInterpolation | ResizeProfileInterpolation::Type | |||
![]() |
outProfile | Profile& | Output profile |