Re: Leeres FFT Image erzeugen
Posted by dscho on Dec 13, 2006; 11:59am
URL: http://imagej.273.s1.nabble.com/Leeres-FFT-Image-erzeugen-tp3700819p3700820.html
Hi,
On Wed, 13 Dec 2006, Maja Temerinac wrote:
> Mein Problem ist,dass ich aus zwei FFT-Bildern ein FFT-Bild erzeugen
> möchte, in dem nur das Maximum der zwei FFT-Bilder steht. Das habe ich
> mit Process->Image Calculator... und dann MAX als Operation gemacht.
> Anschließend wollte ich das Resultat-Bild mit Process->FFT->
> InverseFFT zurüch transformieren. dabei erhalte ich die Fehlermeldung:
> Frequency domain image required. Ich wäre für jeden Lösungvorschlag sehr
> dankbar!
Since I _am_ fluent in German, and this is an English-only mailing list, I
will just translate here:
"My problem: I have to FFT images, and need to create just one by taking
the maximum of both FFT images. I did that by using 'Process->Image
Calculator...' with the 'MAX' operation. When I tried to apply the inverse
transformation ('Process->FFT->InverseFFT') it failed with 'Frequency
domain image required', though. Help?"
Dear Maja, as Kriss pointed out, you can use the image calculator without
creating a new image, keeping the information FHT needs.
Alternatively, I _think_ that renaming the resulting ("MAX") image to "FHT
of result" and _then_ applying the inverse FFT should work (I get that
impression from reading the source; unfortunately I do not have a means to
test right now).
Hth,
Dscho