Home
last modified time | relevance | path

Searched refs:vector_DMatch_to_Mat (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/features2d/misc/java/src/cpp/
Dfeatures2d_converters.cpp51 void vector_DMatch_to_Mat(std::vector<DMatch>& v_dm, Mat& mat) in vector_DMatch_to_Mat() function
108 vector_DMatch_to_Mat(vv_dm[i], m); in vector_vector_DMatch_to_Mat()
Dfeatures2d_converters.hpp13 void vector_DMatch_to_Mat(std::vector<cv::DMatch>& v_dm, cv::Mat& mat);
/external/opencv3/modules/java/src/
Dfeatures2d.cpp652 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()
/external/opencv3/modules/java/common_test/src/org/opencv/test/utils/
DConvertersTest.java283 dst = Converters.vector_DMatch_to_Mat(matches); in testVector_DMatch_to_Mat()
/external/opencv3/modules/java/generator/src/java/
Dutils+Converters.java637 public static Mat vector_DMatch_to_Mat(List<DMatch> matches) { in vector_DMatch_to_Mat() method in Converters