I have tried this, firstly convert the image to binary using threshold. Then i searched for contours using cv2.findContours and after finding them i sorted the contours and drew the biggest
after some research i found a way to cut the contour and save it to a new image.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
I have tried this, firstly convert the image to binary using threshold. Then i searched for contours using cv2.findContours and after finding them i sorted the contours and drew the biggest
after some research i found a way to cut the contour and save it to a new image.