21 #ifndef __lfeatPointMatch_h
22 #define __lfeatPointMatch_h
60 if (a->_img1_kp->_score < b->_img1_kp->_score)
64 else if (a->_img1_kp->_score > b->_img1_kp->_score)
71 return (a->_img1_kp->_y < b->_img1_kp->_y);
78 #endif // __lfeatPointMatch_h
std::vector< PointMatchPtr > PointMatchVector_t
PointMatch(KeyPointPtr &aPM1, KeyPointPtr &aPM2)
bool operator()(const PointMatchPtr &a, const PointMatchPtr &b) const
std::shared_ptr< KeyPoint > KeyPointPtr
std::shared_ptr< PointMatch > PointMatchPtr