C# 클래스 Ocronet.Dynamic.Binarize.BinarizeBySauvola

Best binarization algorithm
상속: Ocronet.Dynamic.Interfaces.IBinarize
파일 보기 프로젝트 열기: nickun/OCRonet

공개 프로퍼티들

프로퍼티 타입 설명
MAXVAL int

보호된 프로퍼티들

프로퍼티 타입 설명
k float
w int
whalf int

공개 메소드들

메소드 설명
Binarize ( Bytearray bin_image, Bytearray gray_image ) : void
BinarizeBySauvola ( ) : System

메소드 상세

Binarize() 공개 메소드

public Binarize ( Bytearray bin_image, Bytearray gray_image ) : void
bin_image Bytearray
gray_image Bytearray
리턴 void

BinarizeBySauvola() 공개 메소드

public BinarizeBySauvola ( ) : System
리턴 System

프로퍼티 상세

MAXVAL 공개적으로 정적으로 프로퍼티

public static int MAXVAL
리턴 int

k 보호되어 있는 프로퍼티

protected float k
리턴 float

w 보호되어 있는 프로퍼티

protected int w
리턴 int

whalf 보호되어 있는 프로퍼티

protected int whalf
리턴 int