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

콘텐츠 영역의 경계 사각형입니다.