Home
last modified time | relevance | path

Searched defs:keypoints2 (Results 1 – 12 of 12) sorted by relevance

/external/opencv3/modules/features2d/misc/java/test/
DFASTFeatureDetectorTest.java95 MatOfKeyPoint keypoints2 = new MatOfKeyPoint(); in testRead() local
117 MatOfKeyPoint keypoints2 = new MatOfKeyPoint(); in testReadYml() local
DSTARFeatureDetectorTest.java107 MatOfKeyPoint keypoints2 = new MatOfKeyPoint(); in testRead() local
DSURFFeatureDetectorTest.java143 MatOfKeyPoint keypoints2 = new MatOfKeyPoint(); in testRead() local
/external/opencv3/modules/features2d/src/
Ddraw.cpp124 InputArray img2, const std::vector<KeyPoint>& keypoints2, in _prepareImgAndDrawKeypoints()
190 InputArray img2, const std::vector<KeyPoint>& keypoints2, in drawMatches()
219 InputArray img2, const std::vector<KeyPoint>& keypoints2, in drawMatches()
Devaluation.cpp396 std::vector<EllipticKeyPoint> keypoints1, keypoints2, keypoints1t, keypoints2t; in calculateRepeatability() local
460 std::vector<KeyPoint> *keypoints1, *keypoints2, buf1, buf2; in evaluateFeatureDetector() local
/external/opencv3/modules/java/src/
Dfeatures2d+Features2d.java52 … void drawMatches(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMa… in drawMatches()
64 … void drawMatches(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMa… in drawMatches()
80 …void drawMatches2(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List<Mat… in drawMatches2()
94 …void drawMatches2(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List<Mat… in drawMatches2()
Dfeatures2d.cpp348 std::vector<KeyPoint> keypoints2; in Java_org_opencv_features2d_Features2d_drawMatches_10() local
385 std::vector<KeyPoint> keypoints2; in Java_org_opencv_features2d_Features2d_drawMatches_11() local
421 std::vector<KeyPoint> keypoints2; in Java_org_opencv_features2d_Features2d_drawMatches2_10() local
458 std::vector<KeyPoint> keypoints2; in Java_org_opencv_features2d_Features2d_drawMatches2_11() local
/external/opencv3/modules/features2d/test/
Dtest_brisk.cpp78 vector<KeyPoint> keypoints2; in run() local
Dtest_agast.cpp78 vector<KeyPoint> keypoints2; in run() local
Dtest_fast.cpp78 vector<KeyPoint> keypoints2; in run() local
/external/opencv3/samples/gpu/
Dsurf_keypoint_matcher.cpp70 vector<KeyPoint> keypoints1, keypoints2; in main() local
/external/opencv3/modules/ts/src/
Dcuda_test.cpp520 …intsCount(const std::vector<cv::KeyPoint>& keypoints1, const std::vector<cv::KeyPoint>& keypoints2 in getMatchedPointsCount()