1. File Formats: FITS reader (BITPIX 8/16/32/-32/-64, BZERO/BSCALE), AVI reader/writer (uncompressed RIFF), raw binary import 2. Image Calculator: 13 operations (Add/Sub/Mul/Div/AND/OR/XOR/Min/Max/ Average/Difference/Copy/Transparent-zero), stack calculator 3. Auto-Threshold: 12 new methods (Huang, Intermodes, Li, MaxEntropy, Mean, MinError, Minimum, Moments, Percentile, RenyiEntropy, Shanbhag, Yen) 4. Background: sliding paraboloid, create_background, light_background option 5. Multi-point Counter: cell counting with categories, CSV export, auto-detect 6. Stack Statistics: per-slice stats, z/t profiles, kymograph extraction 7. Annotations (new ri-annotation crate): text/arrow/scale_bar with 8x8 bitmap font, burn_annotations to pixel data 8. Batch Processing: process_directory, convert_directory, batch_measure, recursive processing with progress callbacks
14 lines
280 B
TOML
14 lines
280 B
TOML
[package]
|
|
name = "ri-annotation"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
ri-core.workspace = true
|
|
ri-types.workspace = true
|
|
ri-measure.workspace = true
|
|
ri-roi.workspace = true
|
|
serde.workspace = true
|