38 #ifndef PCL_REGISTRATION_CORRESPONDENCE_REJECTION_MEDIAN_DISTANCE_H_
39 #define PCL_REGISTRATION_CORRESPONDENCE_REJECTION_MEDIAN_DISTANCE_H_
46 namespace registration
62 using CorrespondenceRejector::input_correspondences_;
63 using CorrespondenceRejector::rejection_name_;
64 using CorrespondenceRejector::getClassName;
73 rejection_name_ =
"CorrespondenceRejectorMedianDistance";
92 template <
typename Po
intT>
inline void
104 template <
typename Po
intT>
inline void
107 if (!data_container_)
136 double median_distance_;
143 typedef boost::shared_ptr<DataContainerInterface> DataContainerPtr;
146 DataContainerPtr data_container_;