Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/misc/java/src/cpp/
Dfeatures2d_converters.cpp37 void Mat_to_vector_DMatch(Mat& mat, std::vector<DMatch>& v_dm) in Mat_to_vector_DMatch() function
96 Mat_to_vector_DMatch(vm[i], vdm); in Mat_to_vector_vector_DMatch()
Dfeatures2d_converters.hpp12 void Mat_to_vector_DMatch(cv::Mat& mat, std::vector<cv::DMatch>& v_dm);
/external/opencv3/modules/java/common_test/src/org/opencv/test/utils/
DConvertersTest.java40 Converters.Mat_to_vector_DMatch(src, matches); in testMat_to_vector_DMatch()
/external/opencv3/modules/java/src/
Dfeatures2d.cpp353 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()
/external/opencv3/modules/java/generator/src/java/
Dutils+Converters.java657 public static void Mat_to_vector_DMatch(Mat m, List<DMatch> matches) { in Mat_to_vector_DMatch() method in Converters