Skip to content

contour_point_num_xldContourPointNumXldContourPointNumXldcontour_point_num_xldcontour_point_num_xld🔗

Short description🔗

contour_point_num_xldContourPointNumXldContourPointNumXldcontour_point_num_xldcontour_point_num_xld — Return the number of points in an XLD contour.

Signature🔗

contour_point_num_xld( xld_cont Contour, out integer Length )void ContourPointNumXld( const HObject& Contour, HTuple* Length )static void HOperatorSet.ContourPointNumXld( HObject contour, out HTuple length )def contour_point_num_xld( contour: HObject ) -> Sequence[int]

def contour_point_num_xld_s( contour: HObject ) -> intHerror contour_point_num_xld( const Hobject Contour, Hlong* Length )

Herror T_contour_point_num_xld( const Hobject Contour, Htuple* Length )

HTuple HXLDCont::ContourPointNumXld( ) const

HTuple HXLDCont.ContourPointNumXld( )

Description🔗

contour_point_num_xldContourPointNumXld returns the length of the input contour Contourcontourcontour, i.e., its number of points, in Lengthlengthlength.

Execution information🔗

Execution information
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).

  • Multithreading scope: global (may be called from any thread).

  • Processed without parallelization.

Parameters🔗

Contourcontourcontour (input_object) xld_cont(-array) → objectHObjectHXLDContHObjectHobject

Input XLD contour.

Lengthlengthlength (output_control) integer(-array) → (integer)HTuple (Hlong)HTuple (int / long)Sequence[int]Htuple (Hlong)

Number of contour points.

Combinations with other operators🔗

Combinations

Possible predecessors

gen_contours_skeleton_xldGenContoursSkeletonXld, lines_gaussLinesGauss, lines_facetLinesFacet, edges_sub_pixEdgesSubPix

Possible successors

get_contour_xldGetContourXld, get_contour_attrib_xldGetContourAttribXld

Alternatives

get_regress_params_xldGetRegressParamsXld

See also

query_contour_attribs_xldQueryContourAttribsXld

Module🔗

Foundation