Back to FabImage Library Lite website
You are here: Start » Path » Path Features » PathMassCenter

PathMassCenter
Header: | FIL.h |
---|---|
Namespace: | fil |
Computes the average of the path points (all, not only characteristic ones).
Syntax
void fil::PathMassCenter ( const fil::Path& inPath, fil::Point2D& outMassCenter )
Parameters
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.