1. Spatial Calibration: SpatialCalibration struct, Feret's diameter, shape descriptors (circularity, aspect ratio, roundness, solidity) 2. Enhanced Particle Analysis: ParticleFilter with area/circularity filters, exclude_on_edges, Feret/solidity in results 3. Stack Tools: make_substack, concatenate, insert/delete/reverse/sort 4. Morphology: top_hat, bottom_hat, morph_gradient, morph_laplacian, ultimate_eroded_points, gray-scale dilate/erode 5. ROI Composites: union, intersection, difference, RoiStyle, multi-measure across stack 6. Plot/Graph (new ri-plot crate): XYPlot, scatter, z/t profiles, CurveFit (linear, polynomial, exponential, gaussian, power) 7. Bio-Formats: DICOM reader (tag parser + pixel extraction), NIfTI-1 reader (.nii + .nii.gz), integrated into load_image() 8. Type Conversion: u8/u16/f32 conversions, rgb_to_gray, gray_to_rgb, apply_lut_permanent
11 lines
194 B
TOML
11 lines
194 B
TOML
[package]
|
|
name = "ri-measure"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
ri-core.workspace = true
|
|
ri-roi.workspace = true
|
|
ri-types.workspace = true
|
|
serde.workspace = true
|