Fourier Image Filtering

Fourier Image Filtering

An online html5 app that demonstrates the use of the 2D Fourier Transform to filter images

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fourier Image Filtering",
  "description": "An online html5 app that demonstrates the use of the 2D Fourier Transform to filter images",
  "version": "1",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.ejectamenta.com/Imaging-Experiments/fourierimagefiltering.html"
    ],
    "launch": {
      "web_url": "http://www.ejectamenta.com/Imaging-Experiments/fourierimagefiltering.html"
    }
  },
  "manifest_version": 2
}