From: Mustafa on
Hi,

I was wondering if there is an implementation to the watershed algorithem similar to the one in ImageJ or at least some parts of it.

I know that there is a watershed function in matlab (Image Proc. toolbox). but the one in imagej seems to do a much better job at it.

In particular, it is beter in removing extra lines that are produced by the watershed algorithem. I looked quite a bit at their source code and it seems they have some post watershed processing to remove the extra lines (artifacts) somehow!

is there away to do that in matlab? I already looked at the demos/posts/blogs that are around here, and not one of the advices work with the problem.

Thanks in advance
From: Mustafa on
Just to add: the watershed in imagej only works on binary images.