38 #ifndef PCL_SAMPLE_CONSENSUS_MLESAC_H_
39 #define PCL_SAMPLE_CONSENSUS_MLESAC_H_
54 template <
typename Po
intT>
78 max_iterations_ = 10000;
90 max_iterations_ = 10000;
122 const boost::shared_ptr <std::vector<int> > &indices,
133 const boost::shared_ptr <std::vector<int> > &indices,
134 Eigen::Vector4f &min_p,
135 Eigen::Vector4f &max_p);
144 const boost::shared_ptr <std::vector<int> > &indices,
145 Eigen::Vector4f &median);
155 #endif //#ifndef PCL_SAMPLE_CONSENSUS_MLESAC_H_