JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
PyPoseDetector Namespace Reference

Classes

class  PyPoseDetector
 Human body pose detection using MediaPipe. More...
 

Functions

def calc_bounding_rect (iw, ih, landmarks)
 
def draw_line (helper, lp1, lp2, visibility_th, col)
 
def draw_landmarks (helper, iw, ih, landmarks, visibility_th)
 

Function Documentation

◆ calc_bounding_rect()

def PyPoseDetector.calc_bounding_rect (   iw,
  ih,
  landmarks 
)

Definition at line 75 of file PyPoseDetector.py.

References demo.int.

Referenced by PyPoseDetector.PyPoseDetector.processGUI().

◆ draw_landmarks()

def PyPoseDetector.draw_landmarks (   helper,
  iw,
  ih,
  landmarks,
  visibility_th 
)

Definition at line 92 of file PyPoseDetector.py.

References draw_line(), demo.int, and demo.str.

Referenced by PyPoseDetector.PyPoseDetector.processGUI().

◆ draw_line()

def PyPoseDetector.draw_line (   helper,
  lp1,
  lp2,
  visibility_th,
  col 
)

Definition at line 87 of file PyPoseDetector.py.

Referenced by draw_landmarks().