typedef DepthClusterHandler<L,P,N> cob_3d_segmentation::CH |
Definition at line 74 of file depth_segmentation.cpp.
Definition at line 75 of file depth_segmentation.cpp.
typedef ClusterGraphStructure<CH,EH> cob_3d_segmentation::G |
Definition at line 76 of file depth_segmentation.cpp.
typedef PointLabel cob_3d_segmentation::L |
Definition at line 71 of file depth_segmentation.cpp.
typedef pcl::Normal cob_3d_segmentation::N |
Definition at line 73 of file depth_segmentation.cpp.
typedef pcl::PointXYZRGB cob_3d_segmentation::P |
Definition at line 72 of file depth_segmentation.cpp.
typedef std::priority_queue<SegmentationCandidate::Ptr, std::vector<SegmentationCandidate::Ptr>, ptr_deref> cob_3d_segmentation::SegmentationQueue |
Definition at line 100 of file depth_segmentation.h.
Definition at line 85 of file fast_segmentation.h.
const bool cob_3d_segmentation::operator< | ( | const SegmentationCandidate & | lhs, |
const SegmentationCandidate & | rhs | ||
) | [inline] |
Definition at line 89 of file depth_segmentation.h.
const bool cob_3d_segmentation::operator< | ( | const SeedPoint & | lhs, |
const SeedPoint & | rhs | ||
) | [inline] |
Definition at line 105 of file fast_segmentation.h.
const bool cob_3d_segmentation::operator< | ( | const ClusterBase & | lhs, |
const ClusterBase & | rhs | ||
) | [inline] |
Definition at line 164 of file cluster_types.h.
const bool cob_3d_segmentation::operator<= | ( | const SegmentationCandidate & | lhs, |
const SegmentationCandidate & | rhs | ||
) | [inline] |
Definition at line 91 of file depth_segmentation.h.
const bool cob_3d_segmentation::operator<= | ( | const SeedPoint & | lhs, |
const SeedPoint & | rhs | ||
) | [inline] |
Definition at line 111 of file fast_segmentation.h.
const bool cob_3d_segmentation::operator<= | ( | const ClusterBase & | lhs, |
const ClusterBase & | rhs | ||
) | [inline] |
Definition at line 168 of file cluster_types.h.
const bool cob_3d_segmentation::operator> | ( | const SegmentationCandidate & | lhs, |
const SegmentationCandidate & | rhs | ||
) | [inline] |
Definition at line 90 of file depth_segmentation.h.
const bool cob_3d_segmentation::operator> | ( | const SeedPoint & | lhs, |
const SeedPoint & | rhs | ||
) | [inline] |
Definition at line 108 of file fast_segmentation.h.
const bool cob_3d_segmentation::operator> | ( | const ClusterBase & | lhs, |
const ClusterBase & | rhs | ||
) | [inline] |
Definition at line 166 of file cluster_types.h.
const bool cob_3d_segmentation::operator>= | ( | const SegmentationCandidate & | lhs, |
const SegmentationCandidate & | rhs | ||
) | [inline] |
Definition at line 92 of file depth_segmentation.h.
const bool cob_3d_segmentation::operator>= | ( | const SeedPoint & | lhs, |
const SeedPoint & | rhs | ||
) | [inline] |
Definition at line 114 of file fast_segmentation.h.
const bool cob_3d_segmentation::operator>= | ( | const ClusterBase & | lhs, |
const ClusterBase & | rhs | ||
) | [inline] |
Definition at line 170 of file cluster_types.h.