com.alibaba.simpleimage.analyze.harissurf
类 SURFInterestPointN

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

public class SURFInterestPointN
extends IKDTreeDomain
implements Cloneable, Serializable

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

作者:
axman 2013-5-23 下午2:12:23
另请参见:
序列化表格

构造方法摘要
SURFInterestPointN()
           
SURFInterestPointN(SURFInterestPoint sp)
           
 
方法摘要
 int getClusterIndex()
           
 int[] getDescriptor()
           
 int getDim()
           
 int getDimensionCount()
           
 int getDimensionElement(int dim)
           
 float getDx()
           
 float getDy()
           
 int getLaplacian()
           
 float getOrientation()
           
 float getScale()
           
static long getSerialversionuid()
           
 float getX()
           
 float getY()
           
 void setClusterIndex(int clusterIndex)
           
 void setDescriptor(int[] descriptor)
           
 void setDim(int dim)
           
 void setDx(float dx)
           
 void setDy(float dy)
           
 void setLaplacian(int laplacian)
           
 void setOrientation(float orientation)
           
 void setScale(float scale)
           
 void setX(float x)
           
 void setY(float y)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SURFInterestPointN

public SURFInterestPointN()

SURFInterestPointN

public SURFInterestPointN(SURFInterestPoint sp)
方法详细信息

getX

public float getX()

setX

public void setX(float x)

getY

public float getY()

setY

public void setY(float y)

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)

getScale

public float getScale()

setScale

public void setScale(float scale)

getOrientation

public float getOrientation()

setOrientation

public void setOrientation(float orientation)

getLaplacian

public int getLaplacian()

setLaplacian

public void setLaplacian(int laplacian)

getSerialversionuid

public static long getSerialversionuid()

getDim

public int getDim()

setDim

public void setDim(int dim)

getDescriptor

public int[] getDescriptor()

setDescriptor

public void setDescriptor(int[] descriptor)

getDimensionCount

public int getDimensionCount()

getDimensionElement

public int getDimensionElement(int dim)


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