Find peak of a circle in a image

前端 未结 0 1098
既然无缘
既然无缘 2020-12-02 15:36

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          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题