类 com.alibaba.simpleimage.analyze.kdtree.KDTree
的使用

使用 KDTree 的软件包
com.alibaba.simpleimage.analyze.harris.match   
com.alibaba.simpleimage.analyze.kdtree   
com.alibaba.simpleimage.analyze.sift.match   
 

com.alibaba.simpleimage.analyze.harris.matchKDTree 的使用
 

参数类型为 KDTreecom.alibaba.simpleimage.analyze.harris.match 中的方法
static List<SurfMatch> SurfMatchPoints.findMatchesBBF(List<SURFInterestPointN> keys1, KDTree kd)
           
 

com.alibaba.simpleimage.analyze.kdtreeKDTree 的使用
 

返回 KDTreecom.alibaba.simpleimage.analyze.kdtree 中的方法
static KDTree KDTree.createKDTree(List<? extends IKDTreeDomain> exset)
           
 

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

参数类型为 KDTreecom.alibaba.simpleimage.analyze.sift.match 中的方法
static List<Match> MatchKeys.findMatchesBBF(List<KDFeaturePoint> keys1, KDTree kd)
           
 



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