Home
last modified time | relevance | path

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

/external/opencv3/modules/java/src/
Dfeatures2d+Features2d.java85 … 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()
Dfeatures2d.cpp709 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/
Dfeatures2d_converters.hpp19 void vector_vector_DMatch_to_Mat(std::vector< std::vector< cv::DMatch > >& vv_dm, cv::Mat& mat);
Dfeatures2d_converters.cpp101 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/
Dutils+Converters.java674 public static Mat vector_vector_DMatch_to_Mat(List<MatOfDMatch> lvdm, List<Mat> mats) { in vector_vector_DMatch_to_Mat() method in Converters