public class Box extends Object
| 构造器和说明 |
|---|
Box() |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getConfidence() |
int |
getRealX() |
int |
getRealY() |
int |
getTypeID() |
int |
getX() |
int |
getxSize() |
int |
getY() |
int |
getySize() |
void |
setConfidence(double confidence) |
void |
setRealX(int realX) |
void |
setRealY(int realY) |
void |
setTypeID(int typeID) |
void |
setX(int x) |
void |
setxSize(int xSize) |
void |
setY(int y) |
void |
setySize(int ySize) |
public int getTypeID()
public void setTypeID(int typeID)
public int getRealX()
public void setRealX(int realX)
public int getRealY()
public void setRealY(int realY)
public double getConfidence()
public void setConfidence(double confidence)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getxSize()
public void setxSize(int xSize)
public int getySize()
public void setySize(int ySize)
Copyright © 2024. All rights reserved.