Explore fourier transform
A simple plugin to interact with images Fourier transforms
A napari plugin for interactive Fourier transform filtering
This napari plugin was generated with copier using the napari-plugin-template (None).
Features
Interactive Fourier Transform Filter Widget
This widget allows you to:
- Select a 2D image from the napari viewer
- View its FFT-shifted Fourier transform (log magnitude) in the widget
- Interactively draw rectangular or circular regions on the Fourier transform
- Left-click and drag: Create inclusion regions (frequencies to keep)
- Right-click and drag: Create exclusion regions (frequencies to remove)
- Middle-click and drag: Pan the view
- Mouse wheel: Zoom in/out
- Toggle between rectangle and circle shape modes
- Apply inverse Fourier transform with frequency masking
- See real-time updates of the filtered image as you draw new regions
- Reset boxes or view independently
The filtered image automatically updates as you draw, providing immediate visual feedback. The widget tracks changes to the source image data and scale, keeping everything synchronized.
How to Use
- Load a 2D image into napari viewer
- Open the widget:
Plugins -> napari-ft -> Fourier Transform Filter - Select your image from the dropdown menu
- The FFT-shifted Fourier transform appears in the widget
- Draw regions on the Fourier transform:
- Left-click and drag to select frequencies to keep
- Right-click and drag to exclude specific frequencies
- Use "Shape" button to toggle between rectangles and circles
- The filtered image appears automatically and updates in real-time
- Use mouse wheel to zoom, middle-click to pan
- Click "Reset Boxes" to clear all regions or "Reset View" to reset zoom/pan
Installation
You can install napari-ft via pip:
pip install napari-ft
If napari is not already installed, you can install napari-ft with napari and Qt via:
pip install "napari-ft[all]"
Testing
To test the widget, run the included test script:
python test_ft_widget.py
This will open napari with a test image containing multiple frequency components.
Contributing
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the BSD-3 license, "napari-ft" is free and open source software
Issues
If you encounter any problems, please [file an issue] along with a detailed description.
Version:
- 0.1.0
Last updated:
- 2026-01-20
First released:
- 2026-01-19
License:
- Copyright (c) 2025, jules-vana...
