Back to Aurora Vision Library website

You are here: Start » Function Reference » Path » Path Features » PathSize

PathSize


Header: AVL.h
Namespace: avl
Module: FoundationLite

Returns the number of characteristic points on the input path.

Syntax

C++
C#
 
void avl::PathSize
(
	const avl::Path& inPath,
	int& outSize
)

Parameters

Name Type Default Description
Input value inPath const Path& Input path
Output value outSize int&

Description

The operation computes the size of the path defined as the number of its characteristic points.

Examples

Size of the sample path equals to 69.

Size of the sample path equals to 17.

See Also

  • PathLength – Computes the total length of the input path.