#include <fast_edge_estimation_3d_omp.h>
Public Types | |
typedef pcl::PointCloud < PointOutT > | PointCloudOut |
Public Member Functions | |
FastEdgeEstimation3DOMP () | |
Empty constructor. | |
Protected Member Functions | |
void | computeFeature (PointCloudOut &output) |
Definition at line 71 of file fast_edge_estimation_3d_omp.h.
typedef pcl::PointCloud<PointOutT> cob_3d_features::FastEdgeEstimation3DOMP< PointInT, PointNT, PointOutT >::PointCloudOut |
Reimplemented from cob_3d_features::FastEdgeEstimation3D< PointInT, PointNT, PointOutT >.
Definition at line 81 of file fast_edge_estimation_3d_omp.h.
cob_3d_features::FastEdgeEstimation3DOMP< PointInT, PointNT, PointOutT >::FastEdgeEstimation3DOMP | ( | ) | [inline] |
Empty constructor.
Definition at line 85 of file fast_edge_estimation_3d_omp.h.
void cob_3d_features::FastEdgeEstimation3DOMP< PointInT, PointNT, PointOutT >::computeFeature | ( | PointCloudOut & | output | ) | [protected, virtual] |
Reimplemented from cob_3d_features::FastEdgeEstimation3D< PointInT, PointNT, PointOutT >.
Definition at line 69 of file fast_edge_estimation_3d_omp.hpp.