Skip to main content

orb_match

Function orb_match 

Source
pub fn orb_match(
    desc_a: &[OrbDescriptor],
    desc_b: &[OrbDescriptor],
    max_distance: u32,
) -> Vec<(usize, usize, u32)>
Expand description

Match ORB features between two sets. Brute-force ORB descriptor matching. Returns (idx_a, idx_b, distance).