MaxScoreOverRotationsConstrained.merge#

classmethod MaxScoreOverRotationsConstrained.merge(results, use_memmap=False, output_shape=None, **kwargs)#

Merge multiple instances of the current class.

Parameters:
resultslist of tuple

List of instance’s internal state created by applying result.

use_memmapbool

Whether to memmap results, defaults to False.

output_shapebool

Override internal output shape (for subset matching).

**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.