填充圆drawKeypoints

时间:2018-02-28 23:40:25

标签: python-3.x opencv computer-vision geometry

我是opencv的新手,我正在对图像进行blob检测,然后使用命令在每个blob周围绘制圆圈 -

im_with_keypoints = cv2.drawKeypoints(im, keypoints, np.array([]), (0,0,255), cv2.DRAW_MATCHES_FLAGS_DRAW_RICH_KEYPOINTS)

我得到的输出为: Output Image of the blob detection

我想知道的是,如何将这些红色圆圈作为实心圆圈?

0 个答案:

没有答案