Just wanna tell you guys there is a nice option to find local maxima
in images with python:
from skimage.feature import peak_local_max
or for skimage 0.8.0
:
from skimage.feature.peak import peak_local_max
http://scikit-image.org/docs/0.8.0/api/skimage.feature.peak.html