Login  Register

Re: Pattern Spectrum Algorithm

Posted by rmakanza on Aug 01, 2016; 9:42am
URL: http://imagej.273.s1.nabble.com/Pattern-Spectrum-Algorithm-tp5016904p5016961.html

Dear Kees.
Thank you very much for a quick help. I have managed to try the Mophology algorithm:(http://svg.dmi.unict.it/iplab/imagej/Plugins/Morphological%20Operators/Morphological%20Operators/MorphologicalOperatorsPlugin.htm), but the second link is not openning.

I liked it because it enables me to create my own Structure Element (SE) to fill the gaps. However I am not able to maintain the distances between individual objects after applying it. Objects are getting connected even after using the close method, affecting my segmentation. In this link:http://www.intelligence.tuc.gr/~petrakis/courses/computervision/binary.pdf,  on page 30, it looks like its possible to maintain these distances and the formular to do so is given. Any clue or code to achieve this?