#include <sensor_msgs/PointCloud2.h>
#include <pcl/io/pcd_io.h>
#include <pcl/features/normal_3d.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 sensor_msgs::PointCloud2::ConstPtr &input, sensor_msgs::PointCloud2 &output, int k, double radius) |
bool | loadCloud (const std::string &filename, sensor_msgs::PointCloud2 &cloud) |
int | main (int argc, char **argv) |
void | printHelp (int, char **argv) |
void | saveCloud (const std::string &filename, const sensor_msgs::PointCloud2 &output) |
Variables | |
int | default_k = 0 |
double | default_radius = 0.0 |
Eigen::Quaternionf | orientation |
Eigen::Vector4f | translation |
void compute | ( | const sensor_msgs::PointCloud2::ConstPtr & | input, |
sensor_msgs::PointCloud2 & | output, | ||
int | k, | ||
double | radius | ||
) |
Definition at line 84 of file normal_estimation.cpp.
bool loadCloud | ( | const std::string & | filename, |
sensor_msgs::PointCloud2 & | cloud | ||
) |
Definition at line 69 of file normal_estimation.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 129 of file normal_estimation.cpp.
void printHelp | ( | int | , |
char ** | argv | ||
) |
Definition at line 58 of file normal_estimation.cpp.
void saveCloud | ( | const std::string & | filename, |
const sensor_msgs::PointCloud2 & | output | ||
) |
Definition at line 115 of file normal_estimation.cpp.
int default_k = 0 |
Definition at line 51 of file normal_estimation.cpp.
double default_radius = 0.0 |
Definition at line 52 of file normal_estimation.cpp.
Eigen::Quaternionf orientation |
Definition at line 55 of file normal_estimation.cpp.
Eigen::Vector4f translation |
Definition at line 54 of file normal_estimation.cpp.