ImageBinarizationOptions
내용물
[
숨다
]Inheritance: java.lang.Object
public class ImageBinarizationOptions
이미지 이진화 옵션.
생성자
| 생성자 | 설명 |
|---|---|
| ImageBinarizationOptions() | 새 인스턴스를 초기화합니다 ImageBinarizationOptions 클래스. |
메서드
| 메서드 | 설명 |
|---|---|
| getBinarizationMethod() | 이진화 방법을 가져오거나 설정합니다. |
| getBinarizationThreshold() | 고정 임계값 이진화 방법에 대한 임계값을 가져오거나 설정합니다. |
| setBinarizationMethod(int value) | 이진화 방법을 가져오거나 설정합니다. |
| setBinarizationThreshold(int value) | 고정 임계값 이진화 방법에 대한 임계값을 가져오거나 설정합니다. |
ImageBinarizationOptions()
public ImageBinarizationOptions()
새 인스턴스를 초기화합니다 ImageBinarizationOptions 클래스.
getBinarizationMethod()
public final int getBinarizationMethod()
이진화 방법을 가져오거나 설정합니다. 기본값은 BinarizationMethod.FixedThreshold입니다.
Returns: int
getBinarizationThreshold()
public final int getBinarizationThreshold()
고정 임계값 이진화 방법에 대한 임계값을 가져오거나 설정합니다. 기본값은 128입니다.
Returns: int
setBinarizationMethod(int value)
public final void setBinarizationMethod(int value)
이진화 방법을 가져오거나 설정합니다. 기본값은 BinarizationMethod.FixedThreshold입니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | int |
setBinarizationThreshold(int value)
public final void setBinarizationThreshold(int value)
고정 임계값 이진화 방법에 대한 임계값을 가져오거나 설정합니다. 기본값은 128입니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| 값 | int |