Score Aggregation#
Score aggregation analyzers accumulate optimal scores and rotation information across the search space. These analyzers maintain the best scoring results for each spatial location or rotation, enabling efficient identification of high-confidence matches.
|
Determine the rotation maximizing the score over all possible translations. |
|
Determine the translation maximizing the score over all possible rotations. |
|
Implements constrained template matching using rejection sampling. |
MaxScoreOverRotations finds the rotation maximizing the score over all possible translations for each spatial position.
MaxScoreOverTranslations determines the translation maximizing the score over all possible rotations for each orientation.
MaxScoreOverRotationsConstrained enables constrained template matching using rejection sampling with angular constraints and positional priors.