Ask Your Question

chetanreddy's profile - activity

2017-08-21 08:05:06 -0600 received badge  Supporter (source)
2017-08-21 08:05:05 -0600 received badge  Scholar (source)
2017-08-20 18:51:23 -0600 received badge  Student (source)
2017-08-19 07:50:41 -0600 commented question watershed algorithm to image with grey background

@sturkmen I have added a sample image

2017-08-19 07:50:09 -0600 received badge  Editor (source)
2017-08-19 06:57:33 -0600 asked a question watershed algorithm to image with grey background

I have an image with grey backgound to which i want to apply watershed algorithm.

But as I am trying to threshold the grey scaled image, the background is also is being converted to white(binary+otsu thresholding).
I thought of applying the grabcut algorithm to my image first then apply watershed.

I have no idea how to implement this.
Any help in this regard would be appreciated?