Re: Creating noise in the frequency domain?



Pixel.to.life wrote:
....
Do you have a way to visualize the fourier transformed (real and
complex) images? Synthesizing a white-noise carrying 2D image, then
fourier transforming it, then visualizing it would already give you
some insight.

done:

WN_s -> GN_f
WN_f -> GN_s
GN_s -> GN_f
GN_f -> GN_s

(WN: white noise, GN: gaussian noise, s: spatial domain,
f: frequency domain)

To produce random numbers in the frequency domain should be a fast
way to get gaussian noise in the spatial domain(?).
But he could also produce gaussian noise direct in the spatial
domain, for example:
phi:=2*pi*random;
r:=sigma*sqrt(-2*log10(random));
result:= r*sin(phi);

Ok, it doesnt seems to be faster.

Jens


.



Relevant Pages

  • Re: Resize algorithm implemented in GDI
    ... There's no need to convince me to think in the frequency domain, ... do it and I know that averaging is the simplest method to reduce aliasing, ... averaging filter is) that will fail to attenuate aliases sufficiently, ... I suspect your judgements are based on *still* images. ...
    (microsoft.public.win32.programmer.gdi)
  • Re: Relationship between Spatial domain filter and that of frequency domain
    ... response to a usenet question. ... windows, sizes, shapes, etc. - remember to look at the images. ... Now as I understand, filters in spatial domain are always customized, ... and the corresponding filters in frequency domain have the size of the ...
    (sci.image.processing)
  • Re: Damn you, FEDEX! or Nikon D40 lost in Springfield, MO blackhole.
    ... the 2 mp Mavica he had been using with a Nikon D40. ... After shopping around, he got me to order one for him. ... The shipper had it insured, but from what I have read it could take weeks to sort this crap out. ... You may get your insurance from FedEx and a couple weeks later they find it and deliver it. ...
    (alt.photography)
  • Re: [ 2d fft + shape comparison ]
    ... I infer that you would like to get a measure of similarity between two ... images in the frequency domain. ... How about invariance to frequency domain transforms? ... weighted combination of multiple metrics applicable here. ...
    (sci.image.processing)
  • Re: image template match
    ... and what took about 3 seconds in frequency domain took 30 ... minutes in real domain using xcorr2. ... i have like 100 mri images which i have to check for displacement ... and keep on multiplying them in a loop...and then tke ifft ...
    (comp.soft-sys.matlab)