38 #ifndef PCL_SEGMENTATION_REGION_3D_H_
39 #define PCL_SEGMENTATION_REGION_3D_H_
49 template <
typename Po
intT>
63 Region3D (Eigen::Vector3f& centroid, Eigen::Matrix3f& covariance,
unsigned count)
72 inline Eigen::Vector3f
79 inline Eigen::Matrix3f
103 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
107 #endif //#ifndef PCL_SEGMENTATION_REGION_3D_H_