Definition at line 15 of file people_mask_publisher.py.
◆ __init__()
def node_scripts.people_mask_publisher.PeopleMaskPublisher.__init__ |
( |
|
self | ) |
|
◆ _cb()
def node_scripts.people_mask_publisher.PeopleMaskPublisher._cb |
( |
|
self, |
|
|
|
img_msg, |
|
|
|
people_pose_array_msg |
|
) |
| |
|
private |
◆ _create_hand_mask()
def node_scripts.people_mask_publisher.PeopleMaskPublisher._create_hand_mask |
( |
|
self, |
|
|
|
people_pose, |
|
|
|
img, |
|
|
|
arm = ['R', 'L'] |
|
) |
| |
|
private |
◆ _create_nose_mask()
def node_scripts.people_mask_publisher.PeopleMaskPublisher._create_nose_mask |
( |
|
self, |
|
|
|
people_pose, |
|
|
|
img |
|
) |
| |
|
private |
◆ subscribe()
def node_scripts.people_mask_publisher.PeopleMaskPublisher.subscribe |
( |
|
self | ) |
|
◆ unsubscribe()
def node_scripts.people_mask_publisher.PeopleMaskPublisher.unsubscribe |
( |
|
self | ) |
|
◆ arms_score_threshold
node_scripts.people_mask_publisher.PeopleMaskPublisher.arms_score_threshold |
◆ debug_pub
node_scripts.people_mask_publisher.PeopleMaskPublisher.debug_pub |
◆ face_ratio
node_scripts.people_mask_publisher.PeopleMaskPublisher.face_ratio |
◆ face_shoulder_ratio
node_scripts.people_mask_publisher.PeopleMaskPublisher.face_shoulder_ratio |
◆ face_width_margin_ratio
node_scripts.people_mask_publisher.PeopleMaskPublisher.face_width_margin_ratio |
◆ hand_ratio
node_scripts.people_mask_publisher.PeopleMaskPublisher.hand_ratio |
◆ hand_width_ratio
node_scripts.people_mask_publisher.PeopleMaskPublisher.hand_width_ratio |
◆ limb_names
list node_scripts.people_mask_publisher.PeopleMaskPublisher.limb_names |
|
static |
Initial value:= ["Nose",
"Neck",
"RShoulder",
"RElbow",
"RWrist",
"LShoulder",
"LElbow",
"LWrist",
"RHip",
"RKnee",
"RAnkle",
"LHip",
"LKnee",
"LAnkle",
"REye",
"LEye",
"REar",
"LEar",
'RHand',
'LHand']
Definition at line 17 of file people_mask_publisher.py.
◆ limb_part
node_scripts.people_mask_publisher.PeopleMaskPublisher.limb_part |
◆ person_indices
node_scripts.people_mask_publisher.PeopleMaskPublisher.person_indices |
◆ pub
node_scripts.people_mask_publisher.PeopleMaskPublisher.pub |
◆ subs
node_scripts.people_mask_publisher.PeopleMaskPublisher.subs |
The documentation for this class was generated from the following file: