Back to Adaptive Vision Library website
You are here: Start » Function Reference » Profile Spatial Transforms » UncropProfile
UncropProfile
Extends the profile by adding zeros at the beginning and at the end.
Syntax
C++
C#
void avl::UncropProfile ( const avl::Profile& inProfile, int inStart, int inLength, avl::Profile& outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inProfile | const Profile& | Input profile | ||
![]() |
inStart | int | 0 - ![]() |
Same as in CropProfile | |
![]() |
inLength | int | 0 - ![]() |
Length of the output profile | |
![]() |
outProfile | Profile& | Output profile |



