Public Member Functions | |
def | __init__ (self) |
def | spin (self) |
def | spin_once (self) |
Public Attributes | |
input | |
pub_stored | |
s_threshold | |
Public Attributes inherited from object | |
pointer | iv [2] |
Private Member Functions | |
def | _cb_dyn_reconfig (self, config, level) |
def | _cb_input (self, imgmsg_hue, imgmsg_saturation) |
def | _cb_start (self, header) |
def | _cb_stop (self, header) |
Publish difference between stored image and current input one Publications: * ~output/diff: diff per pixel: 0 - 1 * ~output/diff_image: diff image Subscriptions: * ~input/hue: input hue image * ~input/saturation: input saturation image * ~start: msg to store image and start comparing * ~stop: msg to relase image and stop comparing
Definition at line 17 of file image_time_diff.py.
def node_scripts.image_time_diff.ImageTimeDiff.__init__ | ( | self | ) |
Definition at line 31 of file image_time_diff.py.
|
private |
Definition at line 43 of file image_time_diff.py.
|
private |
Definition at line 47 of file image_time_diff.py.
|
private |
Definition at line 50 of file image_time_diff.py.
|
private |
Definition at line 67 of file image_time_diff.py.
def node_scripts.image_time_diff.ImageTimeDiff.spin | ( | self | ) |
Definition at line 98 of file image_time_diff.py.
def node_scripts.image_time_diff.ImageTimeDiff.spin_once | ( | self | ) |
Definition at line 72 of file image_time_diff.py.
node_scripts.image_time_diff.ImageTimeDiff.input |
Definition at line 41 of file image_time_diff.py.
node_scripts.image_time_diff.ImageTimeDiff.pub_stored |
Definition at line 40 of file image_time_diff.py.
node_scripts.image_time_diff.ImageTimeDiff.s_threshold |
Definition at line 44 of file image_time_diff.py.