contour_point_num_xld🔗
Short description🔗
contour_point_num_xld — Return the number of points in an XLD contour.
Signature🔗
contour_point_num_xld( xld_cont Contour, out integer Length )
Description🔗
contour_point_num_xld returns the length of the input
contour Contour, i.e., its number of points, in
Length.
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🔗
Contour (input_object) xld_cont(-array) → object
Input XLD contour.
Length (output_control) integer(-array) → (integer)
Number of contour points.
Combinations with other operators🔗
Combinations
Possible predecessors
gen_contours_skeleton_xld, lines_gauss, lines_facet, edges_sub_pix
Possible successors
get_contour_xld, get_contour_attrib_xld
Alternatives
See also
Module🔗
Foundation