Login  Register

Re: Antwort: Fast Fourier Transform: Location of Maxima

Posted by Gabriel Landini on Nov 02, 2009; 12:59pm
URL: http://imagej.273.s1.nabble.com/Fast-Fourier-Transform-Location-of-Maxima-tp3690597p3690599.html

On Monday 02 November 2009  12:50:32 Joachim Wesner wrote:
> In the former case, I have a plugin that uses this (it´s not a plugin on
> it´s own) but it could be extended to a more general plugin and also to the
> latter multi-peak case.
[...]

Alternatively one can consider the image as a landscape and use greyscale
morphology to extract "domes" of a particular height.

The morphology plugins in my site include a "Domes_" plugin, which supports
only 8 bit greyscale. Not sure if that would be suitable for your problem,
though.

The paper to read about this approach is: Vincent L. Morphological greyscale
reconstruction in Image Analysis: Applications and efficient algorithms. IEEE
Trans Image Proc 2(2) 176-201, 1993.

I hope it helps.

G.