moments_points_xldmoments_points_xldMomentsPointsXldMomentsPointsXldmoments_points_xld — Geometric moments , , and
of contours or polygons treated as point clouds.
moments_points_xldmoments_points_xldMomentsPointsXldMomentsPointsXldmoments_points_xld calculates the moments (M20M20M20m20m20,
M02M02M02m02m02, and M11M11M11m11m11) of a point cloud given by a contour or a
polygon XLDXLDXLDXLDxld (i.e., the order of the points in the contour or
polygon is not taken into account). Therefore, the moments are given by
.
Here, is the centroid and
n the number of points.
If the contour or polygon is closed
(end point = start point), the end point of the contour or polygon is
not taken into account to avoid that it receives twice the weight of
the other points.
If more than one contour or polygon is passed, the results are stored
in tuples in the same order as the respective contours or polygons in
XLDXLDXLDXLDxld.
Execution Information
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
Multithreading scope: global (may be called from any thread).
Let n be the number of points of the contour or polygon.
Then the run time is O(n).
Result
moments_points_xldmoments_points_xldMomentsPointsXldMomentsPointsXldmoments_points_xld returns 2 (
H_MSG_TRUE)
if the input is not
empty. If the input is empty the behavior can be set via
set_system(::'no_object_result',<Result>:). If necessary,
an exception is raised.