match#
- NormalizedCrossCorrelationMetric.match(experimental: ndarray | Array, dictionary: ndarray | Array) Array[source]#
Match all experimental patterns to all dictionary patterns and return their similarities.
- Parameters:
- experimental
Experimental patterns.
- dictionary
Dictionary patterns.
- Returns:
scoresNormalized cross-correlation scores.