Click or drag to resize

CorrelationMatching1D.Match(IEnumerable<Int32>, IEnumerable<Int32>) Method

Matches two sets of feature points computed from the given arrays (for instance, peak positions).

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

Parameters

points1  IEnumerable<Int32>
Set of feature points for the first array.
points2  IEnumerable<Int32>
Set of feature points for the second array.

Return Value

Int32[][]

[Missing <returns> documentation for "M:Altaxo.Science.Spectroscopy.CorrelationMatching1D.Match(System.Collections.Generic.IEnumerable{System.Int32},System.Collections.Generic.IEnumerable{System.Int32})"]

See Also