#include <limits>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/exceptions.h>
#include <pcl/kdtree/kdtree_flann.h>
#include <pcl/features/spin_image.h>
#include <cmath>
Go to the source code of this file.
Defines | |
#define | PCL_INSTANTIATE_SpinImageEstimation(T, NT, OutT) template class PCL_EXPORTS pcl::SpinImageEstimation<T,NT,OutT>; |
#define PCL_INSTANTIATE_SpinImageEstimation | ( | T, | |
NT, | |||
OutT | |||
) | template class PCL_EXPORTS pcl::SpinImageEstimation<T,NT,OutT>; |
Definition at line 368 of file spin_image.hpp.