Functions | |
def | disp_thresh (lower, upper) |
Variables | |
int | lower = 0 |
int | max_upper = 2048 |
int | upper = 100 |
Sweeps throught the depth image showing 100 range at a time
def demo_cv_thresh_sweep.disp_thresh | ( | lower, | |
upper | |||
) |
Definition at line 11 of file demo_cv_thresh_sweep.py.
int demo_cv_thresh_sweep.lower = 0 |
Definition at line 24 of file demo_cv_thresh_sweep.py.
int demo_cv_thresh_sweep.max_upper = 2048 |
Definition at line 26 of file demo_cv_thresh_sweep.py.
int demo_cv_thresh_sweep.upper = 100 |
Definition at line 25 of file demo_cv_thresh_sweep.py.