For further actions, you may consider blocking this person and/or reporting abuse
Read next
A Guide to Unsupervised Image Segmentation using Normalized Cuts (NCut) in Python
Giacomo -
Build a Secure Python Password Generator Using Secret Lib
Scofield Idehen -
Building a Simple Python-Django CRUD Application from Scratch
Aadarsh Nagrath -
Conociendo uv
Johnnatan Sandoval Cardona -
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.