Login  Register

Re: remove many small black spots

Posted by dscho on Jul 10, 2011; 10:16am
URL: http://imagej.273.s1.nabble.com/remove-many-small-black-spots-tp3683971p3683972.html

Hi Merlin,

On Sun, 10 Jul 2011, Merlin Verdecia wrote:

> I would be very grateful if someone could explain to me how to extract
> the blood vessels from the image of the attachment number 1 because I
> have tried and I get the image of the attachment number 2 which has many
> small black spots.How I can remove these black spots?

I would suggest to think about the task differently. It is not so much
that the black spots are hurting, but that the structures of interest are
not pronounced enough.

Even after background removal, it seems that you need some algorithm that
pronounces elongated structures. You might want to try the Tubeness
filter:

        http://www.longair.net/edinburgh/imagej/tubeness/

or the Linear Kuwahara filter:

        http://fiji.sc/Linear_Kuwahara


or the Frangi filter:

        http://fiji.sc/Frangi

If none of them works, you might want to give Curvelets a try.
Unfortunately, I am not aware of any implementation in ImageJ, but there
is a Matlab toolbox (behind a registration wall) here:

        http://curvelets.org/

Ciao,
Johannes