39 #ifndef PCL_REGISTRATION_CORRESPONDENCE_REJECTION_SAMPLE_CONSENSUS_2D_H_
40 #define PCL_REGISTRATION_CORRESPONDENCE_REJECTION_SAMPLE_CONSENSUS_2D_H_
42 #include <pcl/registration/correspondence_rejection_sample_consensus.h>
46 namespace registration
54 template <
typename Po
intT>
72 typedef boost::shared_ptr<CorrespondenceRejectorSampleConsensus2D>
Ptr;
73 typedef boost::shared_ptr<const CorrespondenceRejectorSampleConsensus2D>
ConstPtr;
157 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
162 #include <pcl/registration/impl/correspondence_rejection_sample_consensus_2d.hpp>
164 #endif // PCL_REGISTRATION_CORRESPONDENCE_REJECTION_SAMPLE_CONSENSUS_2D_H_