Functions | |
def | change_depth (value) |
def | change_threshold (value) |
def | show_depth () |
def | show_video () |
Variables | |
int | current_depth = 0 |
int | threshold = 100 |
def demo_cv_threshold.change_depth | ( | value | ) |
Definition at line 17 of file demo_cv_threshold.py.
def demo_cv_threshold.change_threshold | ( | value | ) |
Definition at line 12 of file demo_cv_threshold.py.
def demo_cv_threshold.show_depth | ( | ) |
Definition at line 22 of file demo_cv_threshold.py.
def demo_cv_threshold.show_video | ( | ) |
Definition at line 38 of file demo_cv_threshold.py.
int demo_cv_threshold.current_depth = 0 |
Definition at line 9 of file demo_cv_threshold.py.
int demo_cv_threshold.threshold = 100 |
Definition at line 8 of file demo_cv_threshold.py.