Computes Fourier Trasnform honoring the origin of the image
- See Also
- View Phase Diference Example
-
"View Fourier Transform Example"
4 images=io.LoadImageList([
'square.png',
'circle.png'])
6 images=io.LoadImageList(sys.argv[1:])
9 main_area=gui.GostyApp.Instance().perspective.main_area
11 im.CenterSpatialOrigin()
12 im.ApplyIP(img.alg.DFT())
13 v=gui.CreateDataViewer(im,
"Image")