ClassesClassesClassesClasses | | | | Operators

eccentricity_points_xldeccentricity_points_xldEccentricityPointsXldeccentricity_points_xldEccentricityPointsXldEccentricityPointsXld (Operator)

Name

eccentricity_points_xldeccentricity_points_xldEccentricityPointsXldeccentricity_points_xldEccentricityPointsXldEccentricityPointsXld — Anisometry of contours or polygons treated as point clouds.

Signature

eccentricity_points_xld(XLD : : : Anisometry)

Herror eccentricity_points_xld(const Hobject XLD, double* Anisometry)

Herror T_eccentricity_points_xld(const Hobject XLD, Htuple* Anisometry)

Herror eccentricity_points_xld(Hobject XLD, double* Anisometry)

Herror eccentricity_points_xld(Hobject XLD, HTuple* Anisometry)

double HXLD::EccentricityPointsXld() const

HTuple HXLDArray::EccentricityPointsXld() const

void EccentricityPointsXld(const HObject& XLD, HTuple* Anisometry)

HTuple HXLD::EccentricityPointsXld() const

void HOperatorSetX.EccentricityPointsXld(
[in] IHUntypedObjectX* XLD, [out] VARIANT* Anisometry)

VARIANT HXLDX.EccentricityPointsXld()

VARIANT HXLDContX.EccentricityPointsXld()

VARIANT HXLDPolyX.EccentricityPointsXld()

VARIANT HXLDParaX.EccentricityPointsXld()

VARIANT HXLDModParaX.EccentricityPointsXld()

VARIANT HXLDExtParaX.EccentricityPointsXld()

static void HOperatorSet.EccentricityPointsXld(HObject XLD, out HTuple anisometry)

HTuple HXLD.EccentricityPointsXld()

Description

The operator eccentricity_points_xldeccentricity_points_xldEccentricityPointsXldeccentricity_points_xldEccentricityPointsXldEccentricityPointsXld calculates the shape feature AnisometryAnisometryAnisometryAnisometryAnisometryanisometry derived from the geometric moments of the point cloud given by the contour or polygon XLDXLDXLDXLDXLDXLD (i.e., the order of the points in the contour or polygon is not taken into account). 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.

Calculation:

            If the ellipse radii Ra, Rb
            (see elliptic_axis_points_xldelliptic_axis_points_xldEllipticAxisPointsXldelliptic_axis_points_xldEllipticAxisPointsXldEllipticAxisPointsXld)
            are given,
            the following applies:

            AnisometryAnisometryAnisometryAnisometryAnisometryanisometry = Ra / Rb

The anisometry of a circle is 1.0.

eccentricity_points_xldeccentricity_points_xldEccentricityPointsXldeccentricity_points_xldEccentricityPointsXldEccentricityPointsXld should be used if the contour XLDXLDXLDXLDXLDXLD intersects itself or if it is not possible to close the contour using a line from end to start point without self-intersection, because in this case eccentricity_xldeccentricity_xldEccentricityXldeccentricity_xldEccentricityXldEccentricityXld does not produce useful results. To test whether the contours or polygons intersect themselves, test_self_intersection_xldtest_self_intersection_xldTestSelfIntersectionXldtest_self_intersection_xldTestSelfIntersectionXldTestSelfIntersectionXld can be used.

If more than one contour or polygon is passed, the values of the anisometry are stored in a tuple in the same order as the respective contours or polygons in XLDXLDXLDXLDXLDXLD.

Parallelization

Parameters

XLDXLDXLDXLDXLDXLD (input_object)  xld(-array) objectHXLDHXLDHXLDHXLDXHobject

Contours or polygons to be examined.

AnisometryAnisometryAnisometryAnisometryAnisometryanisometry (output_control)  real(-array) HTupleHTupleHTupleVARIANTHtuple (real) (double) (double) (double) (double) (double)

Anisometry of the contours or polygons.

Assertion: Anisometry >= 1.0

Result

The operator eccentricity_points_xldeccentricity_points_xldEccentricityPointsXldeccentricity_points_xldEccentricityPointsXldEccentricityPointsXld returns the value 2 (H_MSG_TRUE) if the input is not empty. The behavior in case of empty input (no input contours available) is set via the operator set_system('no_object_result',<Result>)set_system("no_object_result",<Result>)SetSystem("no_object_result",<Result>)set_system("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_xldGenContoursSkeletonXldgen_contours_skeleton_xldGenContoursSkeletonXldGenContoursSkeletonXld, edges_sub_pixedges_sub_pixEdgesSubPixedges_sub_pixEdgesSubPixEdgesSubPix, threshold_sub_pixthreshold_sub_pixThresholdSubPixthreshold_sub_pixThresholdSubPixThresholdSubPix, gen_contour_polygon_xldgen_contour_polygon_xldGenContourPolygonXldgen_contour_polygon_xldGenContourPolygonXldGenContourPolygonXld, test_self_intersection_xldtest_self_intersection_xldTestSelfIntersectionXldtest_self_intersection_xldTestSelfIntersectionXldTestSelfIntersectionXld

Alternatives

eccentricity_xldeccentricity_xldEccentricityXldeccentricity_xldEccentricityXldEccentricityXld

See also

elliptic_axis_points_xldelliptic_axis_points_xldEllipticAxisPointsXldelliptic_axis_points_xldEllipticAxisPointsXldEllipticAxisPointsXld, moments_region_2ndmoments_region_2ndMomentsRegion2ndmoments_region_2ndMomentsRegion2ndMomentsRegion2nd, select_shape_xldselect_shape_xldSelectShapeXldselect_shape_xldSelectShapeXldSelectShapeXld

Module

Foundation


ClassesClassesClassesClasses | | | | Operators