ContentArea
Inheritance: java.lang.Object
public class ContentArea
在图像中检测到的内容区域。
构造函数
| 构造函数 | 描述 |
|---|---|
| ContentArea() |
字段
| 字段 | 描述 |
|---|---|
| image | 包含内容的图像区域。 |
| index | 内容区域的顺序索引,在图像内唯一。 |
| rectangle | 内容区域的边界矩形。 |
ContentArea()
public ContentArea()
image
public BufferedImage image
包含内容的图像区域。
index
public int index
内容区域的顺序索引,在图像内唯一。
rectangle
public Rectangle rectangle
内容区域的边界矩形。