Click or drag to resize
Accord.NET (logo)

CorrelationMatching Constructor (Int32, Double, Bitmap, Bitmap)

Constructs a new Correlation Matching algorithm.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public CorrelationMatching(
	int windowSize,
	double maxDistance,
	Bitmap image1,
	Bitmap image2
)
Request Example View Source

Parameters

windowSize
Type: SystemInt32
maxDistance
Type: SystemDouble
image1
Type: System.DrawingBitmap
image2
Type: System.DrawingBitmap
See Also