Classes | |
| class | EmbodiedLaserDetector |
| Build detectors for both camera in stereo, create debugging images, triangulates and return 3D points Decides when to gather data. More... | |
| class | LaserPointerDetectorNode |
| Grab images, calls detectors, sends results out based on inputs from a user interface node. More... | |
Functions | |
| def | append_examples_from_file |
| def | confirmation_prompt |
| def | matrix_to_dataset |
| def | print_friendly |
| def | show_processed |
Variables | |
| string | dest = 'camera' |
| string | help = 'stereo pair root topic (wide_stereo, narrow_stereo, etc)' |
| tuple | lpdn |
| tuple | p = optparse.OptionParser() |
| def laser_pointer_detector_node.append_examples_from_file | ( | dataset, | |
| file | |||
| ) |
Definition at line 132 of file laser_pointer_detector_node.py.
| def laser_pointer_detector_node.confirmation_prompt | ( | confirm_phrase | ) |
Definition at line 123 of file laser_pointer_detector_node.py.
| def laser_pointer_detector_node.matrix_to_dataset | ( | examples, | |
type = 1 |
|||
| ) |
Definition at line 118 of file laser_pointer_detector_node.py.
| def laser_pointer_detector_node.print_friendly | ( | votes | ) |
Definition at line 140 of file laser_pointer_detector_node.py.
| def laser_pointer_detector_node.show_processed | ( | image, | |
| masks, | |||
| detection, | |||
| blobs, | |||
| detector | |||
| ) |
Definition at line 98 of file laser_pointer_detector_node.py.
| string laser_pointer_detector_node::dest = 'camera' |
Definition at line 435 of file laser_pointer_detector_node.py.
| string laser_pointer_detector_node::help = 'stereo pair root topic (wide_stereo, narrow_stereo, etc)' |
Definition at line 436 of file laser_pointer_detector_node.py.
00001 LaserPointerDetectorNode(opt.camera, opt.calibration, 00002 opt.dataset_file, display=opt.display)
Definition at line 472 of file laser_pointer_detector_node.py.
| tuple laser_pointer_detector_node::p = optparse.OptionParser() |
Definition at line 432 of file laser_pointer_detector_node.py.