#include <pcl/surface/reconstruction.h>
#include <pcl/ros/conversions.h>
#include <pcl/kdtree/kdtree.h>
#include <pcl/kdtree/kdtree_flann.h>
#include <pcl/PolygonMesh.h>
#include <pcl/TextureMesh.h>
#include <boost/function.hpp>
#include <fstream>
#include <iostream>
#include <pcl/pcl_macros.h>
#include <pcl/point_types.h>
Go to the source code of this file.
|
| bool | pcl::isVisible (const Eigen::Vector2f &X, const Eigen::Vector2f &S1, const Eigen::Vector2f &S2, const Eigen::Vector2f &R=Eigen::Vector2f::Zero()) |
| | Returns if a point X is visible from point R (or the origin) when taking into account the segment between the points S1 and S2. More...
|
| |