myimagelib.myImageLib.minimal_peakfind

myimagelib.myImageLib.minimal_peakfind(img)

Minimal version of myImageLib.FastPeakFind(). Remove all the preprocessings, such as median filter, gauss filter and thresholding. Only keep the essential peak finding functionality.

Parameters

img (2-d array) – input image

Returns

coordinates of peaks in an Nx2 array

Return type

2d array