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.3448.0 (4.8.3448.0)
Syntaxpublic 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
Int32A 2xN matrix of corresponding feature points.
See Also