Ask Your Question
0

Marker based watershed segmetation

asked 2014-08-18 01:31:02 -0600

jamesnzt gravatar image
1. Can anyone can explain what is going on in the marker based watershed segmentation algorithm.
2. How it segments regions of objects which looks similar?
3. How it can be implemented in OpenCV ?
4. Where can i refer about the algorithm?
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-08-19 05:10:32 -0600

I guess the solution to your questions is rather easy

  1. Start reading wikipedia and the original paper of the OpenCV implementation.
  2. Same as above, all explained in the paper.
  3. Yes the watershed function does all you need.
  4. Like mentioned above.
edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-08-18 01:31:02 -0600

Seen: 343 times

Last updated: Aug 19 '14