Home
last modified time | relevance | path

Searched refs:leaveBiggestComponent (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp260 std::vector<int> CV_EXPORTS leaveBiggestComponent(
/external/opencv3/modules/stitching/src/
Dstitcher.cpp465 indices_ = detail::leaveBiggestComponent(features_, pairwise_matches_, (float)conf_thresh_); in matchImages()
Dmotion_estimators.cpp753 std::vector<int> leaveBiggestComponent(std::vector<ImageFeatures> &features, std::vector<MatchesIn… in leaveBiggestComponent() function
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp485 vector<int> indices = leaveBiggestComponent(features, pairwise_matches, conf_thresh); in main()