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

内容区域的边界矩形。