Click or drag to resize
Accord.NET (logo)

CorrelationMatching Constructor (Int32, Double)

Note: This API is now obsolete.

Constructs a new Correlation Matching algorithm.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the overload that accepts bitmaps.")]
public CorrelationMatching(
	int windowSize,
	double maxDistance
)
Request Example View Source

Parameters

windowSize
Type: SystemInt32
maxDistance
Type: SystemDouble
See Also