40 #ifndef PCL_SAMPLE_CONSENSUS_MODEL_NORMALPLANE_H_
41 #define PCL_SAMPLE_CONSENSUS_MODEL_NORMALPLANE_H_
74 template <
typename Po
intT,
typename Po
intNT>
91 typedef boost::shared_ptr<SampleConsensusModelNormalPlane>
Ptr;
115 const double threshold,
116 std::vector<int> &inliers);
126 const double threshold);
134 std::vector<double> &distances);
140 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
147 isModelValid (
const Eigen::VectorXf &model_coefficients);
152 #endif //#ifndef PCL_SAMPLE_CONSENSUS_MODEL_NORMALPLANE_H_