Prev: Is it possible to run MATLAB with PowerPC as the target CPU and VxWorks as the target operating system?
Next: draw an arc using just five points
From: Mustafa on 25 Jun 2010 10:30 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 25 Jun 2010 16:56
Just to add: the watershed in imagej only works on binary images. |