MaxScoreOverRotations.merge#

classmethod MaxScoreOverRotations.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 translation over all observed rotations.

NDArray

Translation offset, zero by default.

NDArray

Mapping between translations and rotation indices.

Dict

Mapping between rotations and rotation indices.