类 com.alibaba.simpleimage.analyze.sift.scale.KDFeaturePoint
的使用

使用 KDFeaturePoint 的软件包
com.alibaba.simpleimage.analyze.sift   
com.alibaba.simpleimage.analyze.sift.io   
com.alibaba.simpleimage.analyze.sift.match   
com.alibaba.simpleimage.analyze.sift.scale   
 

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

返回变量类型为 KDFeaturePoint 的类型的 com.alibaba.simpleimage.analyze.sift 中的方法
 List<KDFeaturePoint> SIFT.getGlobalKDFeaturePoints()
           
 

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

返回变量类型为 KDFeaturePoint 的类型的 com.alibaba.simpleimage.analyze.sift.io 中的方法
 List<KDFeaturePoint> KDFeaturePointListInfo.getList()
           
 

类型变量类型为 KDFeaturePointcom.alibaba.simpleimage.analyze.sift.io 中的方法参数
 void KDFeaturePointListInfo.setList(List<KDFeaturePoint> list)
           
 

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

声明为 KDFeaturePointcom.alibaba.simpleimage.analyze.sift.match 中的字段
 KDFeaturePoint Match.fp1
           
 KDFeaturePoint Match.fp2
           
 

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

参数类型为 KDFeaturePointcom.alibaba.simpleimage.analyze.sift.match 中的构造方法
Match(KDFeaturePoint fp1, KDFeaturePoint fp2, float dist1, float dist2)
           
 

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

返回 KDFeaturePointcom.alibaba.simpleimage.analyze.sift.scale 中的方法
 KDFeaturePoint KDFeaturePoint.clone()
           
 



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