Back to Adaptive Vision Library website

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

PathMassCenter


Header: AVL.h
Namespace: avl
Module: FoundationLite

Computes the average of the path points (all, not only characteristic ones).

Syntax

C++
C#
 
void avl::PathMassCenter
(
	const avl::Path& inPath,
	avl::Point2D& outMassCenter
)

Parameters

Name Type Default Description
inPath const Path& Input path
outMassCenter Point2D&

Description

The operation computes the mass center of a path by averaging its points.

Examples

The resulting outMassCenters drawn onto the sample paths.

Errors

List of possible exceptions:

Error type Description
DomainError Empty path on input in PathMassCenter.

See Also

  • RegionMassCenter – Computes a point with coordinates equal to the average coordinates of the region's pixels.