#include <pcl/PCLPointCloud2.h>#include <pcl/io/pcd_io.h>#include <pcl/features/fpfh.h>#include <pcl/console/print.h>#include <pcl/console/parse.h>#include <pcl/console/time.h>
Go to the source code of this file.
Functions | |
| void | compute (const pcl::PCLPointCloud2::ConstPtr &input, pcl::PCLPointCloud2 &output, int k, double radius) |
| 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 &output) |
Variables | |
| int | default_k = 0 |
| double | default_radius = 0.0 |
| Eigen::Quaternionf | orientation |
| Eigen::Vector4f | translation |
| void compute | ( | const pcl::PCLPointCloud2::ConstPtr & | input, |
| pcl::PCLPointCloud2 & | output, | ||
| int | k, | ||
| double | radius | ||
| ) |
Definition at line 90 of file tools/fpfh_estimation.cpp.
| bool loadCloud | ( | const std::string & | filename, |
| pcl::PCLPointCloud2 & | cloud | ||
| ) |
Definition at line 69 of file tools/fpfh_estimation.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 136 of file tools/fpfh_estimation.cpp.
| void printHelp | ( | int | , |
| char ** | argv | ||
| ) |
Definition at line 58 of file tools/fpfh_estimation.cpp.
| void saveCloud | ( | const std::string & | filename, |
| const pcl::PCLPointCloud2 & | output | ||
| ) |
Definition at line 122 of file tools/fpfh_estimation.cpp.
| int default_k = 0 |
Definition at line 51 of file tools/fpfh_estimation.cpp.
| double default_radius = 0.0 |
Definition at line 52 of file tools/fpfh_estimation.cpp.
| Eigen::Quaternionf orientation |
Definition at line 55 of file tools/fpfh_estimation.cpp.
| Eigen::Vector4f translation |
Definition at line 54 of file tools/fpfh_estimation.cpp.