Searched refs:vector_vector_DMatch_to_Mat (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/java/src/ |
D | features2d+Features2d.java | 85 … Mat matches1to2_mat = Converters.vector_vector_DMatch_to_Mat(matches1to2, matches1to2_tmplm); in drawMatches2() 99 … Mat matches1to2_mat = Converters.vector_vector_DMatch_to_Mat(matches1to2, matches1to2_tmplm); in drawMatches2()
|
D | features2d.cpp | 709 vector_vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_knnMatch_10() 735 vector_vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_knnMatch_11() 766 vector_vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_radiusMatch_10() 792 vector_vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_radiusMatch_11() 881 vector_vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_knnMatch_12() 906 vector_vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_knnMatch_13() 938 vector_vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_radiusMatch_12() 963 vector_vector_DMatch_to_Mat( matches, matches_mat ); in Java_org_opencv_features2d_DescriptorMatcher_radiusMatch_13()
|
/external/opencv3/modules/features2d/misc/java/src/cpp/ |
D | features2d_converters.hpp | 19 void vector_vector_DMatch_to_Mat(std::vector< std::vector< cv::DMatch > >& vv_dm, cv::Mat& mat);
|
D | features2d_converters.cpp | 101 void vector_vector_DMatch_to_Mat(std::vector< std::vector< DMatch > >& vv_dm, Mat& mat) in vector_vector_DMatch_to_Mat() function
|
/external/opencv3/modules/java/generator/src/java/ |
D | utils+Converters.java | 674 public static Mat vector_vector_DMatch_to_Mat(List<MatOfDMatch> lvdm, List<Mat> mats) { in vector_vector_DMatch_to_Mat() method in Converters
|