C# Class Accord.Imaging.Filters.LineMarker

Filter to mark (highlight) lines in a image.
Inheritance: BaseInPlaceFilter
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage image ) : void

Process the filter on the specified image.

Method Details

LineMarker() public méthode

Initializes a new instance of the LineMarker class.
public LineMarker ( Color markerColor ) : System.Collections.Generic
markerColor Color
Résultat System.Collections.Generic

LineMarker() public méthode

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

LineMarker() public méthode

Initializes a new instance of the LineMarker class.
public LineMarker ( Line line ) : System.Collections.Generic
line Line
Résultat System.Collections.Generic

LineMarker() public méthode

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

LineMarker() public méthode

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
Résultat System.Collections.Generic

ProcessFilter() protected méthode

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage image ) : void
image Accord.Imaging.UnmanagedImage Source image data.
Résultat void