moments_xldmoments_xldMomentsXldMomentsXld (Operator)

Name

moments_xldmoments_xldMomentsXldMomentsXld — Geometric moments , , and of contours or polygons.

Signature

moments_xld(XLD : : : M11, M20, M02)

Herror moments_xld(const Hobject XLD, double* M11, double* M20, double* M02)

Herror T_moments_xld(const Hobject XLD, Htuple* M11, Htuple* M20, Htuple* M02)

void MomentsXld(const HObject& XLD, HTuple* M11, HTuple* M20, HTuple* M02)

HTuple HXLD::MomentsXld(HTuple* M20, HTuple* M02) const

double HXLD::MomentsXld(double* M20, double* M02) const

static void HOperatorSet.MomentsXld(HObject XLD, out HTuple m11, out HTuple m20, out HTuple m02)

HTuple HXLD.MomentsXld(out HTuple m20, out HTuple m02)

double HXLD.MomentsXld(out double m20, out double m02)

Description

moments_xldmoments_xldMomentsXldMomentsXldMomentsXld calculates the moments (M20M20M20M20m20, M02M02M02M02m02, and M11M11M11M11m11) of the region enclosed by the contours or polygons XLDXLDXLDXLDXLD. See moments_region_2ndmoments_region_2ndMomentsRegion2ndMomentsRegion2ndMomentsRegion2nd for the definition of these features. The moments are computed by applying Green's theorem using only the points on the contour or polygon, i.e., no region is generated explicitly for the purpose of calculating the features. It is assumed that the contours or polygons are closed. If this is not the case moments_xldmoments_xldMomentsXldMomentsXldMomentsXld will artificially close the contours or polygons.

It should be noted that moments_xldmoments_xldMomentsXldMomentsXldMomentsXld only returns useful results if the contour or polygon encloses a region in the plane. In particular, the contour or polygon must not intersect itself. This is particularly important if open contours or polygons are passed because they are closed automatically, which can produce a self-intersection. To test whether the contours or polygons intersect themselves, test_self_intersection_xldtest_self_intersection_xldTestSelfIntersectionXldTestSelfIntersectionXldTestSelfIntersectionXld can be used. If the contour or polygon intersects itself, useful values for the moments can be calculated with moments_points_xldmoments_points_xldMomentsPointsXldMomentsPointsXldMomentsPointsXld.

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

Parameters

XLDXLDXLDXLDXLD (input_object)  xld(-array) objectHXLDHXLDHobject

Contours or polygons to be examined.

M11M11M11M11m11 (output_control)  real(-array) HTupleHTupleHtuple (real) (double) (double) (double)

Mixed second order moment.

M20M20M20M20m20 (output_control)  real(-array) HTupleHTupleHtuple (real) (double) (double) (double)

Second order moment along the row axis.

M02M02M02M02m02 (output_control)  real(-array) HTupleHTupleHtuple (real) (double) (double) (double)

Second order moment along the column axis.

Complexity

Let n be the number of points of the contour or polygon. Then the run time is O(n).

Result

moments_xldmoments_xldMomentsXldMomentsXldMomentsXld 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>:)set_system("no_object_result",<Result>)SetSystem("no_object_result",<Result>)SetSystem("no_object_result",<Result>)SetSystem("no_object_result",<Result>). If necessary, an exception is raised.

Possible Predecessors

gen_contours_skeleton_xldgen_contours_skeleton_xldGenContoursSkeletonXldGenContoursSkeletonXldGenContoursSkeletonXld, smooth_contours_xldsmooth_contours_xldSmoothContoursXldSmoothContoursXldSmoothContoursXld, gen_polygons_xldgen_polygons_xldGenPolygonsXldGenPolygonsXldGenPolygonsXld

Alternatives

moments_any_xldmoments_any_xldMomentsAnyXldMomentsAnyXldMomentsAnyXld, moments_points_xldmoments_points_xldMomentsPointsXldMomentsPointsXldMomentsPointsXld, moments_any_points_xldmoments_any_points_xldMomentsAnyPointsXldMomentsAnyPointsXldMomentsAnyPointsXld

See also

moments_any_xldmoments_any_xldMomentsAnyXldMomentsAnyXldMomentsAnyXld, area_center_xldarea_center_xldAreaCenterXldAreaCenterXldAreaCenterXld, moments_region_2ndmoments_region_2ndMomentsRegion2ndMomentsRegion2ndMomentsRegion2nd, area_centerarea_centerAreaCenterAreaCenterAreaCenter

Module

Foundation