MLXBackend.max_filter_coordinates#

MLXBackend.max_filter_coordinates(score_space, min_distance)#

Identifies local maxima in score_space separated by min_distance.

Parameters:
score_spaceBackendArray

Input score space.

min_distancetuple of ints

Minimum distance along each array axis.

Returns:
BackendArray

Identified local maxima.