selectRandomSubset  160 modules/stitching/include/opencv2/stitching/detail/util.hpp CV_EXPORTS void selectRandomSubset(int count, int size, std::vector<int> &subset);
selectRandomSubset  124 modules/stitching/src/motion_estimators.cpp         selectRandomSubset(len, pairwise_matches.size(), subset);