com.alibaba.simpleimage.analyze.harris
类 Corner

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.harris.Corner

public class Corner
extends Object


构造方法摘要
Corner(int x, int y, float h)
           
 
方法摘要
 float getH()
           
 int getX()
           
 int getY()
           
 void setH(float h)
           
 void setX(int x)
           
 void setY(int y)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Corner

public Corner(int x,
              int y,
              float h)
方法详细信息

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)

getH

public float getH()

setH

public void setH(float h)


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