com.alibaba.simpleimage.analyze.harris.match
类 SurfMatch

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.harris.match.SurfMatch

public class SurfMatch
extends Object

类SurfMatch.java的实现描述:TODO 类实现描述

作者:
axman 2013-5-23 下午4:34:17

嵌套类摘要
static class SurfMatch.MatchWeighter
           
 
构造方法摘要
SurfMatch(SURFInterestPointN sp1, SURFInterestPointN sp2, double dist1, double dist2)
           
 
方法摘要
 double getDist1()
           
 double getDist2()
           
 SURFInterestPointN getSp1()
           
 SURFInterestPointN getSp2()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SurfMatch

public SurfMatch(SURFInterestPointN sp1,
                 SURFInterestPointN sp2,
                 double dist1,
                 double dist2)
方法详细信息

getSp1

public SURFInterestPointN getSp1()

getSp2

public SURFInterestPointN getSp2()

getDist1

public double getDist1()

getDist2

public double getDist2()


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