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

Robinson's Edge Detector

Robinson's edge detector is a variation of Kirsch's detector using different convolution masks. Both are examples of compass convolution filters.

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

공개 프로퍼티들

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

공개 메소드들

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

Initializes a new instance of the RobinsonEdgeDetector class.

보호된 메소드들

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

Process the filter on the specified image.

메소드 상세

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

RobinsonEdgeDetector() 공개 메소드

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

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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