Given a image with circles, return the peak of every circle in the image (Python3). For example:
import cv2 import numpy as np img = np.zeros((512,512)) img