Searched refs:vector_DMatch_to_Mat (Results 1 – 5 of 5) sorted by relevance
51 void vector_DMatch_to_Mat(std::vector<DMatch>& v_dm, Mat& mat) in vector_DMatch_to_Mat() function108 vector_DMatch_to_Mat(vv_dm[i], m); in vector_vector_DMatch_to_Mat()
13 void vector_DMatch_to_Mat(std::vector<cv::DMatch>& v_dm, cv::Mat& mat);
652 vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_match_10()678 vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_match_11()824 vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_match_12()849 vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_match_13()
283 dst = Converters.vector_DMatch_to_Mat(matches); in testVector_DMatch_to_Mat()
637 public static Mat vector_DMatch_to_Mat(List<DMatch> matches) { in vector_DMatch_to_Mat() method in Converters