C# Класс Accord.Imaging.Filters.RectanglesMarker

Filter to mark (highlight) rectangles in a image.
Наследование: BaseInPlaceFilter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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