00001 00063 // external includes: 00064 #include <pcl/point_types.h> 00065 #include <pcl/impl/instantiate.hpp> 00066 00067 // package includes: 00068 #include "cob_3d_mapping_common/point_types.h" 00069 #include "cob_3d_features/organized_normal_estimation.h" 00070 #include "cob_3d_features/impl/organized_normal_estimation.hpp" 00071 00072 PCL_INSTANTIATE_OrganizedNormalEstimation(pcl::PointXYZRGB,pcl::Normal,PointLabel) 00073 PCL_INSTANTIATE_OrganizedNormalEstimation(pcl::PointXYZ,pcl::Normal,PointLabel) 00074 00075 template void cob_3d_features::OrganizedNormalEstimationHelper::computeSegmentNormal( 00076 Eigen::Vector3f&, int, boost::shared_ptr<const pcl::PointCloud<pcl::PointXYZRGB> >, 00077 boost::shared_ptr<const pcl::PointCloud<PointLabel> >, int, int); 00078