类 com.alibaba.simpleimage.analyze.sift.match.Match
的使用

使用 Match 的软件包
com.alibaba.simpleimage.analyze.sift.match   
 

com.alibaba.simpleimage.analyze.sift.matchMatch 的使用
 

返回变量类型为 Match 的类型的 com.alibaba.simpleimage.analyze.sift.match 中的方法
static List<Match> MatchKeys.filterFarMatchL(List<Match> matches, float minX, float minY)
           
static List<Match> MatchKeys.filterFarMatchR(List<Match> matches, float minX, float minY)
           
static ArrayList<Match> MatchKeys.filterMore(List<Match> matches)
           
static List<Match> MatchKeys.findMatchesBBF(List<KDFeaturePoint> keys1, KDTree kd)
           
static List<Match> MatchKeys.findMatchesBBF(List<KDFeaturePoint> keys1, List<KDFeaturePoint> keys2)
           
 

参数类型为 Matchcom.alibaba.simpleimage.analyze.sift.match 中的方法
 int Match.MatchWeighter.compare(Match o1, Match o2)
           
 float Match.MatchWeighter.OverallFitness(Match m)
           
 

类型变量类型为 Matchcom.alibaba.simpleimage.analyze.sift.match 中的方法参数
static List<Match> MatchKeys.filterFarMatchL(List<Match> matches, float minX, float minY)
           
static List<Match> MatchKeys.filterFarMatchR(List<Match> matches, float minX, float minY)
           
static ArrayList<Match> MatchKeys.filterMore(List<Match> matches)
           
static void MatchKeys.filterNBest(ArrayList<Match> matches, int bestQ)
           
 



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