First time here? Check out the FAQ!

Ask Your Question
0

replacement for Watershed ?

asked Sep 11 '14

jamesnzt gravatar image

updated Oct 16 '0

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.

Preview: (hide)

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 (Sep 12 '14)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 (Sep 12 '14)edit

1 answer

Sort by » oldest newest most voted
0

answered Jul 16 '15

Royi gravatar image

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

Preview: (hide)

Question Tools

Stats

Asked: Sep 11 '14

Seen: 366 times

Last updated: Jul 16 '15