Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
为什么一个网球会识别出好多个色块?怎样才能返回一个中心点?
1.颜色阈值设置不合适,重新调整阈值。
2.设置find_blobs函数参数merge=True,使同一区域内的颜色块合并。
3.编程使只返回最大色块的中心坐标。