Click or drag to resize

CorrelationMatching1DMatch(Int32, Int32) Method

Matches two sets of feature points computed from the given arrays.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int[][] Match(
	int[] points1,
	int[] points2
)

Parameters

points1  Int32
Feature points of the first array (that was given in the constructor).
points2  Int32
Feature points of the second array (that was given in the constructor).

Return Value

Int32
A Nx2 matrix of correlating feature points.
See Also