- 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]>
11 lines
191 B
TOML
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
|