pub fn extract_features(image: &Image) -> Vec<FeaturePoint>Expand description
Extract feature points from an image (simplified SIFT-like).
pub fn extract_features(image: &Image) -> Vec<FeaturePoint>Extract feature points from an image (simplified SIFT-like).