[][src]Function opencv::stitching::find_max_spanning_tree

pub fn find_max_spanning_tree(
    num_images: i32,
    pairwise_matches: &Vector<Detail_MatchesInfo>,
    span_tree: &mut Detail_Graph,
    centers: &mut Vector<i32>
) -> Result<()>