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

Filter to mark (highlight) pairs of points in a image.
상속: BaseInPlaceFilter
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
PairsMarker ( IntPoint points1, IntPoint points2 ) : System.Collections.Generic

Initializes a new instance of the PairsMarker class.

PairsMarker ( IntPoint points1, IntPoint points2, Color markerColor ) : System.Collections.Generic

Initializes a new instance of the PairsMarker class.

보호된 메소드들

메소드 설명
ProcessFilter ( UnmanagedImage image ) : void

Process the filter on the specified image.

메소드 상세

PairsMarker() 공개 메소드

Initializes a new instance of the PairsMarker class.
public PairsMarker ( IntPoint points1, IntPoint points2 ) : System.Collections.Generic
points1 AForge.IntPoint Set of starting points.
points2 AForge.IntPoint Set of corresponding points.
리턴 System.Collections.Generic

PairsMarker() 공개 메소드

Initializes a new instance of the PairsMarker class.
public PairsMarker ( IntPoint points1, IntPoint points2, Color markerColor ) : System.Collections.Generic
points1 AForge.IntPoint Set of starting points.
points2 AForge.IntPoint Set of corresponding points.
markerColor System.Drawing.Color The color of the lines to be marked.
리턴 System.Collections.Generic

ProcessFilter() 보호된 메소드

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