com.alibaba.simpleimage.analyze.harissurf
类 SURFInterestPoint
java.lang.Object
com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint
- 所有已实现的接口:
- InterestPoint, Clusterable, Serializable, Cloneable
public class SURFInterestPoint
- extends Object
- implements Cloneable, InterestPoint, Clusterable
- 另请参见:
- 序列化表格
SURFInterestPoint
public SURFInterestPoint(float x,
float y,
float scale,
int laplacian)
getX
public float getX()
getY
public float getY()
getScale
public float getScale()
getOrientation
public float getOrientation()
setOrientation
public void setOrientation(float orientation)
getLaplacian
public int getLaplacian()
getDescriptor
public float[] getDescriptor()
getLocation
public float[] getLocation()
- To take care of the InterestPoint Interface
- 指定者:
- 接口
InterestPoint 中的 getLocation - 指定者:
- 接口
Clusterable 中的 getLocation
setDescriptor
public void setDescriptor(float[] descriptor)
getDx
public float getDx()
setDx
public void setDx(float dx)
getDy
public float getDy()
setDy
public void setDy(float dy)
getClusterIndex
public int getClusterIndex()
setClusterIndex
public void setClusterIndex(int clusterIndex)
getDistance
public double getDistance(InterestPoint point)
- 指定者:
- 接口
InterestPoint 中的 getDistance
getCoord
public Float getCoord(int dimension)
getDimensions
public int getDimensions()
clone
public Object clone()
throws CloneNotSupportedException
- 覆盖:
- 类
Object 中的 clone
- 抛出:
CloneNotSupportedException
isEquivalentTo
public boolean isEquivalentTo(SURFInterestPoint point)
getDescriptorString
public String getDescriptorString()
Copyright © 2012–2015 Alibaba Group. All rights reserved.