Accord.Imaging.Filters.PairsMarker.PairsMarker C# (CSharp) Method

PairsMarker() public method

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.
return System.Collections.Generic
        public PairsMarker(IntPoint[] points1, IntPoint[] points2)
            : this(points1, points2, Color.White)
        {
        }

Same methods

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