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

Filter to mark (highlight) points in a image.

The filter highlights points on the image using a given set of points.

The filter accepts 8 bpp grayscale, 24 and 32 bpp color images for processing.

Наследование: BaseInPlaceFilter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PointsMarker ( Color markerColor ) : System.Collections.Generic

Initializes a new instance of the PointsMarker class.

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

Initializes a new instance of the PointsMarker class.

PointsMarker ( IEnumerable points ) : System.Collections.Generic

Initializes a new instance of the PointsMarker class.

PointsMarker ( IEnumerable points, Color markerColor ) : System.Collections.Generic

Initializes a new instance of the PointsMarker class.

PointsMarker ( IEnumerable points, Color markerColor, int width ) : System.Collections.Generic

Initializes a new instance of the PointsMarker class.

PointsMarker ( IList points ) : System.Collections.Generic

Initializes a new instance of the PointsMarker class.

PointsMarker ( IList points, Color markerColor ) : System.Collections.Generic

Initializes a new instance of the PointsMarker class.

PointsMarker ( IList points, Color markerColor, int width ) : System.Collections.Generic

Initializes a new instance of the PointsMarker class.

Защищенные методы

Метод Описание
ProcessFilter ( UnmanagedImage image ) : void

Process the filter on the specified image.

Приватные методы

Метод Описание
init ( IEnumerable points, Color markerColor, int width ) : Color

Описание методов

PointsMarker() публичный метод

Initializes a new instance of the PointsMarker class.
public PointsMarker ( Color markerColor ) : System.Collections.Generic
markerColor System.Drawing.Color
Результат System.Collections.Generic

PointsMarker() публичный метод

Initializes a new instance of the PointsMarker class.
public PointsMarker ( Color markerColor, int width ) : System.Collections.Generic
markerColor System.Drawing.Color
width int
Результат System.Collections.Generic

PointsMarker() публичный метод

Initializes a new instance of the PointsMarker class.
public PointsMarker ( IEnumerable points ) : System.Collections.Generic
points IEnumerable
Результат System.Collections.Generic

PointsMarker() публичный метод

Initializes a new instance of the PointsMarker class.
public PointsMarker ( IEnumerable points, Color markerColor ) : System.Collections.Generic
points IEnumerable
markerColor System.Drawing.Color
Результат System.Collections.Generic

PointsMarker() публичный метод

Initializes a new instance of the PointsMarker class.
public PointsMarker ( IEnumerable points, Color markerColor, int width ) : System.Collections.Generic
points IEnumerable
markerColor System.Drawing.Color
width int
Результат System.Collections.Generic

PointsMarker() публичный метод

Initializes a new instance of the PointsMarker class.
public PointsMarker ( IList points ) : System.Collections.Generic
points IList
Результат System.Collections.Generic

PointsMarker() публичный метод

Initializes a new instance of the PointsMarker class.
public PointsMarker ( IList points, Color markerColor ) : System.Collections.Generic
points IList
markerColor System.Drawing.Color
Результат System.Collections.Generic

PointsMarker() публичный метод

Initializes a new instance of the PointsMarker class.
public PointsMarker ( IList points, Color markerColor, int width ) : System.Collections.Generic
points IList
markerColor System.Drawing.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