DMatch 649 modules/calib3d/test/test_homography.cpp std::vector< DMatch > matches; DMatch 662 modules/calib3d/test/test_homography.cpp std::vector< DMatch > good_matches; DMatch 603 modules/core/include/opencv2/core/base.hpp class CV_EXPORTS DMatch; DMatch 663 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void write( FileStorage& fs, const String& name, const std::vector<DMatch>& value); DMatch 682 modules/core/include/opencv2/core/persistence.hpp CV_EXPORTS void read(const FileNode& node, std::vector<DMatch>& matches); DMatch 731 modules/core/include/opencv2/core/types.hpp CV_WRAP DMatch(); DMatch 732 modules/core/include/opencv2/core/types.hpp CV_WRAP DMatch(int _queryIdx, int _trainIdx, float _distance); DMatch 733 modules/core/include/opencv2/core/types.hpp CV_WRAP DMatch(int _queryIdx, int _trainIdx, int _imgIdx, float _distance); DMatch 742 modules/core/include/opencv2/core/types.hpp bool operator<(const DMatch &m) const; DMatch 745 modules/core/include/opencv2/core/types.hpp template<> class DataType<DMatch> DMatch 748 modules/core/include/opencv2/core/types.hpp typedef DMatch value_type; DMatch 2195 modules/core/include/opencv2/core/types.hpp DMatch::DMatch() DMatch 2199 modules/core/include/opencv2/core/types.hpp DMatch::DMatch(int _queryIdx, int _trainIdx, float _distance) DMatch 2203 modules/core/include/opencv2/core/types.hpp DMatch::DMatch(int _queryIdx, int _trainIdx, int _imgIdx, float _distance) DMatch 2207 modules/core/include/opencv2/core/types.hpp bool DMatch::operator < (const DMatch &m) const DMatch 51 modules/core/misc/java/src/java/core+DMatch.java public boolean lessThan(DMatch it) { DMatch 6 modules/core/misc/java/src/java/core+MatOfDMatch.java import org.opencv.core.DMatch; DMatch 35 modules/core/misc/java/src/java/core+MatOfDMatch.java public MatOfDMatch(DMatch...ap) { DMatch 46 modules/core/misc/java/src/java/core+MatOfDMatch.java public void fromArray(DMatch...a) { DMatch 53 modules/core/misc/java/src/java/core+MatOfDMatch.java DMatch m = a[i]; DMatch 62 modules/core/misc/java/src/java/core+MatOfDMatch.java public DMatch[] toArray() { DMatch 64 modules/core/misc/java/src/java/core+MatOfDMatch.java DMatch[] a = new DMatch[num]; DMatch 70 modules/core/misc/java/src/java/core+MatOfDMatch.java a[i] = new DMatch((int) buff[_channels*i+0], (int) buff[_channels*i+1], (int) buff[_channels*i+2], buff[_channels*i+3]); DMatch 74 modules/core/misc/java/src/java/core+MatOfDMatch.java public void fromList(List<DMatch> ldm) { DMatch 75 modules/core/misc/java/src/java/core+MatOfDMatch.java DMatch adm[] = ldm.toArray(new DMatch[0]); DMatch 79 modules/core/misc/java/src/java/core+MatOfDMatch.java public List<DMatch> toList() { DMatch 80 modules/core/misc/java/src/java/core+MatOfDMatch.java DMatch[] adm = toArray(); DMatch 3 modules/core/misc/java/test/DMatchTest.java import org.opencv.core.DMatch; DMatch 9 modules/core/misc/java/test/DMatchTest.java new DMatch(); DMatch 13 modules/core/misc/java/test/DMatchTest.java DMatch dm1 = new DMatch(1, 4, 4.0f); DMatch 21 modules/core/misc/java/test/DMatchTest.java DMatch dm2 = new DMatch(2, 6, -1, 8.0f); DMatch 30 modules/core/misc/java/test/DMatchTest.java DMatch dm1 = new DMatch(1, 4, 4.0f); DMatch 31 modules/core/misc/java/test/DMatchTest.java DMatch dm2 = new DMatch(2, 6, -1, 8.0f); DMatch 36 modules/core/misc/java/test/DMatchTest.java DMatch dm2 = new DMatch(2, 6, -1, 8.0f); DMatch 5598 modules/core/src/persistence.cpp void write(FileStorage& fs, const String& objname, const std::vector<DMatch>& matches) DMatch 5605 modules/core/src/persistence.cpp const DMatch& m = matches[i]; DMatch 5613 modules/core/src/persistence.cpp void read(const FileNode& node, std::vector<DMatch>& matches) DMatch 5619 modules/core/src/persistence.cpp DMatch m; DMatch 155 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp std::vector<DMatch>& matches, DMatch 161 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp std::vector<DMatch>& matches, DMatch 202 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp std::vector<DMatch>& matches) = 0; DMatch 227 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp std::vector<std::vector<DMatch> >& matches, DMatch 235 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp std::vector<std::vector<DMatch> >& matches, DMatch 283 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp std::vector< std::vector<DMatch> >& matches, DMatch 310 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp std::vector<std::vector<DMatch> >& matches, DMatch 318 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp std::vector<std::vector<DMatch> >& matches, DMatch 367 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp std::vector< std::vector<DMatch> >& matches, DMatch 178 modules/cudafeatures2d/perf/perf_features2d.cpp std::vector<cv::DMatch> gpu_matches; DMatch 187 modules/cudafeatures2d/perf/perf_features2d.cpp std::vector<cv::DMatch> cpu_matches; DMatch 198 modules/cudafeatures2d/perf/perf_features2d.cpp static void toOneRowMatches(const std::vector< std::vector<cv::DMatch> >& src, std::vector<cv::DMatch>& dst) DMatch 237 modules/cudafeatures2d/perf/perf_features2d.cpp std::vector< std::vector<cv::DMatch> > matchesTbl; DMatch 240 modules/cudafeatures2d/perf/perf_features2d.cpp std::vector<cv::DMatch> gpu_matches; DMatch 249 modules/cudafeatures2d/perf/perf_features2d.cpp std::vector< std::vector<cv::DMatch> > matchesTbl; DMatch 253 modules/cudafeatures2d/perf/perf_features2d.cpp std::vector<cv::DMatch> cpu_matches; DMatch 291 modules/cudafeatures2d/perf/perf_features2d.cpp std::vector< std::vector<cv::DMatch> > matchesTbl; DMatch 294 modules/cudafeatures2d/perf/perf_features2d.cpp std::vector<cv::DMatch> gpu_matches; DMatch 303 modules/cudafeatures2d/perf/perf_features2d.cpp std::vector< std::vector<cv::DMatch> > matchesTbl; DMatch 307 modules/cudafeatures2d/perf/perf_features2d.cpp std::vector<cv::DMatch> cpu_matches; DMatch 211 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<DMatch>& matches, DMatch 215 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<DMatch>& matches, DMatch 229 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<DMatch>& matches); DMatch 232 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<std::vector<DMatch> >& matches, DMatch 238 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<std::vector<DMatch> >& matches, DMatch 256 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector< std::vector<DMatch> >& matches, DMatch 260 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<std::vector<DMatch> >& matches, DMatch 266 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<std::vector<DMatch> >& matches, DMatch 284 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector< std::vector<DMatch> >& matches, DMatch 297 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<DMatch>& matches, DMatch 306 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<DMatch>& matches, DMatch 441 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<DMatch>& matches) DMatch 491 modules/cudafeatures2d/src/brute_force_matcher.cpp DMatch m(queryIdx, trainIdx, imgIdx, distance); DMatch 502 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<std::vector<DMatch> >& matches, DMatch 513 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<std::vector<DMatch> >& matches, DMatch 536 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector< std::vector<DMatch> > curMatches; DMatch 537 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<DMatch> temp; DMatch 550 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<DMatch>& localMatch = curMatches[queryIdx]; DMatch 551 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<DMatch>& globalMatch = matches[queryIdx]; DMatch 567 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector< std::vector<DMatch> >::iterator new_end = std::remove_if(matches.begin(), matches.end(), std::mem_fun_ref(&std::vector<DMatch>::empty)); DMatch 727 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector< std::vector<DMatch> >& matches, DMatch 786 modules/cudafeatures2d/src/brute_force_matcher.cpp matches.push_back(std::vector<DMatch>()); DMatch 787 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<DMatch>& curMatches = matches.back(); DMatch 799 modules/cudafeatures2d/src/brute_force_matcher.cpp DMatch m(queryIdx, trainIdx, imgIdx, distance); DMatch 821 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<std::vector<DMatch> >& matches, DMatch 832 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<std::vector<DMatch> >& matches, DMatch 984 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector< std::vector<DMatch> >& matches, DMatch 1041 modules/cudafeatures2d/src/brute_force_matcher.cpp matches.push_back(std::vector<DMatch>()); DMatch 1046 modules/cudafeatures2d/src/brute_force_matcher.cpp matches.push_back(std::vector<DMatch>(nMatched)); DMatch 1047 modules/cudafeatures2d/src/brute_force_matcher.cpp std::vector<DMatch>& curMatches = matches.back(); DMatch 1056 modules/cudafeatures2d/src/brute_force_matcher.cpp DMatch m(queryIdx, trainIdx, imgIdx, distance); DMatch 195 modules/cudafeatures2d/test/test_features2d.cpp std::vector<cv::DMatch> matches; DMatch 298 modules/cudafeatures2d/test/test_features2d.cpp std::vector<cv::DMatch> matches; DMatch 306 modules/cudafeatures2d/test/test_features2d.cpp cv::DMatch match = matches[i]; DMatch 334 modules/cudafeatures2d/test/test_features2d.cpp std::vector<cv::DMatch> matches; DMatch 346 modules/cudafeatures2d/test/test_features2d.cpp cv::DMatch match = matches[i]; DMatch 383 modules/cudafeatures2d/test/test_features2d.cpp std::vector< std::vector<cv::DMatch> > matches; DMatch 398 modules/cudafeatures2d/test/test_features2d.cpp cv::DMatch match = matches[i][k]; DMatch 423 modules/cudafeatures2d/test/test_features2d.cpp std::vector< std::vector<cv::DMatch> > matches; DMatch 438 modules/cudafeatures2d/test/test_features2d.cpp cv::DMatch match = matches[i][k]; DMatch 471 modules/cudafeatures2d/test/test_features2d.cpp std::vector< std::vector<cv::DMatch> > matches; DMatch 491 modules/cudafeatures2d/test/test_features2d.cpp cv::DMatch match = matches[i][k]; DMatch 534 modules/cudafeatures2d/test/test_features2d.cpp std::vector< std::vector<cv::DMatch> > matches; DMatch 554 modules/cudafeatures2d/test/test_features2d.cpp cv::DMatch match = matches[i][k]; DMatch 586 modules/cudafeatures2d/test/test_features2d.cpp std::vector< std::vector<cv::DMatch> > matches; DMatch 603 modules/cudafeatures2d/test/test_features2d.cpp std::vector< std::vector<cv::DMatch> > matches; DMatch 615 modules/cudafeatures2d/test/test_features2d.cpp cv::DMatch match = matches[i][0]; DMatch 652 modules/cudafeatures2d/test/test_features2d.cpp std::vector< std::vector<cv::DMatch> > matches; DMatch 662 modules/cudafeatures2d/test/test_features2d.cpp std::vector< std::vector<cv::DMatch> > matches; DMatch 683 modules/cudafeatures2d/test/test_features2d.cpp cv::DMatch match = matches[i][k]; DMatch 802 modules/features2d/include/opencv2/features2d.hpp CV_OUT std::vector<DMatch>& matches, InputArray mask=noArray() ) const; DMatch 823 modules/features2d/include/opencv2/features2d.hpp CV_OUT std::vector<std::vector<DMatch> >& matches, int k, DMatch 846 modules/features2d/include/opencv2/features2d.hpp std::vector<std::vector<DMatch> >& matches, float maxDistance, DMatch 856 modules/features2d/include/opencv2/features2d.hpp CV_WRAP void match( InputArray queryDescriptors, CV_OUT std::vector<DMatch>& matches, DMatch 869 modules/features2d/include/opencv2/features2d.hpp CV_WRAP void knnMatch( InputArray queryDescriptors, CV_OUT std::vector<std::vector<DMatch> >& matches, int k, DMatch 883 modules/features2d/include/opencv2/features2d.hpp void radiusMatch( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, float maxDistance, DMatch 942 modules/features2d/include/opencv2/features2d.hpp virtual void knnMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, int k, DMatch 944 modules/features2d/include/opencv2/features2d.hpp virtual void radiusMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, float maxDistance, DMatch 987 modules/features2d/include/opencv2/features2d.hpp virtual void knnMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, int k, DMatch 989 modules/features2d/include/opencv2/features2d.hpp virtual void radiusMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, float maxDistance, DMatch 1025 modules/features2d/include/opencv2/features2d.hpp std::vector<std::vector<DMatch> >& matches ); DMatch 1027 modules/features2d/include/opencv2/features2d.hpp virtual void knnMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, int k, DMatch 1029 modules/features2d/include/opencv2/features2d.hpp virtual void radiusMatchImpl( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, float maxDistance, DMatch 1106 modules/features2d/include/opencv2/features2d.hpp const std::vector<DMatch>& matches1to2, InputOutputArray outImg, DMatch 1113 modules/features2d/include/opencv2/features2d.hpp const std::vector<std::vector<DMatch> >& matches1to2, InputOutputArray outImg, DMatch 1128 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void computeRecallPrecisionCurve( const std::vector<std::vector<DMatch> >& matches1to2, DMatch 37 modules/features2d/misc/java/src/cpp/features2d_converters.cpp void Mat_to_vector_DMatch(Mat& mat, std::vector<DMatch>& v_dm) DMatch 44 modules/features2d/misc/java/src/cpp/features2d_converters.cpp DMatch dm((int)v[0], (int)v[1], (int)v[2], v[3]); DMatch 51 modules/features2d/misc/java/src/cpp/features2d_converters.cpp void vector_DMatch_to_Mat(std::vector<DMatch>& v_dm, Mat& mat) DMatch 57 modules/features2d/misc/java/src/cpp/features2d_converters.cpp DMatch dm = v_dm[i]; DMatch 88 modules/features2d/misc/java/src/cpp/features2d_converters.cpp void Mat_to_vector_vector_DMatch(Mat& mat, std::vector< std::vector< DMatch > >& vv_dm) DMatch 95 modules/features2d/misc/java/src/cpp/features2d_converters.cpp std::vector<DMatch> vdm; DMatch 101 modules/features2d/misc/java/src/cpp/features2d_converters.cpp void vector_vector_DMatch_to_Mat(std::vector< std::vector< DMatch > >& vv_dm, Mat& mat) DMatch 12 modules/features2d/misc/java/src/cpp/features2d_converters.hpp void Mat_to_vector_DMatch(cv::Mat& mat, std::vector<cv::DMatch>& v_dm); DMatch 13 modules/features2d/misc/java/src/cpp/features2d_converters.hpp void vector_DMatch_to_Mat(std::vector<cv::DMatch>& v_dm, cv::Mat& mat); DMatch 18 modules/features2d/misc/java/src/cpp/features2d_converters.hpp void Mat_to_vector_vector_DMatch(cv::Mat& mat, std::vector< std::vector< cv::DMatch > >& vv_dm); DMatch 19 modules/features2d/misc/java/src/cpp/features2d_converters.hpp void vector_vector_DMatch_to_Mat(std::vector< std::vector< cv::DMatch > >& vv_dm, cv::Mat& mat); DMatch 203 modules/features2d/misc/java/src/cpp/features2d_manual.hpp CV_OUT std::vector<DMatch>& matches, const Mat& mask=Mat() ) const DMatch 207 modules/features2d/misc/java/src/cpp/features2d_manual.hpp CV_OUT std::vector<std::vector<DMatch> >& matches, int k, DMatch 212 modules/features2d/misc/java/src/cpp/features2d_manual.hpp CV_OUT std::vector<std::vector<DMatch> >& matches, float maxDistance, DMatch 216 modules/features2d/misc/java/src/cpp/features2d_manual.hpp CV_WRAP void match( const Mat& queryDescriptors, CV_OUT std::vector<DMatch>& matches, DMatch 220 modules/features2d/misc/java/src/cpp/features2d_manual.hpp CV_WRAP void knnMatch( const Mat& queryDescriptors, CV_OUT std::vector<std::vector<DMatch> >& matches, int k, DMatch 224 modules/features2d/misc/java/src/cpp/features2d_manual.hpp CV_WRAP void radiusMatch( const Mat& queryDescriptors, CV_OUT std::vector<std::vector<DMatch> >& matches, float maxDistance, DMatch 418 modules/features2d/misc/java/src/cpp/features2d_manual.hpp const std::vector<DMatch>& matches1to2, Mat& outImg, DMatch 424 modules/features2d/misc/java/src/cpp/features2d_manual.hpp const std::vector<std::vector<DMatch> >& matches1to2, Mat& outImg, DMatch 14 modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java import org.opencv.core.DMatch; DMatch 27 modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java DMatch[] truth; DMatch 88 modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java truth = new DMatch[] { DMatch 89 modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java new DMatch(0, 0, 0, 0.6211397f), DMatch 90 modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java new DMatch(1, 1, 0, 0.9177120f), DMatch 91 modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java new DMatch(2, 1, 0, 0.3112163f), DMatch 92 modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java new DMatch(3, 1, 0, 0.2925074f), DMatch 93 modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java new DMatch(4, 1, 0, 0.9309178f) DMatch 187 modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java for(DMatch dm : vdm.toArray()) DMatch 14 modules/features2d/misc/java/test/BruteForceHammingDescriptorMatcherTest.java import org.opencv.core.DMatch; DMatch 26 modules/features2d/misc/java/test/BruteForceHammingDescriptorMatcherTest.java DMatch[] truth; DMatch 74 modules/features2d/misc/java/test/BruteForceHammingDescriptorMatcherTest.java truth = new DMatch[] { DMatch 75 modules/features2d/misc/java/test/BruteForceHammingDescriptorMatcherTest.java new DMatch(0, 0, 0, 51), DMatch 76 modules/features2d/misc/java/test/BruteForceHammingDescriptorMatcherTest.java new DMatch(1, 2, 0, 42), DMatch 77 modules/features2d/misc/java/test/BruteForceHammingDescriptorMatcherTest.java new DMatch(2, 1, 0, 40), DMatch 78 modules/features2d/misc/java/test/BruteForceHammingDescriptorMatcherTest.java new DMatch(3, 3, 0, 53) }; DMatch 13 modules/features2d/misc/java/test/BruteForceHammingLUTDescriptorMatcherTest.java import org.opencv.core.DMatch; DMatch 25 modules/features2d/misc/java/test/BruteForceHammingLUTDescriptorMatcherTest.java DMatch[] truth; DMatch 73 modules/features2d/misc/java/test/BruteForceHammingLUTDescriptorMatcherTest.java truth = new DMatch[] { DMatch 74 modules/features2d/misc/java/test/BruteForceHammingLUTDescriptorMatcherTest.java new DMatch(0, 0, 0, 51), DMatch 75 modules/features2d/misc/java/test/BruteForceHammingLUTDescriptorMatcherTest.java new DMatch(1, 2, 0, 42), DMatch 76 modules/features2d/misc/java/test/BruteForceHammingLUTDescriptorMatcherTest.java new DMatch(2, 1, 0, 40), DMatch 77 modules/features2d/misc/java/test/BruteForceHammingLUTDescriptorMatcherTest.java new DMatch(3, 3, 0, 53) }; DMatch 13 modules/features2d/misc/java/test/BruteForceL1DescriptorMatcherTest.java import org.opencv.core.DMatch; DMatch 26 modules/features2d/misc/java/test/BruteForceL1DescriptorMatcherTest.java DMatch[] truth; DMatch 88 modules/features2d/misc/java/test/BruteForceL1DescriptorMatcherTest.java truth = new DMatch[] { DMatch 89 modules/features2d/misc/java/test/BruteForceL1DescriptorMatcherTest.java new DMatch(0, 0, 0, 3.0975165f), DMatch 90 modules/features2d/misc/java/test/BruteForceL1DescriptorMatcherTest.java new DMatch(1, 1, 0, 3.5680308f), DMatch 91 modules/features2d/misc/java/test/BruteForceL1DescriptorMatcherTest.java new DMatch(2, 1, 0, 1.3722466f), DMatch 92 modules/features2d/misc/java/test/BruteForceL1DescriptorMatcherTest.java new DMatch(3, 1, 0, 1.3041023f), DMatch 93 modules/features2d/misc/java/test/BruteForceL1DescriptorMatcherTest.java new DMatch(4, 1, 0, 3.5970376f) DMatch 13 modules/features2d/misc/java/test/BruteForceSL2DescriptorMatcherTest.java import org.opencv.core.DMatch; DMatch 26 modules/features2d/misc/java/test/BruteForceSL2DescriptorMatcherTest.java DMatch[] truth; DMatch 93 modules/features2d/misc/java/test/BruteForceSL2DescriptorMatcherTest.java truth = new DMatch[] { DMatch 94 modules/features2d/misc/java/test/BruteForceSL2DescriptorMatcherTest.java new DMatch(0, 0, 0, 0.3858146f), DMatch 95 modules/features2d/misc/java/test/BruteForceSL2DescriptorMatcherTest.java new DMatch(1, 1, 0, 0.8421953f), DMatch 96 modules/features2d/misc/java/test/BruteForceSL2DescriptorMatcherTest.java new DMatch(2, 1, 0, 0.0968556f), DMatch 97 modules/features2d/misc/java/test/BruteForceSL2DescriptorMatcherTest.java new DMatch(3, 1, 0, 0.0855606f), DMatch 98 modules/features2d/misc/java/test/BruteForceSL2DescriptorMatcherTest.java new DMatch(4, 1, 0, 0.8666080f) DMatch 15 modules/features2d/misc/java/test/Features2dTest.java import org.opencv.core.DMatch; DMatch 121 modules/features2d/misc/java/test/Features2dTest.java DMatch adm[] = matches.toArray(); DMatch 127 modules/features2d/misc/java/test/Features2dTest.java DMatch dm = adm[i]; DMatch 14 modules/features2d/misc/java/test/FlannBasedDescriptorMatcherTest.java import org.opencv.core.DMatch; DMatch 101 modules/features2d/misc/java/test/FlannBasedDescriptorMatcherTest.java DMatch[] truth; DMatch 161 modules/features2d/misc/java/test/FlannBasedDescriptorMatcherTest.java truth = new DMatch[] { DMatch 162 modules/features2d/misc/java/test/FlannBasedDescriptorMatcherTest.java new DMatch(0, 0, 0, 0.6211397f), DMatch 163 modules/features2d/misc/java/test/FlannBasedDescriptorMatcherTest.java new DMatch(1, 1, 0, 0.9177120f), DMatch 164 modules/features2d/misc/java/test/FlannBasedDescriptorMatcherTest.java new DMatch(2, 1, 0, 0.3112163f), DMatch 165 modules/features2d/misc/java/test/FlannBasedDescriptorMatcherTest.java new DMatch(3, 1, 0, 0.2925075f), DMatch 166 modules/features2d/misc/java/test/FlannBasedDescriptorMatcherTest.java new DMatch(4, 1, 0, 0.9309179f) DMatch 66 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp vector<DMatch> matches; DMatch 87 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp vector< vector<DMatch> > matches; DMatch 97 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp vector<DMatch> & matches0 = matches[0], & matches1 = matches[1]; DMatch 111 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp vector< vector<DMatch> > matches; DMatch 121 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp vector<DMatch> & matches0 = matches[0], & matches1 = matches[1]; DMatch 180 modules/features2d/src/bagofwords.cpp std::vector<DMatch> matches; DMatch 191 modules/features2d/src/draw.cpp const std::vector<DMatch>& matches1to2, InputOutputArray outImg, DMatch 220 modules/features2d/src/draw.cpp const std::vector<std::vector<DMatch> >& matches1to2, InputOutputArray outImg, DMatch 475 modules/features2d/src/evaluation.cpp struct DMatchForEvaluation : public DMatch DMatch 478 modules/features2d/src/evaluation.cpp DMatchForEvaluation( const DMatch &dm ) : DMatch( dm ) {} DMatch 491 modules/features2d/src/evaluation.cpp void cv::computeRecallPrecisionCurve( const std::vector<std::vector<DMatch> >& matches1to2, DMatch 117 modules/features2d/src/matchers.cpp static bool ocl_matchConvert(const Mat &trainIdx, const Mat &distance, std::vector< std::vector<DMatch> > &matches) DMatch 141 modules/features2d/src/matchers.cpp DMatch m(queryIdx, trainIndex, 0, dst); DMatch 143 modules/features2d/src/matchers.cpp std::vector<DMatch> temp; DMatch 150 modules/features2d/src/matchers.cpp static bool ocl_matchDownload(const UMat &trainIdx, const UMat &distance, std::vector< std::vector<DMatch> > &matches) DMatch 217 modules/features2d/src/matchers.cpp static bool ocl_knnMatchConvert(const Mat &trainIdx, const Mat &distance, std::vector< std::vector<DMatch> > &matches, bool compactResult) DMatch 238 modules/features2d/src/matchers.cpp matches.push_back(std::vector<DMatch>()); DMatch 239 modules/features2d/src/matchers.cpp std::vector<DMatch> &curMatches = matches.back(); DMatch 250 modules/features2d/src/matchers.cpp DMatch m(queryIdx, trainIndex, 0, dst); DMatch 262 modules/features2d/src/matchers.cpp static bool ocl_knnMatchDownload(const UMat &trainIdx, const UMat &distance, std::vector< std::vector<DMatch> > &matches, bool compactResult) DMatch 331 modules/features2d/src/matchers.cpp std::vector< std::vector<DMatch> > &matches, bool compactResult) DMatch 358 modules/features2d/src/matchers.cpp matches.push_back(std::vector<DMatch>()); DMatch 362 modules/features2d/src/matchers.cpp matches.push_back(std::vector<DMatch>(nMatches)); DMatch 363 modules/features2d/src/matchers.cpp std::vector<DMatch> &curMatches = matches.back(); DMatch 371 modules/features2d/src/matchers.cpp DMatch m(queryIdx, trainIndex, 0, dst); DMatch 382 modules/features2d/src/matchers.cpp std::vector< std::vector<DMatch> > &matches, bool compactResult) DMatch 501 modules/features2d/src/matchers.cpp static void convertMatches( const std::vector<std::vector<DMatch> >& knnMatches, std::vector<DMatch>& matches ) DMatch 564 modules/features2d/src/matchers.cpp std::vector<DMatch>& matches, InputArray mask ) const DMatch 572 modules/features2d/src/matchers.cpp std::vector<std::vector<DMatch> >& matches, int knn, DMatch 581 modules/features2d/src/matchers.cpp std::vector<std::vector<DMatch> >& matches, float maxDistance, InputArray mask, DMatch 589 modules/features2d/src/matchers.cpp void DescriptorMatcher::match( InputArray queryDescriptors, std::vector<DMatch>& matches, InputArrayOfArrays masks ) DMatch 591 modules/features2d/src/matchers.cpp std::vector<std::vector<DMatch> > knnMatches; DMatch 619 modules/features2d/src/matchers.cpp void DescriptorMatcher::knnMatch( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, int knn, DMatch 633 modules/features2d/src/matchers.cpp void DescriptorMatcher::radiusMatch( InputArray queryDescriptors, std::vector<std::vector<DMatch> >& matches, float maxDistance, DMatch 696 modules/features2d/src/matchers.cpp static bool ocl_match(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, int dstType) DMatch 706 modules/features2d/src/matchers.cpp static bool ocl_knnMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, int k, int dstType, bool compactResult) DMatch 718 modules/features2d/src/matchers.cpp void BFMatcher::knnMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch> >& matches, int knn, DMatch 837 modules/features2d/src/matchers.cpp matches.push_back( std::vector<DMatch>() ); DMatch 838 modules/features2d/src/matchers.cpp std::vector<DMatch>& mq = matches.back(); DMatch 845 modules/features2d/src/matchers.cpp mq.push_back( DMatch(qIdx, nidxptr[k] & (IMGIDX_ONE - 1), DMatch 854 modules/features2d/src/matchers.cpp static bool ocl_radiusMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, DMatch 865 modules/features2d/src/matchers.cpp void BFMatcher::radiusMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch> >& matches, DMatch 949 modules/features2d/src/matchers.cpp std::vector<DMatch>& mq = matches[qIdx]; DMatch 953 modules/features2d/src/matchers.cpp mq.push_back( DMatch(qIdx, k, iIdx, distptr[k]) ); DMatch 1271 modules/features2d/src/matchers.cpp std::vector<std::vector<DMatch> >& matches ) DMatch 1288 modules/features2d/src/matchers.cpp matches[i].push_back( DMatch( i, trainIdx, imgIdx, dist ) ); DMatch 1294 modules/features2d/src/matchers.cpp void FlannBasedMatcher::knnMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch> >& matches, int knn, DMatch 1305 modules/features2d/src/matchers.cpp void FlannBasedMatcher::radiusMatchImpl( InputArray _queryDescriptors, std::vector<std::vector<DMatch> >& matches, float maxDistance, DMatch 122 modules/features2d/test/ocl/test_brute_force_matcher.cpp std::vector<cv::DMatch> matches; DMatch 130 modules/features2d/test/ocl/test_brute_force_matcher.cpp cv::DMatch match = matches[i]; DMatch 148 modules/features2d/test/ocl/test_brute_force_matcher.cpp std::vector< std::vector<cv::DMatch> > matches; DMatch 163 modules/features2d/test/ocl/test_brute_force_matcher.cpp cv::DMatch match = matches[i][k]; DMatch 184 modules/features2d/test/ocl/test_brute_force_matcher.cpp std::vector< std::vector<cv::DMatch> > matches; DMatch 198 modules/features2d/test/ocl/test_brute_force_matcher.cpp cv::DMatch match = matches[i][0]; DMatch 86 modules/features2d/test/test_matchers_algorithmic.cpp vector<DMatch> matches; DMatch 87 modules/features2d/test/test_matchers_algorithmic.cpp vector<vector<DMatch> > vmatches; DMatch 199 modules/features2d/test/test_matchers_algorithmic.cpp vector<DMatch> matches; DMatch 212 modules/features2d/test/test_matchers_algorithmic.cpp DMatch& match = matches[i]; DMatch 227 modules/features2d/test/test_matchers_algorithmic.cpp vector<DMatch> matches; DMatch 239 modules/features2d/test/test_matchers_algorithmic.cpp DMatch& match = matches[i]; DMatch 254 modules/features2d/test/test_matchers_algorithmic.cpp vector<DMatch> matches; DMatch 279 modules/features2d/test/test_matchers_algorithmic.cpp DMatch& match = matches[i]; DMatch 312 modules/features2d/test/test_matchers_algorithmic.cpp vector<vector<DMatch> > matches; DMatch 332 modules/features2d/test/test_matchers_algorithmic.cpp DMatch& match = matches[i][k]; DMatch 351 modules/features2d/test/test_matchers_algorithmic.cpp vector<vector<DMatch> > matches; DMatch 384 modules/features2d/test/test_matchers_algorithmic.cpp DMatch& match = matches[i][k]; DMatch 419 modules/features2d/test/test_matchers_algorithmic.cpp vector<vector<DMatch> > matches; DMatch 436 modules/features2d/test/test_matchers_algorithmic.cpp DMatch& match = matches[i][0]; DMatch 454 modules/features2d/test/test_matchers_algorithmic.cpp vector<vector<DMatch> > matches; DMatch 488 modules/features2d/test/test_matchers_algorithmic.cpp DMatch& match = matches[i][k]; DMatch 550 modules/features2d/test/test_matchers_algorithmic.cpp vector<DMatch> matches; DMatch 551 modules/features2d/test/test_matchers_algorithmic.cpp matches.push_back(DMatch(1,2,3,4.5f)); DMatch 151 modules/features2d/test/test_rotation_and_scale_invariance.cpp vector<DMatch>& matches) DMatch 183 modules/features2d/test/test_rotation_and_scale_invariance.cpp matches.push_back(DMatch(i0, nearestPointIndex, maxIntersectRatio)); DMatch 230 modules/features2d/test/test_rotation_and_scale_invariance.cpp vector<DMatch> matches; DMatch 349 modules/features2d/test/test_rotation_and_scale_invariance.cpp vector<DMatch> descMatches; DMatch 443 modules/features2d/test/test_rotation_and_scale_invariance.cpp vector<DMatch> matches; DMatch 552 modules/features2d/test/test_rotation_and_scale_invariance.cpp vector<DMatch> descMatches; DMatch 22 modules/java/android_test/src/org/opencv/test/OpenCVTestCase.java import org.opencv.core.DMatch; DMatch 336 modules/java/android_test/src/org/opencv/test/OpenCVTestCase.java public static void assertDMatchEqual(DMatch expected, DMatch actual, double eps) { DMatch 352 modules/java/android_test/src/org/opencv/test/OpenCVTestCase.java public static void assertArrayDMatchEquals(DMatch[] expected, DMatch[] actual, double epsilon) { DMatch 358 modules/java/android_test/src/org/opencv/test/OpenCVTestCase.java public static void assertListDMatchEquals(List<DMatch> expected, List<DMatch> actual, double epsilon) { DMatch 359 modules/java/android_test/src/org/opencv/test/OpenCVTestCase.java DMatch expectedArray[] = expected.toArray(new DMatch[0]); DMatch 360 modules/java/android_test/src/org/opencv/test/OpenCVTestCase.java DMatch actualArray[] = actual.toArray(new DMatch[0]); DMatch 8 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java import org.opencv.core.DMatch; DMatch 38 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java List<DMatch> matches = new ArrayList<DMatch>(); DMatch 42 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java List<DMatch> truth = new ArrayList<DMatch>(); DMatch 43 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java truth.add(new DMatch(1, 4, 4, 10)); DMatch 44 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java truth.add(new DMatch(2, 3, 5, 6)); DMatch 45 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java truth.add(new DMatch(3, 1, 8, 12)); DMatch 46 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java truth.add(new DMatch(4, 9, 5, 15)); DMatch 277 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java List<DMatch> matches = new ArrayList<DMatch>(); DMatch 278 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java matches.add(new DMatch(1, 4, 4, 10)); DMatch 279 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java matches.add(new DMatch(2, 3, 5, 6)); DMatch 280 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java matches.add(new DMatch(3, 1, 8, 12)); DMatch 281 modules/java/common_test/src/org/opencv/test/utils/ConvertersTest.java matches.add(new DMatch(4, 9, 5, 15)); DMatch 17 modules/java/generator/src/java/utils+Converters.java import org.opencv.core.DMatch; DMatch 637 modules/java/generator/src/java/utils+Converters.java public static Mat vector_DMatch_to_Mat(List<DMatch> matches) { DMatch 644 modules/java/generator/src/java/utils+Converters.java DMatch m = matches.get(i); DMatch 657 modules/java/generator/src/java/utils+Converters.java public static void Mat_to_vector_DMatch(Mat m, List<DMatch> matches) { DMatch 669 modules/java/generator/src/java/utils+Converters.java matches.add(new DMatch((int) buff[4 * i], (int) buff[4 * i + 1], (int) buff[4 * i + 2], (float) buff[4 * i + 3])); DMatch 26 modules/java/pure_test/src/org/opencv/test/OpenCVTestCase.java import org.opencv.core.DMatch; DMatch 366 modules/java/pure_test/src/org/opencv/test/OpenCVTestCase.java public static void assertDMatchEqual(DMatch expected, DMatch actual, double eps) { DMatch 382 modules/java/pure_test/src/org/opencv/test/OpenCVTestCase.java public static void assertArrayDMatchEquals(DMatch[] expected, DMatch[] actual, double epsilon) { DMatch 388 modules/java/pure_test/src/org/opencv/test/OpenCVTestCase.java public static void assertListDMatchEquals(List<DMatch> expected, List<DMatch> actual, double epsilon) { DMatch 389 modules/java/pure_test/src/org/opencv/test/OpenCVTestCase.java DMatch expectedArray[] = expected.toArray(new DMatch[0]); DMatch 390 modules/java/pure_test/src/org/opencv/test/OpenCVTestCase.java DMatch actualArray[] = actual.toArray(new DMatch[0]); DMatch 102 modules/python/src2/cv2.cpp typedef std::vector<DMatch> vector_DMatch; DMatch 110 modules/python/src2/cv2.cpp typedef std::vector<std::vector<DMatch> > vector_vector_DMatch; DMatch 948 modules/python/src2/cv2.cpp template<> struct pyopencvVecConverter<DMatch> DMatch 950 modules/python/src2/cv2.cpp static bool to(PyObject* obj, std::vector<DMatch>& value, const ArgInfo info) DMatch 955 modules/python/src2/cv2.cpp static PyObject* from(const std::vector<DMatch>& value) DMatch 68 modules/shape/include/opencv2/shape/shape_transformer.hpp std::vector<DMatch>& matches) = 0; DMatch 70 modules/shape/src/aff_trans.cpp virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape, std::vector<DMatch> &matches); DMatch 183 modules/shape/src/aff_trans.cpp void AffineTransformerImpl::estimateTransformation(InputArray _pts1, InputArray _pts2, std::vector<DMatch>& _matches) DMatch 196 modules/shape/src/aff_trans.cpp std::vector<DMatch> matches; DMatch 215 modules/shape/src/sc_dis.cpp std::vector<DMatch> matches; DMatch 480 modules/shape/src/sc_dis.cpp void SCDMatcher::matchDescriptors(cv::Mat &descriptors1, cv::Mat &descriptors2, std::vector<cv::DMatch> &matches, DMatch 499 modules/shape/src/sc_dis.cpp void SCDMatcher::hungarian(cv::Mat &costMatrix, std::vector<cv::DMatch> &outMatches, std::vector<int> &inliers1, DMatch 758 modules/shape/src/sc_dis.cpp cv::DMatch singleMatch(colsol[i],i,costMatrix.at<float>(colsol[i],i));//queryIdx,trainIdx,distance DMatch 115 modules/shape/src/scd_def.hpp void matchDescriptors(cv::Mat& descriptors1, cv::Mat& descriptors2, std::vector<cv::DMatch>& matches, cv::Ptr<cv::HistogramCostExtractor>& comparer, DMatch 126 modules/shape/src/scd_def.hpp void hungarian(cv::Mat& costMatrix, std::vector<cv::DMatch>& outMatches, std::vector<int> &inliers1, DMatch 72 modules/shape/src/tps_trans.cpp virtual void estimateTransformation(InputArray transformingShape, InputArray targetShape, std::vector<DMatch> &matches); DMatch 189 modules/shape/src/tps_trans.cpp std::vector<DMatch>& _matches ) DMatch 202 modules/shape/src/tps_trans.cpp std::vector<DMatch> matches; DMatch 168 modules/stitching/include/opencv2/stitching/detail/matchers.hpp std::vector<DMatch> matches; DMatch 146 modules/stitching/perf/perf_stich.cpp std::vector<DMatch>& matches = pairwise_matches.matches; DMatch 206 modules/stitching/perf/perf_stich.cpp std::vector<DMatch>& matches = pairwise_matches[detectorName == "surf" ? 1 : 0].matches; DMatch 140 modules/stitching/src/matchers.cpp std::vector< std::vector<DMatch> > pair_matches; DMatch 177 modules/stitching/src/matchers.cpp std::vector< std::vector<DMatch> > pair_matches; DMatch 186 modules/stitching/src/matchers.cpp const DMatch& m0 = pair_matches[i][0]; DMatch 187 modules/stitching/src/matchers.cpp const DMatch& m1 = pair_matches[i][1]; DMatch 203 modules/stitching/src/matchers.cpp const DMatch& m0 = pair_matches[i][0]; DMatch 204 modules/stitching/src/matchers.cpp const DMatch& m1 = pair_matches[i][1]; DMatch 207 modules/stitching/src/matchers.cpp matches_info.matches.push_back(DMatch(m0.trainIdx, m0.queryIdx, m0.distance)); DMatch 234 modules/stitching/src/matchers.cpp const DMatch& m0 = pair_matches[i][0]; DMatch 235 modules/stitching/src/matchers.cpp const DMatch& m1 = pair_matches[i][1]; DMatch 250 modules/stitching/src/matchers.cpp const DMatch& m0 = pair_matches[i][0]; DMatch 251 modules/stitching/src/matchers.cpp const DMatch& m1 = pair_matches[i][1]; DMatch 254 modules/stitching/src/matchers.cpp matches_info.matches.push_back(DMatch(m0.trainIdx, m0.queryIdx, m0.distance)); DMatch 265 modules/stitching/src/matchers.cpp std::vector< std::vector<DMatch> >().swap(pair_matches); DMatch 591 modules/stitching/src/matchers.cpp const DMatch& m = matches_info.matches[i]; DMatch 636 modules/stitching/src/matchers.cpp const DMatch& m = matches_info.matches[i]; DMatch 382 modules/stitching/src/motion_estimators.cpp const DMatch& m = matches_info.matches[k]; DMatch 552 modules/stitching/src/motion_estimators.cpp const DMatch& m = matches_info.matches[k]; DMatch 335 modules/ts/include/opencv2/ts/cuda_test.hpp CV_EXPORTS int getMatchedPointsCount(const std::vector<cv::KeyPoint>& keypoints1, const std::vector<cv::KeyPoint>& keypoints2, const std::vector<cv::DMatch>& matches); DMatch 172 modules/ts/include/opencv2/ts/ts_perf.hpp static Regression& addMatches(TestBase* test, const std::string& name, const std::vector<cv::DMatch>& array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE); DMatch 520 modules/ts/src/cuda_test.cpp int getMatchedPointsCount(const std::vector<cv::KeyPoint>& keypoints1, const std::vector<cv::KeyPoint>& keypoints2, const std::vector<cv::DMatch>& matches) DMatch 526 modules/ts/src/cuda_test.cpp const cv::DMatch& m = matches[i]; DMatch 161 modules/ts/src/ts_perf.cpp Regression& Regression::addMatches(TestBase* test, const std::string& name, const std::vector<cv::DMatch>& array, double eps, ERROR_TYPE err) DMatch 164 modules/ts/src/ts_perf.cpp cv::Mat queryIdx(len, 1, CV_32SC1, len ? (void*)&array[0].queryIdx : 0, sizeof(cv::DMatch)); DMatch 165 modules/ts/src/ts_perf.cpp cv::Mat trainIdx(len, 1, CV_32SC1, len ? (void*)&array[0].trainIdx : 0, sizeof(cv::DMatch)); DMatch 166 modules/ts/src/ts_perf.cpp cv::Mat imgIdx (len, 1, CV_32SC1, len ? (void*)&array[0].imgIdx : 0, sizeof(cv::DMatch)); DMatch 167 modules/ts/src/ts_perf.cpp cv::Mat distance(len, 1, CV_32FC1, len ? (void*)&array[0].distance : 0, sizeof(cv::DMatch)); DMatch 71 samples/cpp/matchmethod_orb_akaze_brisk.cpp vector<DMatch> matches; DMatch 125 samples/cpp/matchmethod_orb_akaze_brisk.cpp vector<DMatch> bestMatches; DMatch 137 samples/cpp/matchmethod_orb_akaze_brisk.cpp vector<DMatch>::iterator it; DMatch 28 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp int RobustMatcher::ratioTest(std::vector<std::vector<cv::DMatch> > &matches) DMatch 32 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp for ( std::vector<std::vector<cv::DMatch> >::iterator DMatch 54 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp void RobustMatcher::symmetryTest( const std::vector<std::vector<cv::DMatch> >& matches1, DMatch 55 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp const std::vector<std::vector<cv::DMatch> >& matches2, DMatch 56 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp std::vector<cv::DMatch>& symMatches ) DMatch 60 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp for (std::vector<std::vector<cv::DMatch> >::const_iterator DMatch 69 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp for (std::vector<std::vector<cv::DMatch> >::const_iterator DMatch 84 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp cv::DMatch((*matchIterator1)[0].queryIdx, DMatch 94 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp void RobustMatcher::robustMatch( const cv::Mat& frame, std::vector<cv::DMatch>& good_matches, DMatch 106 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp std::vector<std::vector<cv::DMatch> > matches12, matches21; DMatch 125 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp void RobustMatcher::fastRobustMatch( const cv::Mat& frame, std::vector<cv::DMatch>& good_matches, DMatch 139 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp std::vector<std::vector<cv::DMatch> > matches; DMatch 146 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp for ( std::vector<std::vector<cv::DMatch> >::iterator DMatch 53 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h int ratioTest(std::vector<std::vector<cv::DMatch> > &matches); DMatch 56 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h void symmetryTest( const std::vector<std::vector<cv::DMatch> >& matches1, DMatch 57 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h const std::vector<std::vector<cv::DMatch> >& matches2, DMatch 58 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h std::vector<cv::DMatch>& symMatches ); DMatch 61 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h void robustMatch( const cv::Mat& frame, std::vector<cv::DMatch>& good_matches, DMatch 66 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h void fastRobustMatch( const cv::Mat& frame, std::vector<cv::DMatch>& good_matches, DMatch 191 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp vector<DMatch> good_matches; // to obtain the 3D points of the model DMatch 30 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp vector< vector<DMatch> > nn_matches; DMatch 34 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp vector<DMatch> good_matches; DMatch 36 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp DMatch first = nn_matches[i][0]; DMatch 60 samples/cpp/tutorial_code/features2D/AKAZE_match.cpp good_matches.push_back(DMatch(new_i, new_i, 0)); DMatch 58 samples/cpp/tutorial_code/features2D/AKAZE_tracking/planar_tracking.cpp vector< vector<DMatch> > matches; DMatch 71 samples/cpp/tutorial_code/features2D/AKAZE_tracking/planar_tracking.cpp vector<DMatch> inlier_matches; DMatch 89 samples/cpp/tutorial_code/features2D/AKAZE_tracking/planar_tracking.cpp inlier_matches.push_back(DMatch(new_i, new_i, 0)); DMatch 48 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp vector< vector<DMatch> > nn_matches; DMatch 52 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp vector<DMatch> good_matches; DMatch 54 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp DMatch first = nn_matches[i][0]; DMatch 78 samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp good_matches.push_back(DMatch(new_i, new_i, 0)); DMatch 388 samples/gpu/performance/tests.cpp vector< vector<DMatch> > matches(2); DMatch 66 samples/gpu/surf_keypoint_matcher.cpp vector<DMatch> matches;