C# Class Accord.Imaging.Filters.PairsMarker

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

Méthodes publiques

Méthode Description
PairsMarker ( IntPoint points1, IntPoint points2 ) : System.Collections.Generic

Initializes a new instance of the PairsMarker class.

PairsMarker ( IntPoint points1, IntPoint points2, Color markerColor ) : System.Collections.Generic

Initializes a new instance of the PairsMarker class.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage image ) : void

Process the filter on the specified image.

Method Details

PairsMarker() public méthode

Initializes a new instance of the PairsMarker class.
public PairsMarker ( IntPoint points1, IntPoint points2 ) : System.Collections.Generic
points1 AForge.IntPoint Set of starting points.
points2 AForge.IntPoint Set of corresponding points.
Résultat System.Collections.Generic

PairsMarker() public méthode

Initializes a new instance of the PairsMarker class.
public PairsMarker ( IntPoint points1, IntPoint points2, Color markerColor ) : System.Collections.Generic
points1 AForge.IntPoint Set of starting points.
points2 AForge.IntPoint Set of corresponding points.
markerColor System.Drawing.Color The color of the lines to be marked.
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