CorrelationMatching1DMatch(IEnumerableInt32, IEnumerableInt32) Method |
Matches two sets of feature points computed from the given arrays (for instance, peak positions).
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int[][] Match(
IEnumerable<int> points1,
IEnumerable<int> points2
)
Parameters
- points1 IEnumerableInt32
- Set of feature points for the first array.
- points2 IEnumerableInt32
- 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