#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/io/pcd_io.h>
#include <pcl/console/print.h>
#include <pcl/console/parse.h>
#include <pcl/console/time.h>
#include <pcl/recognition/linemod/line_rgbd.h>
#include <pcl/recognition/color_gradient_modality.h>
#include <pcl/recognition/surface_normal_modality.h>
Go to the source code of this file.
Typedefs | |
typedef pcl::PointCloud < pcl::PointXYZRGBA > | PointCloudXYZRGBA |
Functions | |
bool | loadCloud (const std::string &filename, PointCloudXYZRGBA &cloud) |
int | main (int argc, char **argv) |
void | printElapsedTimeAndNumberOfPoints (double t, int w, int h=1) |
void | printHelp (int, char **argv) |
Definition at line 18 of file linemod_detection.cpp.
bool loadCloud | ( | const std::string & | filename, |
PointCloudXYZRGBA & | cloud | ||
) |
Definition at line 34 of file linemod_detection.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 54 of file linemod_detection.cpp.
void printElapsedTimeAndNumberOfPoints | ( | double | t, |
int | w, | ||
int | h = 1 |
||
) |
Definition at line 27 of file linemod_detection.cpp.
void printHelp | ( | int | , |
char ** | argv | ||
) |
Definition at line 21 of file linemod_detection.cpp.