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

コンテンツ領域のバウンディング矩形。