ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtReconstruction
AtPatternRecognition
trackfinder
msd.h
Go to the documentation of this file.
1
#ifndef MSD_H
2
#define MSD_H
3
4
#include <pcl/point_cloud.h>
// for PointCloud, PointCloud<>::Ptr
5
#include <pcl/point_types.h>
// for PointXYZ
6
7
namespace
msd
{
8
float
first_quartile
(pcl::PointCloud<pcl::PointXYZ>::Ptr cloud);
9
}
10
11
#endif
msd
Definition:
msd.cxx:12
msd::first_quartile
float first_quartile(pcl::PointCloud< pcl::PointXYZ >::Ptr cloud)
Definition:
msd.cxx:65
Generated on Sat Nov 11 2023 15:30:38 for ATTPCROOT by
1.8.18