moments_xldmoments_xldMomentsXldMomentsXldmoments_xld (算子名称)

名称

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

参数签名

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)

def moments_xld(xld: HObject) -> Tuple[Sequence[float], Sequence[float], Sequence[float]]

def moments_xld_s(xld: HObject) -> Tuple[float, float, float]

描述

moments_xldmoments_xldMomentsXldMomentsXldMomentsXldmoments_xld calculates the moments (M20M20M20M20m20m20, M02M02M02M02m02m02, and M11M11M11M11m11m11) of the region enclosed by the contours or polygons XLDXLDXLDXLDXLDxld. See moments_region_2ndmoments_region_2ndMomentsRegion2ndMomentsRegion2ndMomentsRegion2ndmoments_region_2nd 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_xldMomentsXldMomentsXldMomentsXldmoments_xld will artificially close the contours or polygons.

It should be noted that moments_xldmoments_xldMomentsXldMomentsXldMomentsXldmoments_xld 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_xldTestSelfIntersectionXldTestSelfIntersectionXldTestSelfIntersectionXldtest_self_intersection_xld can be used. If the contour or polygon intersects itself, useful values for the moments can be calculated with moments_points_xldmoments_points_xldMomentsPointsXldMomentsPointsXldMomentsPointsXldmoments_points_xld.

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 XLDXLDXLDXLDXLDxld.

运行信息

参数表

XLDXLDXLDXLDXLDxld (input_object)  xld(-array) objectHXLDHObjectHXLDHobject

Contours or polygons to be examined.

M11M11M11M11m11m11 (output_control)  real(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Mixed second order moment.

M20M20M20M20m20m20 (output_control)  real(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Second order moment along the row axis.

M02M02M02M02m02m02 (output_control)  real(-array) HTupleSequence[float]HTupleHtuple (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).

结果

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

可能的前置算子

gen_contours_skeleton_xldgen_contours_skeleton_xldGenContoursSkeletonXldGenContoursSkeletonXldGenContoursSkeletonXldgen_contours_skeleton_xld, smooth_contours_xldsmooth_contours_xldSmoothContoursXldSmoothContoursXldSmoothContoursXldsmooth_contours_xld, gen_polygons_xldgen_polygons_xldGenPolygonsXldGenPolygonsXldGenPolygonsXldgen_polygons_xld

可替代算子

moments_any_xldmoments_any_xldMomentsAnyXldMomentsAnyXldMomentsAnyXldmoments_any_xld, moments_points_xldmoments_points_xldMomentsPointsXldMomentsPointsXldMomentsPointsXldmoments_points_xld, moments_any_points_xldmoments_any_points_xldMomentsAnyPointsXldMomentsAnyPointsXldMomentsAnyPointsXldmoments_any_points_xld

参考其它

moments_any_xldmoments_any_xldMomentsAnyXldMomentsAnyXldMomentsAnyXldmoments_any_xld, area_center_xldarea_center_xldAreaCenterXldAreaCenterXldAreaCenterXldarea_center_xld, moments_region_2ndmoments_region_2ndMomentsRegion2ndMomentsRegion2ndMomentsRegion2ndmoments_region_2nd, area_centerarea_centerAreaCenterAreaCenterAreaCenterarea_center

模块

Foundation