|
ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Classes | |
| struct | edge |
| struct | state |
Typedefs | |
| typedef float(* | MstMetric) (pcl::PointXYZI const &, pcl::PointXYZI const &, size_t, size_t, pcl::PointCloud< pcl::PointXYZI >::ConstPtr) |
| typedef bool(* | MstFilter) (pcl::PointCloud< pcl::PointXYZI >::ConstPtr, edge const &, std::vector< edge > const &, std::vector< size_t > const &) |
Functions | |
| std::vector< edge > | calculateSquareDistances (pcl::PointCloud< pcl::PointXYZI >::ConstPtr cloud, MstMetric metric) |
| std::vector< state > | calculateMinimumSpanningTree (pcl::PointCloud< pcl::PointXYZI >::ConstPtr cloud, MstMetric metric, MstFilter filter) |
| float | defaultMstMetric (pcl::PointXYZI const &pointA, pcl::PointXYZI const &pointB, size_t indexA, size_t indexB, pcl::PointCloud< pcl::PointXYZI >::ConstPtr cloud) |
| bool | defaultMstFilter (pcl::PointCloud< pcl::PointXYZI >::ConstPtr cloud, edge const &edgeV, std::vector< edge > const &selecetedEdges, std::vector< size_t > const &groups) |
| typedef float(* mst::MstMetric) (pcl::PointXYZI const &, pcl::PointXYZI const &, size_t, size_t, pcl::PointCloud< pcl::PointXYZI >::ConstPtr) |
1.8.18