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

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

공개 메소드들

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

Initializes a new instance of the RectanglesMarker class.

RectanglesMarker ( Color markerColor ) : System.Collections.Generic

Initializes a new instance of the RectanglesMarker class.

RectanglesMarker ( IEnumerable rectangles ) : System.Collections.Generic

Initializes a new instance of the RectanglesMarker class.

RectanglesMarker ( IEnumerable rectangles, Color markerColor ) : System.Collections.Generic

Initializes a new instance of the RectanglesMarker class.

보호된 메소드들

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

Applies the filter to the image.

메소드 상세

ProcessFilter() 보호된 메소드

Applies the filter to the image.
protected ProcessFilter ( UnmanagedImage image ) : void
image UnmanagedImage
리턴 void

RectanglesMarker() 공개 메소드

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

RectanglesMarker() 공개 메소드

Initializes a new instance of the RectanglesMarker class.
public RectanglesMarker ( Color markerColor ) : System.Collections.Generic
markerColor System.Drawing.Color The color to use to drawn the rectangles.
리턴 System.Collections.Generic

RectanglesMarker() 공개 메소드

Initializes a new instance of the RectanglesMarker class.
public RectanglesMarker ( IEnumerable rectangles ) : System.Collections.Generic
rectangles IEnumerable Set of rectangles to be drawn.
리턴 System.Collections.Generic

RectanglesMarker() 공개 메소드

Initializes a new instance of the RectanglesMarker class.
public RectanglesMarker ( IEnumerable rectangles, Color markerColor ) : System.Collections.Generic
rectangles IEnumerable Set of rectangles to be drawn.
markerColor System.Drawing.Color The color to use to drawn the rectangles.
리턴 System.Collections.Generic