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

AVL.ShrinkProfileNTimes

Reduces the length of a profile N-times by averaging each N consecutive elements.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ShrinkProfileNTimes
(
	AvlNet.Profile inProfile,
	int inN,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inNint<1, INF>2The scaling coefficient. Default value: 2.
outProfileAvlNet.ProfileOutput profile.

See also