Skip to main content

Module diff

Module diff 

Source
Expand description

Compare measurement maps and report per-metric movement beyond significance thresholds.

Per-metric significance thresholds treat movement below these values as noise (f32 quantization, re-export dust), not a change worth reporting.

Structs§

MetricDelta
One significant metric difference between two measurement maps.

Constants§

AMPLITUDE_THRESHOLD_M
Gait amplitude movement threshold, in metres.
DURATION_THRESHOLD_S
Duration movement threshold, in seconds.
PHASE_THRESHOLD
Gait phase movement threshold, in circular cycle fraction.
ROTATION_RANGE_THRESHOLD_DEG
Bone rotation range movement threshold, in degrees.
SEAM_THRESHOLD
Loop-seam ratio movement threshold.
SPEED_THRESHOLD_MPS
Root-motion speed movement threshold, in metres per second.

Functions§

diff_measurements
Compare two measurement maps and return only significant deltas.