Back to Aurora Vision Library website

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

UncropProfile


Header: AVL.h
Namespace: avl
Module: FoundationPro

Extends the profile by adding zeros at the beginning and at the end.

Applications: Undoes CropProfile.

Syntax

C++
C#
 
void avl::UncropProfile
(
	const avl::Profile& inProfile,
	int inStart,
	int inLength,
	avl::Profile& outProfile
)

Parameters

Name Type Range Default Description
Input value inProfile const Profile& Input profile
Input value inStart int 0 - Same as in CropProfile
Input value inLength int 0 - Length of the output profile
Output value outProfile Profile& Output profile