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

Kirsch's Edge Detector

The Kirsch operator or Kirsch compass kernel is a non-linear edge detector that finds the maximum edge strength in a few predetermined directions. It is named after the computer scientist Russell A. Kirsch.

References: Wikipedia contributors. "Kirsch operator." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia. Available at http://en.wikipedia.org/wiki/Kirsch_operator

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

공개 프로퍼티들

프로퍼티 타입 설명
East ].int[
North ].int[
Northeast ].int[
Northwest ].int[
South ].int[
Southeast ].int[
Southwest ].int[
West ].int[

공개 메소드들

메소드 설명
KirschEdgeDetector ( ) : System.Collections.Generic

Initializes a new instance of the KirschEdgeDetector class.

보호된 메소드들

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

Process the filter on the specified image.

메소드 상세

KirschEdgeDetector() 공개 메소드

Initializes a new instance of the KirschEdgeDetector class.
public KirschEdgeDetector ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ProcessFilter() 보호된 메소드

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

프로퍼티 상세

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

Gets the East direction Kirsch kernel mask.
public static int[,] East
리턴 ].int[

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

Gets the North direction Kirsch kernel mask.
public static int[,] North
리턴 ].int[

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

Gets the Northeast direction Kirsch kernel mask.
public static int[,] Northeast
리턴 ].int[

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

Gets the Northwest direction Kirsch kernel mask.
public static int[,] Northwest
리턴 ].int[

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

Gets the South direction Kirsch kernel mask.
public static int[,] South
리턴 ].int[

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

Gets the Southeast direction Kirsch kernel mask.
public static int[,] Southeast
리턴 ].int[

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

Gets the Southwest direction Kirsch kernel mask.
public static int[,] Southwest
리턴 ].int[

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

Gets the West direction Kirsch kernel mask.
public static int[,] West
리턴 ].int[