Public Member Functions | |
| def | __init__ |
| def | get_thresholded_image |
| def | subtract |
Public Attributes | |
| accumulator | |
| adaptation_rate | |
| difference_img | |
| green32_img | |
| max_area | |
| threshold | |
| thresholded_img | |
Definition at line 80 of file cv_actions.py.
| def laser_interface.cv_actions.MotionSubtract.__init__ | ( | self, | |
| sample_image, | |||
| max_area, | |||
adaptation_rate = 0.8, |
|||
threshold = 10 |
|||
| ) |
Definition at line 81 of file cv_actions.py.
Definition at line 91 of file cv_actions.py.
| def laser_interface.cv_actions.MotionSubtract.subtract | ( | self, | |
| thres_chan | |||
| ) |
Definition at line 94 of file cv_actions.py.
Definition at line 81 of file cv_actions.py.
Definition at line 81 of file cv_actions.py.
Definition at line 81 of file cv_actions.py.
Definition at line 81 of file cv_actions.py.
Definition at line 81 of file cv_actions.py.
Definition at line 81 of file cv_actions.py.
Definition at line 81 of file cv_actions.py.