How to find contour of figure on my image?

前端 未结 0 1011
难免孤独
难免孤独 2021-01-30 07:36

I have an image:

I want to find its contour with cv2 library. I try this:

import cv2
import numpy as np
import matplotlib.pyplot as plt

img = cv2.         


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