com.alibaba.simpleimage.analyze.sift.match
类 Match

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.sift.match.Match

public class Match
extends Object

作者:
axman 2013-4-3 上午 11:28:04

嵌套类摘要
static class Match.MatchWeighter
           
 
字段摘要
 float dist1
           
 float dist2
           
 KDFeaturePoint fp1
           
 KDFeaturePoint fp2
           
 
构造方法摘要
Match(KDFeaturePoint fp1, KDFeaturePoint fp2, float dist1, float dist2)
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

fp1

public KDFeaturePoint fp1

fp2

public KDFeaturePoint fp2

dist1

public float dist1

dist2

public float dist2
构造方法详细信息

Match

public Match(KDFeaturePoint fp1,
             KDFeaturePoint fp2,
             float dist1,
             float dist2)


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