为所有函数和类添加中文注释文档字符串

This commit is contained in:
2026-06-10 10:34:11 +08:00
parent c612a7ad71
commit c3f93e4441
29 changed files with 103 additions and 17 deletions
+1
View File
@@ -18,6 +18,7 @@ def draw_landmarks(
line_thickness: int = 2,
point_radius: int = 4,
) -> None:
"""绘制人体骨架关键点与连接线(仅绘制可见度达标的点)"""
if connections is None:
connections = _POSE_CONNECTIONS