HomeSort by relevance Sort by last modified time
    Searched defs:matches1to2 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/java/src/
features2d.cpp 334 // void drawMatches(Mat img1, vector_KeyPoint keypoints1, Mat img2, vector_KeyPoint keypoints2, vector_DMatch matches1to2, Mat outImg, Scalar matchColor = Scalar::all(-1), Scalar singlePointColor = Scalar::all(-1), vector_char matchesMask = std::vector<char>(), int flags = 0)
351 std::vector<DMatch> matches1to2; local
353 Mat_to_vector_DMatch( matches1to2_mat, matches1to2 );
362 cv::drawMatches( img1, keypoints1, img2, keypoints2, matches1to2, outImg, matchColor, singlePointColor, matchesMask, (int)flags );
388 std::vector<DMatch> matches1to2; local
390 Mat_to_vector_DMatch( matches1to2_mat, matches1to2 );
394 cv::drawMatches( img1, keypoints1, img2, keypoints2, matches1to2, outImg );
407 // void drawMatches(Mat img1, vector_KeyPoint keypoints1, Mat img2, vector_KeyPoint keypoints2, vector_vector_DMatch matches1to2, Mat outImg, Scalar matchColor = Scalar::all(-1), Scalar singlePointColor = Scalar::all(-1), vector_vector_char matchesMask = std::vector<std::vector<char> >(), int flags = 0)
424 std::vector< std::vector<DMatch> > matches1to2; local
426 Mat_to_vector_vector_DMatch( matches1to2_mat, matches1to2 );
461 std::vector< std::vector<DMatch> > matches1to2; local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 87 milliseconds