/external/opencv3/modules/features2d/misc/java/test/ |
D | FASTFeatureDetectorTest.java | 95 MatOfKeyPoint keypoints2 = new MatOfKeyPoint(); in testRead() local 117 MatOfKeyPoint keypoints2 = new MatOfKeyPoint(); in testReadYml() local
|
D | STARFeatureDetectorTest.java | 107 MatOfKeyPoint keypoints2 = new MatOfKeyPoint(); in testRead() local
|
D | SURFFeatureDetectorTest.java | 143 MatOfKeyPoint keypoints2 = new MatOfKeyPoint(); in testRead() local
|
/external/opencv3/modules/features2d/src/ |
D | draw.cpp | 124 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()
|
D | evaluation.cpp | 396 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/ |
D | features2d+Features2d.java | 52 … 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()
|
D | features2d.cpp | 348 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/ |
D | test_brisk.cpp | 78 vector<KeyPoint> keypoints2; in run() local
|
D | test_agast.cpp | 78 vector<KeyPoint> keypoints2; in run() local
|
D | test_fast.cpp | 78 vector<KeyPoint> keypoints2; in run() local
|
/external/opencv3/samples/gpu/ |
D | surf_keypoint_matcher.cpp | 70 vector<KeyPoint> keypoints1, keypoints2; in main() local
|
/external/opencv3/modules/ts/src/ |
D | cuda_test.cpp | 520 …intsCount(const std::vector<cv::KeyPoint>& keypoints1, const std::vector<cv::KeyPoint>& keypoints2… in getMatchedPointsCount()
|