Canny can't get full complete contour in python

后端 未结 0 801
醉梦人生
醉梦人生 2021-02-02 05:25

I use canny in python. My image value only 0 and 1.

So my code be like this

canny = cv2.Canny(obj_map, 0, 1)
plt.imshow(canny)
plt.show()


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