HALCON Reference Manual 10.0.2
Table of Contents / XLD / Transformations ClassesClassesClasses | | | Operators

close_contours_xldclose_contours_xldclose_contours_xldCloseContoursXldCloseContoursXld (Operator)

Name

close_contours_xldclose_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)

Herror close_contours_xld(Hobject Contours, Hobject* ClosedContours)

HXLDContArray HXLDContArray::CloseContoursXld() const

void HOperatorSetX.CloseContoursXld(
[in] IHUntypedObjectX* Contours, [out] IHUntypedObjectX*ClosedContours)

IHXLDContX* HXLDContX.CloseContoursXld()

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

HXLDCont HXLDCont.CloseContoursXld()

Description

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

Parallelization

Parameters

ContoursContoursContoursContourscontours (input_object)  xld_cont-array objectHXLDContHXLDContArrayHXLDContXHobject

Contours to be closed.

ClosedContoursClosedContoursClosedContoursClosedContoursclosedContours (output_object)  xld_cont(-array) objectHXLDContHXLDContHXLDContXHobject *

Closed contours.

Possible Predecessors

select_contours_xldselect_contours_xldselect_contours_xldSelectContoursXldSelectContoursXld

Possible Successors

area_center_xldarea_center_xldarea_center_xldAreaCenterXldAreaCenterXld, circularity_xldcircularity_xldcircularity_xldCircularityXldCircularityXld, compactness_xldcompactness_xldcompactness_xldCompactnessXldCompactnessXld, convexity_xldconvexity_xldconvexity_xldConvexityXldConvexityXld, eccentricity_xldeccentricity_xldeccentricity_xldEccentricityXldEccentricityXld, elliptic_axis_xldelliptic_axis_xldelliptic_axis_xldEllipticAxisXldEllipticAxisXld, moments_xldmoments_xldmoments_xldMomentsXldMomentsXld, moments_any_xldmoments_any_xldmoments_any_xldMomentsAnyXldMomentsAnyXld, orientation_xldorientation_xldorientation_xldOrientationXldOrientationXld, select_shape_xldselect_shape_xldselect_shape_xldSelectShapeXldSelectShapeXld, test_xld_pointtest_xld_pointtest_xld_pointTestXldPointTestXldPoint

Module

Foundation


Table of Contents / XLD / Transformations ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH