ClassesClasses | | Operators

close_contours_xldclose_contours_xldCloseContoursXldCloseContoursXld (Operator)

Name

close_contours_xldclose_contours_xldCloseContoursXldCloseContoursXld — Close an XLD contour.

Signature

close_contours_xld(Contours : ClosedContours : : )

Herror close_contours_xld(const Hobject Contours, Hobject* ClosedContours)

Herror T_close_contours_xld(const Hobject Contours, Hobject* ClosedContours)

void CloseContoursXld(const HObject& Contours, HObject* ClosedContours)

HXLDCont HXLDCont::CloseContoursXld() const

static void HOperatorSet.CloseContoursXld(HObject contours, out HObject closedContours)

HXLDCont HXLDCont.CloseContoursXld()

Description

close_contours_xldclose_contours_xldCloseContoursXldCloseContoursXldCloseContoursXld closes all XLD contours given in ContoursContoursContoursContourscontours. The resulting contours are returned in ClosedContoursClosedContoursClosedContoursClosedContoursclosedContours. To obtain meaningful results, it is strongly recommended to select contours with select_contours_xldselect_contours_xldSelectContoursXldSelectContoursXldSelectContoursXld that have end points that are not further apart than a certain maximum distance before passing them to close_contours_xldclose_contours_xldCloseContoursXldCloseContoursXldCloseContoursXld.

Execution Information

Parameters

ContoursContoursContoursContourscontours (input_object)  xld_cont-array objectHXLDContHXLDContHobject

Contours to be closed.

ClosedContoursClosedContoursClosedContoursClosedContoursclosedContours (output_object)  xld_cont(-array) objectHXLDContHXLDContHobject *

Closed contours.

Possible Predecessors

select_contours_xldselect_contours_xldSelectContoursXldSelectContoursXldSelectContoursXld

Possible Successors

area_center_xldarea_center_xldAreaCenterXldAreaCenterXldAreaCenterXld, circularity_xldcircularity_xldCircularityXldCircularityXldCircularityXld, compactness_xldcompactness_xldCompactnessXldCompactnessXldCompactnessXld, convexity_xldconvexity_xldConvexityXldConvexityXldConvexityXld, eccentricity_xldeccentricity_xldEccentricityXldEccentricityXldEccentricityXld, elliptic_axis_xldelliptic_axis_xldEllipticAxisXldEllipticAxisXldEllipticAxisXld, moments_xldmoments_xldMomentsXldMomentsXldMomentsXld, moments_any_xldmoments_any_xldMomentsAnyXldMomentsAnyXldMomentsAnyXld, orientation_xldorientation_xldOrientationXldOrientationXldOrientationXld, select_shape_xldselect_shape_xldSelectShapeXldSelectShapeXldSelectShapeXld, test_xld_pointtest_xld_pointTestXldPointTestXldPointTestXldPoint

Module

Foundation


ClassesClasses | | Operators