Back to Adaptive Vision Library website

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

ShrinkProfileNTimes


Header:AVL.h
Namespace:avl

Reduces the length of the profile by averaging its elements.

Syntax

C++
C#
 
void avl::ShrinkProfileNTimes
(
	const avl::Profile& inProfile,
	const int inN,
	avl::Profile& outProfile
)

Parameters

Name Type Range Default Description
inProfile const Profile& Input profile
inN const int 1 - 2 The scaling coefficient
outProfile Profile& Output profile