match_template_coalign#

sunkit_image.coalignment.match_template.match_template_coalign(target_array, reference_array, **kwargs)[source]#

Perform coalignment by matching the input array to the target array.

Coalign target_array to reference_array using normalized correlation via skimage.feature.match_template. For more details on this approach, please check the documentation of that function including the available keyword arguments and the details of the algorithm.

Warning

This method only returns a translation. The scale and rotation parameters are unity.

Parameters:
Returns:

sunkit_image.coalignment.interface.AffineParams