Public Member Functions | Public Attributes | Private Member Functions | List of all members
node_scripts.non_maximum_suppression.NonMaximumSuppressionServer Class Reference
Inheritance diagram for node_scripts.non_maximum_suppression.NonMaximumSuppressionServer:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self)
 
def non_max_suppression_equator (self, rect, threshold)
 
def non_max_suppression_fast (self, boxes, overlapThresh)
 
def non_max_suppression_handler (self, rects, threshold)
 
def subscribe (self)
 
def unsubscribe (self)
 

Public Attributes

 pub_count
 
 pub_rects
 
 srv_server
 
 sub
 
 thre
 

Private Member Functions

def _msg_cb (self, msg)
 
def _req_cb (self, req)
 

Detailed Description

Definition at line 13 of file non_maximum_suppression.py.

Constructor & Destructor Documentation

def node_scripts.non_maximum_suppression.NonMaximumSuppressionServer.__init__ (   self)

Definition at line 15 of file non_maximum_suppression.py.

Member Function Documentation

def node_scripts.non_maximum_suppression.NonMaximumSuppressionServer._msg_cb (   self,
  msg 
)
private

Definition at line 31 of file non_maximum_suppression.py.

def node_scripts.non_maximum_suppression.NonMaximumSuppressionServer._req_cb (   self,
  req 
)
private

Definition at line 43 of file non_maximum_suppression.py.

def node_scripts.non_maximum_suppression.NonMaximumSuppressionServer.non_max_suppression_equator (   self,
  rect,
  threshold 
)

Definition at line 76 of file non_maximum_suppression.py.

def node_scripts.non_maximum_suppression.NonMaximumSuppressionServer.non_max_suppression_fast (   self,
  boxes,
  overlapThresh 
)

Definition at line 49 of file non_maximum_suppression.py.

def node_scripts.non_maximum_suppression.NonMaximumSuppressionServer.non_max_suppression_handler (   self,
  rects,
  threshold 
)

Definition at line 88 of file non_maximum_suppression.py.

def node_scripts.non_maximum_suppression.NonMaximumSuppressionServer.subscribe (   self)

Definition at line 24 of file non_maximum_suppression.py.

def node_scripts.non_maximum_suppression.NonMaximumSuppressionServer.unsubscribe (   self)

Definition at line 28 of file non_maximum_suppression.py.

Member Data Documentation

node_scripts.non_maximum_suppression.NonMaximumSuppressionServer.pub_count

Definition at line 19 of file non_maximum_suppression.py.

node_scripts.non_maximum_suppression.NonMaximumSuppressionServer.pub_rects

Definition at line 18 of file non_maximum_suppression.py.

node_scripts.non_maximum_suppression.NonMaximumSuppressionServer.srv_server

Definition at line 20 of file non_maximum_suppression.py.

node_scripts.non_maximum_suppression.NonMaximumSuppressionServer.sub

Definition at line 25 of file non_maximum_suppression.py.

node_scripts.non_maximum_suppression.NonMaximumSuppressionServer.thre

Definition at line 17 of file non_maximum_suppression.py.


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


jsk_perception
Author(s): Manabu Saito, Ryohei Ueda
autogenerated on Mon May 3 2021 03:03:28