Back to Adaptive Vision Library website

You are here: Start » Function Reference » Array Transforms » TrimArraysToEqualSize

TrimArraysToEqualSize


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header:STD.h
Namespace:avl

Removes some trailing elements from the longer array of the two so that the output arrays have equal size.

Syntax

void avl::TrimArraysToEqualSize
(
	const atl::Array<Type>& inArray1,
	const atl::Array<Type>& inArray2,
	atl::Array<Type>& outArray1,
	atl::Array<Type>& outArray2
)

Parameters

Name Type Default Description
inArray1 const Array<Type>&
inArray2 const Array<Type>&
outArray1 Array<Type>&
outArray2 Array<Type>&