标签: python opencv image-processing image-segmentation
我想知道飞镖盘上红圈的半径(你可以得到50分)。 我转换为HSV而不是定义红色范围。 但当我试图在我的面具图像上检测圆圈时,我没有得到我预期的结果。我尝试使用属性,但我找不到合适的组合。
false
Original image
Image about the detected mask and edges
Detected circles on the mask
我怎样才能准确地检测到它?我需要半径。