MaxScoreOverTranslations.merge#
- classmethod MaxScoreOverTranslations.merge(param_stores, **kwargs)[source]#
Merge multiple instances of the current class.
- Parameters:
- param_storeslist of tuple
List of instance’s internal state created by applying tuple(instance).
- **kwargsdict, optional
Optional keyword arguments.
- Returns:
- NDArray
Maximum score of each rotation over all observed translations.
- NDArray
Translation offset, zero by default.
- NDArray
Mapping between translations and rotation indices.
- Dict
Mapping between rotations and rotation indices.