Hades logoHades applet banner
Gauss filter

applet icon

The image above shows a thumbnail of the interactive Java applet embedded into this page. Unfortunately, your browser is not Java-aware or Java is disabled in the browser preferences. To start the applet, please enable Java and reload this page. (You might have to restart the browser.)

Circuit Description

Another simple filter-graph with the ImageSource connected to two Gauss-filters with operator size 3x3 and 5x5. These are low-pass filters for image smoothing (check your favorite image-processing handbook for details).

Gauss 3x3:

   1  2  1
   2  4  2     * 1/16
   1  2  1

Gauss 5x5:

   2   7   12    7   2
   7  31   52   31   7
  15  52  127   52  15   * 1/423
   7  31   52   31   7
   2   7   12    7   2

Print version | Run this demo in the Hades editor (via Java WebStart)
Usage | FAQ | About | License | Feedback | Tutorial (PDF) | Referenzkarte (PDF, in German)
Impressum http://tams.informatik.uni-hamburg.de/applets/hades/webdemos/00-intro/02-imageprocessing/gauss.html