Skip to main content

detect_changes

Function detect_changes 

Source
pub fn detect_changes(
    old_features: &[f32; 128],
    new_features: &[f32; 128],
    threshold: f32,
) -> bool
Expand description

Compare old and new features to detect changes.