#include <pcl/io/pcd_io.h>#include <pcl/console/print.h>#include <pcl/console/parse.h>#include <pcl/console/time.h>#include <pcl/common/centroid.h>
Go to the source code of this file.
| Functions | |
| bool | loadCloud (const std::string &filename, pcl::PCLPointCloud2 &cloud) | 
| int | main (int argc, char **argv) | 
| void | printHelp (int, char **argv) | 
| void | saveCloud (const std::string &filename, const pcl::PCLPointCloud2 &cloud) | 
| bool loadCloud | ( | const std::string & | filename, | 
| pcl::PCLPointCloud2 & | cloud | ||
| ) | 
Definition at line 55 of file demean_cloud.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 84 of file demean_cloud.cpp.
| void printHelp | ( | int | , | 
| char ** | argv | ||
| ) | 
Definition at line 49 of file demean_cloud.cpp.
| void saveCloud | ( | const std::string & | filename, | 
| const pcl::PCLPointCloud2 & | cloud | ||
| ) | 
Definition at line 70 of file demean_cloud.cpp.