mrtpk
mrtpk

Reputation: 1437

Image segmentation using Python and OpenCV

I have been trying to segment the tread from images. The expected segmentation(manually segmented) is 1

enter image description here

The methods I have tried so far,

Please note that I cannot use color thresholding as the background color changes.

Below is the image I want to segment.

enter image description here

Any idea on how I should approach this problem or which techniques will be useful will be of great help. I'm constrained to use Python and OpenCV.

Thanks.

Upvotes: 1

Views: 1528

Answers (1)

Related Questions