40 #ifndef PCL_SAMPLE_CONSENSUS_MODEL_NORMALSPHERE_H_
41 #define PCL_SAMPLE_CONSENSUS_MODEL_NORMALSPHERE_H_
67 template <
typename Po
intT,
typename Po
intNT>
86 typedef boost::shared_ptr<SampleConsensusModelNormalSphere>
Ptr;
110 const double threshold,
111 std::vector<int> &inliers);
120 const double threshold);
128 std::vector<double> &distances);
134 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
141 isModelValid (
const Eigen::VectorXf &model_coefficients);
146 #endif //#ifndef PCL_SAMPLE_CONSENSUS_MODEL_NORMALSPHERE_H_