|
Point Cloud Library (PCL) 1.3.1
|
#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"
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 322 of file spin_image.hpp.
1.7.4