Searched refs:leaveBiggestComponent (Results 1 – 4 of 4) sorted by relevance
260 std::vector<int> CV_EXPORTS leaveBiggestComponent(
465 indices_ = detail::leaveBiggestComponent(features_, pairwise_matches_, (float)conf_thresh_); in matchImages()
753 std::vector<int> leaveBiggestComponent(std::vector<ImageFeatures> &features, std::vector<MatchesIn… in leaveBiggestComponent() function
485 vector<int> indices = leaveBiggestComponent(features, pairwise_matches, conf_thresh); in main()