#include <pcl/keypoints/harris_6d.h>#include <pcl/common/io.h>#include <pcl/filters/passthrough.h>#include <pcl/filters/extract_indices.h>#include <pcl/features/normal_3d.h>#include <pcl/features/intensity_gradient.h>#include <pcl/features/integral_image_normal.h>

Go to the source code of this file.
Defines | |
| #define | PCL_INSTANTIATE_HarrisKeypoint6D(T, U, N) template class PCL_EXPORTS pcl::HarrisKeypoint6D<T,U,N>; |
| #define PCL_INSTANTIATE_HarrisKeypoint6D | ( | T, | |
| U, | |||
| N | |||
| ) | template class PCL_EXPORTS pcl::HarrisKeypoint6D<T,U,N>; |
Definition at line 402 of file harris_6d.hpp.