38 #ifndef PCL_SAMPLE_CONSENSUS_RMSAC_H_
39 #define PCL_SAMPLE_CONSENSUS_RMSAC_H_
55 template <
typename Po
intT>
74 fraction_nr_pretest_ (10.0)
77 max_iterations_ = 10000;
85 fraction_nr_pretest_ (10.0)
88 max_iterations_ = 10000;
106 double fraction_nr_pretest_;
110 #endif //#ifndef PCL_SAMPLE_CONSENSUS_RMSAC_H_