MaxScoreOverRotations.merge#
- classmethod MaxScoreOverRotations.merge(results, **kwargs)[source]#
Merge multiple instances of the current class.
- Parameters:
- resultslist of tuple
List of instance’s internal state created by applying result.
- **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.