#include <region_adjacency_graph.h>
|
void | computeCloudClusterRPYHistogram (const pcl::PointCloud< PointT >::Ptr, const pcl::PointCloud< pcl::Normal >::Ptr, cv::Mat &) |
|
template<typename T > |
T | convexityCriterion (const Eigen::Vector3f &, const Eigen::Vector3f &, const Eigen::Vector3f &, const Eigen::Vector3f &) |
|
template<typename T > |
T | getCloudClusterWeightFunction (const std::vector< std::vector< Eigen::Vector3f > > &, const std::vector< std::vector< Eigen::Vector3f > > &) |
|
int | getCommonNeigbour (const std::vector< int > &, const std::vector< int > &) |
|
float | getVectorAngle (const Eigen::Vector3f &, const Eigen::Vector3f &, bool=true) |
|
void | sampleRandomPointsFromCloudCluster (pcl::PointCloud< PointT >::Ptr, pcl::PointCloud< pcl::Normal >::Ptr, std::vector< Eigen::Vector3f > &, std::vector< Eigen::Vector3f > &, int=3) |
|
Definition at line 92 of file region_adjacency_graph.h.
◆ AdjacencyIterator
◆ EdgeDescriptor
◆ EdgeProperty
◆ EdgePropertyAccess
◆ EdgeValue
◆ Graph
◆ IndexMap
◆ PointT
◆ VertexDescriptor
◆ VertexIterator
◆ anonymous enum
◆ RegionAdjacencyGraph()
jsk_pcl_ros::RegionAdjacencyGraph::RegionAdjacencyGraph |
( |
| ) |
|
◆ computeCloudClusterRPYHistogram()
void jsk_pcl_ros::RegionAdjacencyGraph::computeCloudClusterRPYHistogram |
( |
const pcl::PointCloud< PointT >::Ptr |
_cloud, |
|
|
const pcl::PointCloud< pcl::Normal >::Ptr |
_normal, |
|
|
cv::Mat & |
_histogram |
|
) |
| |
|
private |
◆ convexityCriterion()
◆ generateRAG()
◆ getCloudClusterLabels()
void jsk_pcl_ros::RegionAdjacencyGraph::getCloudClusterLabels |
( |
std::vector< int > & |
labelMD | ) |
|
|
virtual |
◆ getCloudClusterWeightFunction()
◆ getCommonNeigbour()
int jsk_pcl_ros::RegionAdjacencyGraph::getCommonNeigbour |
( |
const std::vector< int > & |
c1_neigbour, |
|
|
const std::vector< int > & |
c2_neigbour |
|
) |
| |
|
private |
◆ getVectorAngle()
◆ printGraph()
void jsk_pcl_ros::RegionAdjacencyGraph::printGraph |
( |
const Graph & |
_graph | ) |
|
|
virtual |
◆ sampleRandomPointsFromCloudCluster()
◆ splitMergeRAG()
void jsk_pcl_ros::RegionAdjacencyGraph::splitMergeRAG |
( |
const int |
_threshold = 0.0f | ) |
|
|
virtual |
◆ graph_
Graph jsk_pcl_ros::RegionAdjacencyGraph::graph_ |
|
private |
The documentation for this class was generated from the following files: