38 #ifndef PCL_SAMPLE_CONSENSUS_RRANSAC_H_
39 #define PCL_SAMPLE_CONSENSUS_RRANSAC_H_
54 template <
typename Po
intT>
73 fraction_nr_pretest_ (10.0)
76 max_iterations_ = 10000;
84 fraction_nr_pretest_ (10.0)
87 max_iterations_ = 10000;
105 double fraction_nr_pretest_;
109 #endif //#ifndef PCL_SAMPLE_CONSENSUS_RRANSAC_H_