C# 클래스 Accord.Imaging.Filters.NiblackThreshold

Niblack Threshold.

The Niblack filter is a local thresholding algorithm that separates white and black pixels given the local mean and standard deviation for the current window.

This filter implementation has been contributed by Diego Catalano.

References: W. Niblack, An Introduction to Digital Image Processing, pp. 115-116. Prentice Hall, 1986.

상속: BaseFilter
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
NiblackThreshold ( ) : System

Initializes a new instance of the NiblackThreshold class.

보호된 메소드들

메소드 설명
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the filter on the specified image.

메소드 상세

NiblackThreshold() 공개 메소드

Initializes a new instance of the NiblackThreshold class.
public NiblackThreshold ( ) : System
리턴 System

ProcessFilter() 보호된 메소드

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void
sourceData UnmanagedImage Source image data.
destinationData UnmanagedImage Destination image data.
리턴 void