#include <iostream>
#include <fstream>
#include "pcl/common/file_io.h"
#include "pcl/io/pcd_io.h"
#include "pcl/point_types.h"
Go to the source code of this file.
Classes | |
struct | GeneralPoint |
Functions | |
bool | checkFileHeader (std::istream &file, const std::string headerKeyWord) |
void | getAverageViewpoint (const std::vector< GeneralPoint > &points, float &vp_mean_x, float &vp_mean_y, float &vp_mean_z) |
int | main (int argc, char **argv) |
void | printUsage (const char *progName) |
bool checkFileHeader | ( | std::istream & | file, | |
const std::string | headerKeyWord | |||
) |
Definition at line 64 of file alu_pointcloud_to_pcd.cpp.
void getAverageViewpoint | ( | const std::vector< GeneralPoint > & | points, | |
float & | vp_mean_x, | |||
float & | vp_mean_y, | |||
float & | vp_mean_z | |||
) |
Definition at line 102 of file alu_pointcloud_to_pcd.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 118 of file alu_pointcloud_to_pcd.cpp.
void printUsage | ( | const char * | progName | ) |
Definition at line 55 of file alu_pointcloud_to_pcd.cpp.