static void |
HarrisSurf.geometricFilter(Map<SURFInterestPoint,SURFInterestPoint> matchMap,
int w,
int h)
给点一组匹配的特征点对,使用几何位置过滤其中不符合的点对,目前的策略包括: 1、特征主方向差别 2、斜率一致性
|
static void |
HarrisSurf.geometricFilter(Map<SURFInterestPoint,SURFInterestPoint> matchMap,
int w,
int h)
给点一组匹配的特征点对,使用几何位置过滤其中不符合的点对,目前的策略包括: 1、特征主方向差别 2、斜率一致性
|
static void |
HarrisSurf.joinsFilter(Map<SURFInterestPoint,SURFInterestPoint> matchMap) |
static void |
HarrisSurf.joinsFilter(Map<SURFInterestPoint,SURFInterestPoint> matchMap) |
static Map<SURFInterestPoint,SURFInterestPoint> |
HarrisSurf.match(List<SURFInterestPoint> src,
List<SURFInterestPoint> dest) |
static Map<SURFInterestPoint,SURFInterestPoint> |
HarrisSurf.match(List<SURFInterestPoint> src,
List<SURFInterestPoint> dest) |