입력된 이미지에 적응형 이진화(


- Image
- Adaptive Threshold를 적용할 Image를 입력합니다.(Type : Bitmap)
- Adaptive Method
- 픽셀 문턱 값(Thresholding Value)을 결정하는 계산 방법을 선택합니다.
- Adaptive Method에는 Gaussian, Mean이 존재합니다.
- Block Size
- 픽셀 문턱 값(Thresholding Value)을 계산하는데 사용되는 인접 픽셀의 크기를 입력합니다.
- Connect Constant
- Correct Constant는 보정 상수로서 계산된 픽셀 문턱 값(Thresholding Value)에서 Correct Constant가 양수면 빼주고 음수면 더해줍니다.
- Result