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
- 另请参见:
- 序列化表格
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.