Table of Contents

Periodic Boundary Blur

A plugin-filter that smoothens an image with periodic boundary conditions.

The filter is intended for smoothing in the Fourier domain, e.g. for smoothing custom FFT filters, and for rotational smoothing when used after the Polar_Transformer plugin.

Periodic boundary conditions” means that the image is treated as if repeated on all sides. Thus, an object at, e.g., the right edge of the image will be blurred into the image at its left edge.

Filter parameters

Notes

Usage

Download the sourcecode (file Periodic_Boundary_Blur.java), put it into the “plugins” folder or a subfolder thereof and compile it via Plugins>Compile and Run… (make sure you name the downloaded file “Periodic_Boundary_Blur.java”; uppercase/lowercase matters).

Michael Schmid 2009/03/25 21:20