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
コンテンツ領域のバウンディング矩形。