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

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

공개 메소드들

메소드 설명
LineMarker ( Color markerColor ) : System.Collections.Generic

Initializes a new instance of the LineMarker class.

LineMarker ( Color markerColor, int width ) : System.Collections.Generic

Initializes a new instance of the LineMarker class.

LineMarker ( Line line ) : System.Collections.Generic

Initializes a new instance of the LineMarker class.

LineMarker ( Line line, Color markerColor ) : System.Collections.Generic

Initializes a new instance of the LineMarker class.

LineMarker ( Line line, Color markerColor, int width ) : System.Collections.Generic

Initializes a new instance of the LineMarker class.

보호된 메소드들

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

Process the filter on the specified image.

메소드 상세

LineMarker() 공개 메소드

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

LineMarker() 공개 메소드

Initializes a new instance of the LineMarker class.
public LineMarker ( Color markerColor, int width ) : System.Collections.Generic
markerColor Color
width int
리턴 System.Collections.Generic

LineMarker() 공개 메소드

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

LineMarker() 공개 메소드

Initializes a new instance of the LineMarker class.
public LineMarker ( Line line, Color markerColor ) : System.Collections.Generic
line Line
markerColor Color
리턴 System.Collections.Generic

LineMarker() 공개 메소드

Initializes a new instance of the LineMarker class.
public LineMarker ( Line line, Color markerColor, int width ) : System.Collections.Generic
line Line
markerColor Color
width int
리턴 System.Collections.Generic

ProcessFilter() 보호된 메소드

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