com.alibaba.simpleimage.analyze.harissurf
类 SURFInterestPoint

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.harissurf.SURFInterestPoint
所有已实现的接口:
InterestPoint, Serializable, Cloneable

public class SURFInterestPoint
extends Object
implements Cloneable, InterestPoint

另请参见:
序列化表格

构造方法摘要
SURFInterestPoint(float x, float y, float scale, int laplacian)
           
 
方法摘要
 Object clone()
           
 int getClusterIndex()
           
 Float getCoord(int dimension)
           
 float[] getDescriptor()
           
 String getDescriptorString()
           
 int getDimensions()
           
 double getDistance(InterestPoint point)
           
 float getDx()
           
 float getDy()
           
 int getLaplacian()
           
 float[] getLocation()
          To take care of the InterestPoint Interface
 float getOrientation()
           
 float getScale()
           
 float getX()
           
 float getY()
           
 boolean isEquivalentTo(SURFInterestPoint point)
           
 void setClusterIndex(int clusterIndex)
           
 void setDescriptor(float[] descriptor)
           
 void setDx(float dx)
           
 void setDy(float dy)
           
 void setOrientation(float orientation)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

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

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–2013 Alibaba Group. All rights reserved.