|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.alibaba.simpleimage.analyze.harris.Corner
public class Corner
| 构造方法摘要 | |
|---|---|
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 |
| 构造方法详细信息 |
|---|
public Corner(int x,
int y,
float h)
| 方法详细信息 |
|---|
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public float getH()
public void setH(float h)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||