Searched refs:Mat_to_vector_DMatch (Results 1 – 5 of 5) sorted by relevance
37 void Mat_to_vector_DMatch(Mat& mat, std::vector<DMatch>& v_dm) in Mat_to_vector_DMatch() function96 Mat_to_vector_DMatch(vm[i], vdm); in Mat_to_vector_vector_DMatch()
12 void Mat_to_vector_DMatch(cv::Mat& mat, std::vector<cv::DMatch>& v_dm);
40 Converters.Mat_to_vector_DMatch(src, matches); in testMat_to_vector_DMatch()
353 Mat_to_vector_DMatch( matches1to2_mat, matches1to2 ); in Java_org_opencv_features2d_Features2d_drawMatches_10()390 Mat_to_vector_DMatch( matches1to2_mat, matches1to2 ); in Java_org_opencv_features2d_Features2d_drawMatches_11()
657 public static void Mat_to_vector_DMatch(Mat m, List<DMatch> matches) { in Mat_to_vector_DMatch() method in Converters