Back to Adaptive Vision Library website
 
 
	
		
	You are here: Start » Function Reference » Geometry 2D Features » PointsMassCenter
Computes the central point of the input points.
Syntax
C++
C#
void avl::PointsMassCenter ( const atl::Array<avl::Point2D>& inPoints, avl::Point2D& outMassCenter )
Parameters
Examples
 
PointsMassCenter performed on a set of 8 input points. The orange point is the result.
Errors
| Error type | Description | 
|---|---|
| DomainError | Input point array is empty in PointsMassCenter. | 

 
 


