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

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

공개 메소드들

메소드 설명
WolfJolionThreshold ( ) : Accord.Imaging

Initializes a new instance of the WolfJolionThreshold class.

보호된 메소드들

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

Process the filter on the specified image.

비공개 메소드들

메소드 설명
Max ( int width, int height, byte src, int offset ) : int
Min ( int width, int height, byte src, int offset ) : int

메소드 상세

ProcessFilter() 보호된 메소드

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

WolfJolionThreshold() 공개 메소드

Initializes a new instance of the WolfJolionThreshold class.
public WolfJolionThreshold ( ) : Accord.Imaging
리턴 Accord.Imaging