#include <depth_segmentation.h>
| Public Types | |
| typedef boost::shared_ptr < SegmentationCandidate > | Ptr | 
| Public Member Functions | |
| SegmentationCandidate (int u_in, int v_in, float angle_in) | |
| Public Attributes | |
| float | dot_value | 
| int | u | 
| int | v | 
Definition at line 80 of file depth_segmentation.h.
| typedef boost::shared_ptr<SegmentationCandidate> cob_3d_segmentation::SegmentationCandidate::Ptr | 
Definition at line 82 of file depth_segmentation.h.
| cob_3d_segmentation::SegmentationCandidate::SegmentationCandidate | ( | int | u_in, | 
| int | v_in, | ||
| float | angle_in | ||
| ) |  [inline] | 
Definition at line 83 of file depth_segmentation.h.
Definition at line 86 of file depth_segmentation.h.
Definition at line 84 of file depth_segmentation.h.
Definition at line 85 of file depth_segmentation.h.