Testing K-curvature + Convex Hull Hand Tracking

Опубликовано: 07 Август 2026
на канале: HCI Yeo
9,466
20

For left picturebox algo:
1) use convex hull find the corner points
2) calculate these points k-curvature angle
3) if lower than certain value, assume it is finger
4) start from the finger point, expand to left and right, find middle of the 2 points, then plot it blue color (u can see blue color line, it is for getting finger direction, stil under progress)

For right picture box algo (smaller)
1) find convex hull and convexity defects
2) if the depth point of convexity defect is lower than start/end point
if the start point of convexity defect is higher than middle point of whole contour
= assume it is finger (this algo dont work well if hand is not vertical upright)
3) find middle point of palm, draw line from middle point to finger point (red line)
this finger direction is not as good as the previous 1