I have this image I want to get contour of apple and reference object

后端 未结 0 549
我寻月下人不归
我寻月下人不归 2021-01-02 16:49

This original image

after run this code i have this image After threshold

gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) img_f = cv2.medianBlur( gray, 5) img_t =

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