com.alibaba.simpleimage.analyze.harris.match
类 SurfMatchPoints

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.harris.match.SurfMatchPoints

public class SurfMatchPoints
extends Object

类SurfMatchPoints.java的实现描述:TODO 类实现描述

作者:
axman 2013-5-23 下午4:38:08

构造方法摘要
SurfMatchPoints()
           
 
方法摘要
static List<SurfMatch> filterFarMatchL(List<SurfMatch> matches, double minX, double minY)
           
static List<SurfMatch> filterFarMatchR(List<SurfMatch> matches, double minX, double minY)
           
static ArrayList<SurfMatch> filterJoins(List<SurfMatch> matches)
           
static void filterNBest(ArrayList<SurfMatch> matches, int bestQ)
           
static List<SurfMatch> findMatchesBBF(List<SURFInterestPointN> keys1, KDTree kd)
           
static List<SurfMatch> findMatchesBBF(List<SURFInterestPointN> keys1, List<SURFInterestPointN> keys2)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SurfMatchPoints

public SurfMatchPoints()
方法详细信息

findMatchesBBF

public static List<SurfMatch> findMatchesBBF(List<SURFInterestPointN> keys1,
                                             List<SURFInterestPointN> keys2)

findMatchesBBF

public static List<SurfMatch> findMatchesBBF(List<SURFInterestPointN> keys1,
                                             KDTree kd)

filterJoins

public static ArrayList<SurfMatch> filterJoins(List<SurfMatch> matches)

filterNBest

public static void filterNBest(ArrayList<SurfMatch> matches,
                               int bestQ)

filterFarMatchL

public static List<SurfMatch> filterFarMatchL(List<SurfMatch> matches,
                                              double minX,
                                              double minY)

filterFarMatchR

public static List<SurfMatch> filterFarMatchR(List<SurfMatch> matches,
                                              double minX,
                                              double minY)


Copyright © 2012–2013 Alibaba Group. All rights reserved.