Ask Your Question
0

replacement for Watershed ?

asked 2014-09-11 00:12:15 -0600

jamesnzt gravatar image

updated 2020-10-16 17:21:42 -0600

Which algorithms similar to Watershed are efficient for region based segmentation. For my application watershed didn't detect the regions correctly. i created the markers using morphological operations.

edit retag flag offensive close merge delete

Comments

Thanks @Balaji Renganathan but, The distance transform Calculates the distance to the closest zero pixel. the input to distance transform is itself a binary image.

I need to segment various regions of the image Some what similar to this: http://www.mathworks.in/help/images/examples/marker-controlled-watershed-segmentation.html

jamesnzt gravatar imagejamesnzt ( 2014-09-12 00:21:14 -0600 )edit

"For my application watershed didn't detect the regions correctly." Can you explain why? Have you tried to replicate this with opencv? Can you share your code?

Balaji R gravatar imageBalaji R ( 2014-09-12 04:11:24 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-07-16 17:07:56 -0600

Royi gravatar image

You should try Gradient (Region Growing) and Active Contours.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-09-11 00:12:15 -0600

Seen: 338 times

Last updated: Jul 16 '15