JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
Classes | |
class | PyPoseDetector |
Human body pose detection using MediaPipe. More... | |
Functions | |
calc_bounding_rect (iw, ih, landmarks) | |
draw_line (helper, lp1, lp2, visibility_th, col) | |
draw_landmarks (helper, iw, ih, landmarks, visibility_th) | |
PyPoseDetector.calc_bounding_rect | ( | iw, | |
ih, | |||
landmarks | |||
) |
Definition at line 75 of file PyPoseDetector.py.
Referenced by PyPoseDetector.PyPoseDetector.processGUI().
PyPoseDetector.draw_landmarks | ( | helper, | |
iw, | |||
ih, | |||
landmarks, | |||
visibility_th | |||
) |
Definition at line 92 of file PyPoseDetector.py.
References draw_line().
Referenced by PyPoseDetector.PyPoseDetector.processGUI().
PyPoseDetector.draw_line | ( | helper, | |
lp1, | |||
lp2, | |||
visibility_th, | |||
col | |||
) |
Definition at line 87 of file PyPoseDetector.py.
Referenced by draw_landmarks().