pub fn detect_changes( old_features: &[f32; 128], new_features: &[f32; 128], threshold: f32, ) -> bool
Compare old and new features to detect changes.