Files
rustyJ/crates/ri-fft/Cargo.toml
T
Omar SobhandClaude Opus 4.6 b3520373fc Add M15: image registration, stitching, batch macro CLI, user documentation
- Phase correlation registration with sub-pixel accuracy (ri-fft/registration.rs)
- Shared FFT utilities extracted from deconvolution (ri-fft/fft_util.rs)
- Image stitching with linear blending: pair + grid modes (ri-ops/stitch.rs)
- Batch macro CLI binary `rustyimage-batch` with full Operation dispatch (ri-batch crate)
- mdBook user guide: 27 pages covering all operations, analysis, macros, and advanced topics
- IPC commands + frontend Registration submenu (phase correlate, align, translate, stitch)
- README updated with batch CLI docs, registration/stitching features, 181 tests, 26 crates

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-03-10 08:07:05 -07:00

11 lines
191 B
TOML

[package]
name = "ri-fft"
version.workspace = true
edition.workspace = true
[dependencies]
ri-core.workspace = true
ri-types.workspace = true
rustfft.workspace = true
serde.workspace = true