Public Member Functions | Public Attributes | Private Member Functions
scripts.face_detector_node.FaceDetector Class Reference

List of all members.

Public Member Functions

def __init__
def run

Public Attributes

 bridge
 debug
 face_detector
 face_pub
 faces
 image_pub
 image_sub_topic_name
 keypoint_arrays
 use_compressed_image

Private Member Functions

def _convert_msg_to_image
def _draw_bb
def _parse_image

Detailed Description

This class takes in image data and finds / annotates faces within the image

Definition at line 32 of file face_detector_node.py.


Constructor & Destructor Documentation

Definition at line 37 of file face_detector_node.py.


Member Function Documentation

def scripts.face_detector_node.FaceDetector._convert_msg_to_image (   self,
  image_msg 
) [private]
Convert an incoming image message (compressed or otherwise) into a cv2
image

Definition at line 60 of file face_detector_node.py.

def scripts.face_detector_node.FaceDetector._draw_bb (   self,
  image,
  bounding_box,
  color 
) [private]

Definition at line 48 of file face_detector_node.py.

def scripts.face_detector_node.FaceDetector._parse_image (   self,
  image_msg 
) [private]
Take in an image and draw a bounding box within it
:param image_msg: Image data
:return: None

Definition at line 77 of file face_detector_node.py.

def scripts.face_detector_node.FaceDetector.run (   self,
  pub_image_topic = '~debug/face_image',
  pub_face_topic = '~faces' 
)

Definition at line 147 of file face_detector_node.py.


Member Data Documentation

Definition at line 37 of file face_detector_node.py.

Definition at line 37 of file face_detector_node.py.

Definition at line 37 of file face_detector_node.py.

Definition at line 147 of file face_detector_node.py.

Definition at line 37 of file face_detector_node.py.

Definition at line 147 of file face_detector_node.py.

Definition at line 37 of file face_detector_node.py.

Definition at line 37 of file face_detector_node.py.

Definition at line 37 of file face_detector_node.py.


The documentation for this class was generated from the following file:


rail_face_detector
Author(s): Siddhartha Banerjee , Andrew Silva
autogenerated on Thu Jun 6 2019 21:23:56