#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 60 of file region_adjacency_graph.h.
| jsk_pcl_ros::RegionAdjacencyGraph::RegionAdjacencyGraph |
( |
| ) |
|
| void jsk_pcl_ros::RegionAdjacencyGraph::computeCloudClusterRPYHistogram |
( |
const pcl::PointCloud< PointT >::Ptr |
_cloud, |
|
|
const pcl::PointCloud< pcl::Normal >::Ptr |
_normal, |
|
|
cv::Mat & |
_histogram |
|
) |
| |
|
private |
template<typename T >
| T jsk_pcl_ros::RegionAdjacencyGraph::convexityCriterion |
( |
const Eigen::Vector3f & |
center_point, |
|
|
const Eigen::Vector3f & |
n1_point, |
|
|
const Eigen::Vector3f & |
center_normal, |
|
|
const Eigen::Vector3f & |
neigbour_normal |
|
) |
| |
|
private |
| void jsk_pcl_ros::RegionAdjacencyGraph::getCloudClusterLabels |
( |
std::vector< int > & |
labelMD | ) |
|
|
virtual |
| int jsk_pcl_ros::RegionAdjacencyGraph::getCommonNeigbour |
( |
const std::vector< int > & |
c1_neigbour, |
|
|
const std::vector< int > & |
c2_neigbour |
|
) |
| |
|
private |
| float jsk_pcl_ros::RegionAdjacencyGraph::getVectorAngle |
( |
const Eigen::Vector3f & |
vector1, |
|
|
const Eigen::Vector3f & |
vector2, |
|
|
bool |
indegree = true |
|
) |
| |
|
private |
| void jsk_pcl_ros::RegionAdjacencyGraph::printGraph |
( |
const Graph & |
_graph | ) |
|
|
virtual |
| void jsk_pcl_ros::RegionAdjacencyGraph::splitMergeRAG |
( |
const int |
_threshold = 0.0f | ) |
|
|
virtual |
| Graph jsk_pcl_ros::RegionAdjacencyGraph::graph_ |
|
private |
The documentation for this class was generated from the following files: