An example of a greedy triangulation, that was used to compared agains polygonal primitives. More...
#include <pcl/point_types.h>
#include <pcl/io/pcd_io.h>
#include <pcl/kdtree/kdtree_flann.h>
#include <pcl/features/normal_3d.h>
#include <pcl/surface/gp3.h>
#include <pcl/pcl_base.h>
#include <pcl/PolygonMesh.h>
#include <pcl/kdtree/kdtree.h>
#include <pcl/ros/conversions.h>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include "pcl/io/io.h"
#include <fstream>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
An example of a greedy triangulation, that was used to compared agains polygonal primitives.
Definition in file greedy_triangulation.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 42 of file greedy_triangulation.cpp.