Public Member Functions | |
| def | __init__ |
| def | get_thresholded_image |
| def | threshold |
Public Attributes | |
| max_area | |
| thresholded_combined | |
| thresholded_high | |
| thresholded_low | |
Definition at line 39 of file cv_actions.py.
| def laser_interface.cv_actions.BrightnessThreshold.__init__ | ( | self, | |
| sample_image, | |||
| max_area | |||
| ) |
Definition at line 40 of file cv_actions.py.
Definition at line 63 of file cv_actions.py.
| def laser_interface.cv_actions.BrightnessThreshold.threshold | ( | self, | |
| thres_low, | |||
| thres_high, | |||
| thres_chan | |||
| ) |
Definition at line 66 of file cv_actions.py.
Definition at line 40 of file cv_actions.py.
Definition at line 40 of file cv_actions.py.
Definition at line 40 of file cv_actions.py.
Definition at line 40 of file cv_actions.py.