|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.alibaba.simpleimage.analyze.sift.match.MatchKeys
public class MatchKeys
| 构造方法摘要 | |
|---|---|
MatchKeys()
|
|
| 方法摘要 | |
|---|---|
static List<Match> |
filterFarMatchL(List<Match> matches,
float minX,
float minY)
|
static List<Match> |
filterFarMatchR(List<Match> matches,
float minX,
float minY)
|
static ArrayList<Match> |
filterMore(List<Match> matches)
|
static void |
filterNBest(ArrayList<Match> matches,
int bestQ)
|
static List<Match> |
findMatchesBBF(List<KDFeaturePoint> keys1,
KDTree kd)
|
static List<Match> |
findMatchesBBF(List<KDFeaturePoint> keys1,
List<KDFeaturePoint> keys2)
|
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public MatchKeys()
| 方法详细信息 |
|---|
public static List<Match> findMatchesBBF(List<KDFeaturePoint> keys1,
List<KDFeaturePoint> keys2)
public static List<Match> findMatchesBBF(List<KDFeaturePoint> keys1,
KDTree kd)
public static ArrayList<Match> filterMore(List<Match> matches)
public static void filterNBest(ArrayList<Match> matches,
int bestQ)
public static List<Match> filterFarMatchL(List<Match> matches,
float minX,
float minY)
public static List<Match> filterFarMatchR(List<Match> matches,
float minX,
float minY)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||