Geometric tool-related operators of halcon basic series

1.angle_ll

Calculates the angle between two lines.

2.angle_lx

Calculates the angle between a line and the horizontal axis.

3.apply_distance_transform_xld

Use the XLD distance transform to determine the pointwise distance of two contours.

4.area_intersection_rectangle2

Computes the intersection area of ​​directed rectangles.

5.clear_distance_transform_xld

Clears an XLD distance transform.

6.create_distance_transform_xld

Creates an XLD distance transform.

7.deserialize_distance_transform_xld

Deserializes the XLD distance transform.

8.distance_cc

Computes the distance between two contours.

9.distance_cc_min

Computes the minimum distance between two contour lines.

10.distance_cc_min_points

Calculate the minimum distance between two contours and the points used for the calculation.

11.distance_contours_xld

Computes the pointwise distance from one contour to another.

12.distance_lc

Computes the distance between a line and a contour.

13.distance_lr

Calculate the distance between lines and regions.

14.distance_pc

Calculate the distance between the point and the contour line.

15.distance_pl

Calculate the distance from a point to a line.

16.distance_pp

Calculates the distance between two points.

17.distance_pr

Computes distances between points and regions.

18.distance_ps

Computes the distance between points and line segments.

19.distance_rr_min

Minimum distance between contour pixels of two regions.

20.distance_rr_min_dil

With dilation, the minimum distance between two regions.

21.distance_sc

Calculate the distance between the line segment and the outline.

22.distance_sl

Calculates the distance between a line segment and a line.

23.distance_sr

Computes the distance between line segments and regions.

24.distance_ss

Calculates the distance between two line segments.

25.get_distance_transform_xld_contour

Get the reference profile used to construct the XLD distance transform.

26.get_distance_transform_xld_param

Get the parameters used to construct the XLD distance transformation.

27.get_points_ellipse

Compute points on the perimeter of an ellipse.

28.intersection_circle_contour_xld

Computes the intersection of a circle or arc with an XLD contour.

29.intersection_circles

Computes the intersection of two circles or arcs.

30.intersection_contours_xld

Computes the intersection of two XLD contours.

31.intersection_line_circle

Computes the intersection of a line with a circle or arc.

32.intersection_line_contour_xld

Compute the intersection of a line and an XLD contour

33.intersection_lines

Computes the intersection point of two lines.

34.intersection_segment_circle

Compute the intersection of a segment with a circle or arc

35.intersection_segment_contour_xld

Calculate the intersection of the line segment and the XLD contour.

36.intersection_segment_line

Computes the intersection of a line segment and a line.

37.projection_pl

Computes the projection of a point onto a line.

38.read_distance_transform_xld

Read an XLD distance transform from a file.

39.serialize_distance_transform_xld

Serializes the XLD distance transform.

40.set_distance_transform_xld_param

Set new parameters for the XLD distance transformation.

41.write_distance_transform_xld

Write the XLD distance transformation to a file.

Guess you like

Origin blog.csdn.net/qiaodahua/article/details/130620797