com.alibaba.simpleimage.analyze.sift.scale
类 KDFeaturePoint

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.kdtree.IKDTreeDomain
      继承者 com.alibaba.simpleimage.analyze.sift.scale.KDFeaturePoint
所有已实现的接口:
Serializable, Cloneable

public class KDFeaturePoint
extends IKDTreeDomain
implements Cloneable

类KDFeaturePoint.java的实现描述:该类主要将FeaturePoint的feature修改为整数以便在KDTree上查找

作者:
axman 2013-7-1 下午2:44:35
另请参见:
序列化表格

字段摘要
 float orientation
           
 float scale
           
 float x
           
 float y
           
 
从类 com.alibaba.simpleimage.analyze.kdtree.IKDTreeDomain 继承的字段
descriptor, dim
 
构造方法摘要
KDFeaturePoint()
           
KDFeaturePoint(FeaturePoint fp)
           
 
方法摘要
 KDFeaturePoint clone()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

x

public float x

y

public float y

scale

public float scale

orientation

public float orientation
构造方法详细信息

KDFeaturePoint

public KDFeaturePoint()

KDFeaturePoint

public KDFeaturePoint(FeaturePoint fp)
方法详细信息

clone

public KDFeaturePoint clone()
覆盖:
Object 中的 clone


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