|
| def | __init__ (self) |
| |
| def | callback (self, img, pose2d, pose3d) |
| |
| def | config_callback (self, config, level) |
| |
| def | publish_face_rects (self, header, results) |
| |
| def | publish_gender (self, header, results) |
| |
| def | publish_pose (self, header, results, img) |
| |
| def | subscribe (self) |
| |
| def | unsubscribe (self) |
| |
| def | visualize (self) |
| |
Definition at line 214 of file face_pose_estimation.py.
◆ __init__()
| def node_scripts.face_pose_estimation.FacePoseEstimator.__init__ |
( |
|
self | ) |
|
◆ callback()
| def node_scripts.face_pose_estimation.FacePoseEstimator.callback |
( |
|
self, |
|
|
|
img, |
|
|
|
pose2d, |
|
|
|
pose3d |
|
) |
| |
◆ config_callback()
| def node_scripts.face_pose_estimation.FacePoseEstimator.config_callback |
( |
|
self, |
|
|
|
config, |
|
|
|
level |
|
) |
| |
◆ publish_face_rects()
| def node_scripts.face_pose_estimation.FacePoseEstimator.publish_face_rects |
( |
|
self, |
|
|
|
header, |
|
|
|
results |
|
) |
| |
◆ publish_gender()
| def node_scripts.face_pose_estimation.FacePoseEstimator.publish_gender |
( |
|
self, |
|
|
|
header, |
|
|
|
results |
|
) |
| |
◆ publish_pose()
| def node_scripts.face_pose_estimation.FacePoseEstimator.publish_pose |
( |
|
self, |
|
|
|
header, |
|
|
|
results, |
|
|
|
img |
|
) |
| |
◆ subscribe()
| def node_scripts.face_pose_estimation.FacePoseEstimator.subscribe |
( |
|
self | ) |
|
◆ unsubscribe()
| def node_scripts.face_pose_estimation.FacePoseEstimator.unsubscribe |
( |
|
self | ) |
|
◆ visualize()
| def node_scripts.face_pose_estimation.FacePoseEstimator.visualize |
( |
|
self | ) |
|
◆ approximate_sync
| node_scripts.face_pose_estimation.FacePoseEstimator.approximate_sync |
◆ classifier_name
| node_scripts.face_pose_estimation.FacePoseEstimator.classifier_name |
◆ cv_bridge
| node_scripts.face_pose_estimation.FacePoseEstimator.cv_bridge |
◆ face_padding
| node_scripts.face_pose_estimation.FacePoseEstimator.face_padding |
◆ face_threshold
| node_scripts.face_pose_estimation.FacePoseEstimator.face_threshold |
◆ predictor
| node_scripts.face_pose_estimation.FacePoseEstimator.predictor |
◆ pub_debug_image
| node_scripts.face_pose_estimation.FacePoseEstimator.pub_debug_image |
◆ pub_gender
| node_scripts.face_pose_estimation.FacePoseEstimator.pub_gender |
◆ pub_pose
| node_scripts.face_pose_estimation.FacePoseEstimator.pub_pose |
◆ pub_rect
| node_scripts.face_pose_estimation.FacePoseEstimator.pub_rect |
◆ queue_size
| node_scripts.face_pose_estimation.FacePoseEstimator.queue_size |
◆ slop
| node_scripts.face_pose_estimation.FacePoseEstimator.slop |
◆ srv
| node_scripts.face_pose_estimation.FacePoseEstimator.srv |
◆ subscribers
| node_scripts.face_pose_estimation.FacePoseEstimator.subscribers |
◆ sync
| node_scripts.face_pose_estimation.FacePoseEstimator.sync |
The documentation for this class was generated from the following file: