Home
last modified time | relevance | path

Searched defs:keypoints1 (Results 1 – 13 of 13) sorted by relevance

/external/opencv3/modules/features2d/misc/java/test/
DFASTFeatureDetectorTest.java88 MatOfKeyPoint keypoints1 = new MatOfKeyPoint(); in testRead() local
109 MatOfKeyPoint keypoints1 = new MatOfKeyPoint(); in testReadYml() local
DSTARFeatureDetectorTest.java100 MatOfKeyPoint keypoints1 = new MatOfKeyPoint(); in testRead() local
DSURFFeatureDetectorTest.java136 MatOfKeyPoint keypoints1 = new MatOfKeyPoint(); in testRead() local
/external/opencv3/modules/features2d/src/
Ddraw.cpp123 static void _prepareImgAndDrawKeypoints( InputArray img1, const std::vector<KeyPoint>& keypoints1, in _prepareImgAndDrawKeypoints()
189 void drawMatches( InputArray img1, const std::vector<KeyPoint>& keypoints1, in drawMatches()
218 void drawMatches( InputArray img1, const std::vector<KeyPoint>& keypoints1, in drawMatches()
Devaluation.cpp317 static void computeOneToOneMatchedOverlaps( const std::vector<EllipticKeyPoint>& keypoints1, const … in computeOneToOneMatchedOverlaps()
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/
Dfeatures2d+Features2d.java52 …public static void drawMatches(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoin… in drawMatches()
64 …public static void drawMatches(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoin… in drawMatches()
80 …public static void drawMatches2(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoi… in drawMatches2()
94 …public static void drawMatches2(Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoi… in drawMatches2()
Dfeatures2d.cpp345 std::vector<KeyPoint> keypoints1; in Java_org_opencv_features2d_Features2d_drawMatches_10() local
382 std::vector<KeyPoint> keypoints1; in Java_org_opencv_features2d_Features2d_drawMatches_11() local
418 std::vector<KeyPoint> keypoints1; in Java_org_opencv_features2d_Features2d_drawMatches2_10() local
455 std::vector<KeyPoint> keypoints1; in Java_org_opencv_features2d_Features2d_drawMatches2_11() local
/external/opencv3/modules/features2d/test/
Dtest_brisk.cpp77 vector<KeyPoint> keypoints1; in run() local
Dtest_rotation_and_scale_invariance.cpp150 const vector<KeyPoint>& keypoints1, in matchKeyPoints()
227 vector<KeyPoint> keypoints1; in run() local
344 vector<KeyPoint> keypoints1; in run() local
424 vector<KeyPoint> keypoints1, osiKeypoints1; // osi - original size image in run() local
547 vector<KeyPoint> keypoints1; in run() local
Dtest_agast.cpp77 vector<KeyPoint> keypoints1; in run() local
Dtest_fast.cpp77 vector<KeyPoint> keypoints1; 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 …int getMatchedPointsCount(const std::vector<cv::KeyPoint>& keypoints1, const std::vector<cv::KeyPo… in getMatchedPointsCount()